GeographicProjectionModifier properties are as follows.
| Name |
|
| Name |
- parameter is: string
-
Sets the name of the node. Do not use / or \ [forward slash and backslash]
in the node name as this produces conflicts with NodeLink resolution to external files. Otherwise,
any ASCII character is valid.
|
| Modifier |
|
| Enable |
- parameter is: Boolean
- Enable.
Turns the modifier on.
- Disable.
Turns the modifier off.
|
| Geographic Projection |
|
| Projection |
- parameter is: List
-
Universal Transverse Mercator. Sets the geographic projection
to Universal Transverse Mercator.
-
Lambert Conformal Conic. Sets the geographic projection
to Lambert Conformal Conic.
-
Robinson. Sets the geographic projection
to Robinson.
|
| Datum |
- parameter is: List
-
WGS84. Sets the datum to use values from the World Geodetic Survey 1984 spheroid.
-
WGS72. Sets the datum to use values from the World Geodetic Survey 1972 spheroid.
-
Clarke 1866. Sets the datum to use values from the Clarke 1866 spheroid.
-
Clarke 1880. Sets the datum to use values from the Clarke 1880 spheroid.
-
Bessel. Sets the datum to use values from the Bessel spheroid.
-
GRS 1980. Sets the datum to use values from the GRS 1980 spheroid.
|
| First Standard Parallel |
- parameter is: float/double
-
Sets 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.
[This value is not usually set by hand.]
|
| Second Standard Parallel |
- parameter is: float/double
-
Sets 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.
[This value is not usually set by hand.]
|
| Central Meridian |
- parameter is: float/double
-
Sets the first standard parallel of the projection. Range is from -180 to 180.
This value tends to be the central longitude value of the area being projected.
If the range is from -110 to -108 longitude, then -109 is the typical central
meridian. [This value is not usually set by hand.]
|
| Easting |
- parameter is: float/double
-
Sets the false easting value for the projection.
Range is from -100,000,000,000 to 100,000,000,000.
[This value is not usually set by hand.]
|
| Northing |
- parameter is: float/double
-
Sets the false northing value of the projection.
Range is from -100,000,000,000 to 100,000,000,000.
[This value is not usually set by hand.]
|