<ProjectionModifier> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Modifier » ProjectionModifier

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ForwardProjectProjects a latitude/longitude coordinate into physical space, using the projection specified in the ProjectionModifier.
int32GetProjectionReturns an <int32> that refers to the current projection. 0=Universal Transverse Mercator, 1=Lambert Conformal Conic, and 2=Robinson.
int32InverseProjectProjects a physical coordinate into a latitude/longitude value, using the projection specified in the ProjectionModifier.
int32SetDatumThis option is undocumented at present.
int32SetDatumBesselSets the DATUM parameter to Bessel.
int32SetDatumClarke1866Sets the Datum parameter to Clarke 1866.
int32SetDatumClarke1880Sets the Datum parameter to Clarke 1880.
int32SetDatumGRS1980Sets the Datum parameter to GRS 1980.
int32SetDatumWGS72Sets the Datum parameter to WGS 72.
int32SetDatumWGS84Sets the Datum parameter to WGS 84.
int32SetProjectionSets the projection.
int32SetProjectionLCCSets the Projection parameter to Lambert Conformal Conic.
int32SetProjectionRobinsonSets the Projection parameter to Robinson.
int32SetProjectionUTMSets the Projection parameter to Universal Transverse Mercator.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
float64CentralMeridianGets or sets the CentralMeridian parameter. This parameter refers to the central meridian for the projection.
float64EastingGets or sets the EASTING parameter. This parameter specifies easting correction values.
float64FirstStandardParallelGets or sets the FirstStandardParallel parameter. This parameter refers to the lowest latitude value for the projection.
float64NorthingGets or sets the Northing parameter. This parameter specifies northing correction values.
float64OriginLatitudeGets or sets the OriginLatitude parameter. This parameter specifies the latitude of the origin in the projection.
float64SecondStandardParallelGets or sets the SecondStandardParallel parameter. This parameter refers to the highest latitude value for the projection.
int32UTMZoneGets or sets the UtmZone parameter. This parameter specifies the UTM zone ( such as 12 ) for the projection.