Свойство | Тип | Описание | |
---|---|---|---|
GeographicCoordinateSystem | System |
Метод | Описание | |
---|---|---|
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.
|
|
GetUnits ( int dimension ) : IUnit |
Gets units for dimension within coordinate system. Each dimension in the coordinate system has corresponding units.
|
|
GetWgs84ConversionInfo ( int index ) : Wgs84ConversionInfo |
Gets details on a conversion to WGS84.
|
Метод | Описание | |
---|---|---|
GeographicCoordinateSystem ( IAngularUnit angularUnit, IHorizontalDatum horizontalDatum, IPrimeMeridian primeMeridian, List |
Creates an instance of a Geographic Coordinate System
|
public GetUnits ( int dimension ) : IUnit | ||
dimension | int | Dimension |
Результат | IUnit |
public GetWgs84ConversionInfo ( int index ) : Wgs84ConversionInfo | ||
index | int | |
Результат | Wgs84ConversionInfo |