Click or drag to resize

Cartography Methods

The Cartography type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateGeoOrigin(String, Double, Double, Double)
Create and initialize a cartography object using the specified projection string, setting the origin of the user defined local grid coordinates to the geographic coordinates lonOrigin, latOrigin, rotated orientation.
Public methodStatic memberCreateGeoOrigin(String, Double, Double, Double, Boolean)
Create and initialize a cartography object using the specified projection string, setting the origin of the user defined local grid coordinates to the geographic coordinates lonOrigin, latOrigin, rotated orientation.
Public methodStatic memberCreateProjOrigin(String, Double, Double, Double)
Create and initialize a cartography object using the specified projection string, setting the origin of the user defined local grid coordinates to the projected coordinates east, north, rotated orientationProj towards projection north.
Public methodStatic memberCreateProjOrigin(String, Double, Double, Double, Boolean)
Create and initialize a cartography object using the specified projection string, setting the origin of the user defined local grid coordinates to the projected coordinates east, north, rotated orientationProj towards projection north.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGeo2Proj
Convert coordinates from geographical coordinates to projection coordinates
Public methodGeo2Xy
Convert coordinates from geographical coordinates to local grid x-y coordinates
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTrueNorth
Returns the angle between true north and a line parallel to the local grid y axis passing through (x,y).

The angle is in degrees, measured positive clockwise from true north.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodProj2Geo
Convert coordinates from projection coordinates to geographical coordinates
Public methodProj2Xy
Convert coordinates from projetion coordinates to local grid x-y coordinates
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodXy2Geo
Convert coordinates from local grid x-y coordinates to geographical coordinates
Public methodXy2Proj
Convert coordinates from local grid x-y coordinates to projection coordinates
Top
See Also