Метод | Описание | |
---|---|---|
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.
|
|
WGS84_UTM ( int Zone, bool ZoneIsNorth ) : |
Universal Transverse Mercator - WGS84
|
Метод | Описание | |
---|---|---|
ProjectedCoordinateSystem ( IHorizontalDatum datum, IGeographicCoordinateSystem geographicCoordinateSystem, ILinearUnit linearUnit, IProjection projection, List |
Initializes a new instance of a projected coordinate system
|
public GetUnits ( int dimension ) : IUnit | ||
dimension | int | Dimension |
Результат | IUnit |
public static WGS84_UTM ( int Zone, bool ZoneIsNorth ) : |
||
Zone | int | UTM zone |
ZoneIsNorth | bool | true of Northern hemisphere, false if southern |
Результат |