<GeographicProjectionModifier>

This modifier enables geographic projection from latitude/longitude coordinates to Universal Transverse Mercator, Lambert Conformal Conic, or Robinson projection.

Registration

Class registration and implementation information is as follows:

Category Documentation
ImplementationC++
ModulePlugin-Domain-GIS
Class HierarchyNode » Modifier » ProjectionModifier » GeographicProjectionModifier
Data Interface NameGeographicProjectionModifier
Type StatusActive
Is Final TypeYes

<GeographicProjectionModifier> Properties

Properties are as follows:

Property Documentation
First Standard ParallelSets the first standard parallel of the projection. Range is from -90 to 90. This value tends to be the lowest latitude value of the area being projected.
Second Standard ParallelSets the second standard parallel of the projection. Range is from -90 to 90. This value tends to be the highest latitude value of the area being projected.
Central MeridianSets the central meridian. Range is from -180 to 180. This value tends to be the center longitude value of the area being projected.
Origin LatitudeSets the origin latitude, which is the lowest latitude in the geographic area being projected.
EastingSets the false easting value for the projection. Range is from -100,000,000,000 to 100,000,000,000.
NorthingSets the false northing value for the projection. Range is from -100,000,000,000 to 100,000,000,000.

<ProjectionModifier> Properties

Properties are as follows:

Property Documentation
Projection: Universal Transverse MercatorSets the projection to Universal Transverse Mercator.
Projection: Lambert Conformal ConicSets the projection to Lambert Conformal Conic.
Projection: RobinsonSets the projection to Robinson.
Datum: WGS 84Sets the datum to World Geodetic Survey 1984.
Datum: WGS 72Sets the datum to World Geodetic Survey 1972.
Datum: Clarke 1866Sets the datum to Clark 1866.
Datum: Clarke 1880Sets the datum to Clark 1880.
Datum: BesselSets the datum to Bessel.
Datum: GRS 80Sets the datum to Geodetic Reference System 1980.
UTM ZoneThis sets the UTM zone. This parameter is available when the projection is Universal Transverse Mercator

<Modifier> Properties

Properties are as follows:

Property Documentation
EnabledDetermines whether or not the modifier is enabled.

<Node> Properties

Properties are as follows:

Property Documentation
NameSets the name of the node. Do not use / or \ [forward slash and backslash] in the node name as this produces conflicts with resolving link nodes that reference external files.
ClassSets the class of the node.
IDSets the ID of the node. This must be unique for each document, but different documents can use the same ID.
Export DisabledDetermines whether or not the node is exported during an export process, or possibly other purposes.
GuidEnumerates the Node's GUID.