Click or drag to resize

Cartography Properties

The Cartography type exposes the following members.

Properties
  NameDescription
Public propertyEastOrigin
Get the origin easting coordinate of the local grid coordinate system.

For geographical map projections ((lon,lat) coordinates), this has no meaning (has the same value as the LonOrigin)

Public propertyLatOrigin
Get the origin latitude coordinate of the local grid coordinate system.
Public propertyLonOrigin
Get the origin longitude coordinate of the local grid coordinate system.
Public propertyNorthOrigin
Get the origin northing coordinate of the local grid coordinate system.

For geographical map projections ((lon,lat) coordinates), this has no meaning (has the same value as the LatOrigin)

Public propertyOrientation
Get the orientation of the local grid coordinate system in the geographical coordinate system.

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

Public propertyOrientationProj
Get the orientation of the local grid coordinate system in the projected coordinate system.

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

For geographical map projections ((lon,lat) coordinates), this has no meaning (has the same value as the Orientation)

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 Obsolete.
Returns the angle between projection north and a line parallel to the local 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