C# Class ProjNet.CoordinateSystems.ProjectedCoordinateSystem

A 2D cartographic coordinate system.
Inheritance: HorizontalCoordinateSystem, IProjectedCoordinateSystem
Afficher le fichier Open project: fivepmtechnology/ProjNET Class Usage Examples

Méthodes publiques

Méthode 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.

WGS84_UTM ( int Zone, bool ZoneIsNorth ) : ProjectedCoordinateSystem

Universal Transverse Mercator - WGS84

Private Methods

Méthode Description
ProjectedCoordinateSystem ( IHorizontalDatum datum, IGeographicCoordinateSystem geographicCoordinateSystem, ILinearUnit linearUnit, IProjection projection, List axisInfo, string name, string authority, long code, string alias, string remarks, string abbreviation ) : System

Initializes a new instance of a projected coordinate system

Method Details

EqualParams() public méthode

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
Résultat bool

GetUnits() public méthode

Gets units for dimension within coordinate system. Each dimension in the coordinate system has corresponding units.
public GetUnits ( int dimension ) : IUnit
dimension int Dimension
Résultat IUnit

WGS84_UTM() public static méthode

Universal Transverse Mercator - WGS84
public static WGS84_UTM ( int Zone, bool ZoneIsNorth ) : ProjectedCoordinateSystem
Zone int UTM zone
ZoneIsNorth bool true of Northern hemisphere, false if southern
Résultat ProjectedCoordinateSystem