Property | Type | Description | |
---|---|---|---|
GeographicCoordinateSystem | System |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
GeographicCoordinateSystem ( IAngularUnit angularUnit, IHorizontalDatum horizontalDatum, IPrimeMeridian primeMeridian, List |
Creates an instance of a Geographic Coordinate System
|
public GetUnits ( int dimension ) : IUnit | ||
dimension | int | Dimension |
return | IUnit |
public GetWgs84ConversionInfo ( int index ) : Wgs84ConversionInfo | ||
index | int | |
return | Wgs84ConversionInfo |