Click or drag to resize

MzCartography Properties

The MzCartography type exposes the following members.

Properties
  NameDescription
Public propertyLatOrigin
Get the origin latitude coordinaet of the model grid coordinate system.
Public propertyLonOrigin
Get the origin longitude coordinaet of the model grid coordinate system.
Public propertyOrientation
Get the orientation of the model grid coordinate system.

The orientation is the angle in degrees between true north and the coordinate system y-axis in deg., measured positive clockwise.

Public propertyProjection
Get the map projection that this cartography object uses.
Public propertyProjectionName
The short name of a projection.

The short name is not unique amongst all WKT projections

If the ProjectionString is not a WKT projection string, the ProjectionString itself is returned as the short name.

Public propertyProjectionNorth
Returns the angle between projection north and a line parallel to the model grid.

This is NOT the same as the Orientation, the orientation is towards true north, this is towards projection north.

Public propertyProjectionString
Returns the WKT projection string, or one of the projection abbreviation strings.
Top
See Also