C# Класс MapAround.CoordinateSystems.LinearUnit

Represents a linear unit of measurement.
Наследование: SpatialReferenceInfo, ILinearUnit
Показать файл Открыть проект

Открытые методы

Метод Описание
EqualParams ( object obj ) : bool

Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison.

LinearUnit ( double metersPerUnit, string name, string authority, long authorityCode, string alias, string abbreviation, string remarks ) : System

Initializes a new instance of an instance of the MapAround.CoordinateSystems.LinearUnit.

Описание методов

EqualParams() публичный Метод

Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison.
public EqualParams ( object obj ) : bool
obj object
Результат bool

LinearUnit() публичный Метод

Initializes a new instance of an instance of the MapAround.CoordinateSystems.LinearUnit.
public LinearUnit ( double metersPerUnit, string name, string authority, long authorityCode, string alias, string abbreviation, string remarks ) : System
metersPerUnit double Number of meters per LinearUnit>
name string Name
authority string Authority name
authorityCode long Authority-specific identification code
alias string Alias
abbreviation string Abbreviation
remarks string Provider-supplied remarks
Результат System