Click or drag to resize

MzCartography Methods

The MzCartography type exposes the following members.

Methods
  NameDescription
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 model 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 model grid passing through (x,y).
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 model x-y coordinates
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodXy2Geo
Convert coordinates from model x-y coordinates to geographical coordinates
Public methodXy2Proj
Convert coordinates from model x-y coordinates to projection coordinates
Top
See Also