This modifier enables geographic projection from latitude/longitude coordinates to Universal Transverse Mercator, Lambert Conformal Conic, or Robinson projection.
Class registration and implementation information is as follows:
Category | Documentation |
---|---|
Implementation | C++ |
Module | Plugin-Domain-GIS |
Class Hierarchy | Node » Modifier » ProjectionModifier » GeographicProjectionModifier |
Data Interface Name | GeographicProjectionModifier |
Type Status | Active |
Is Final Type | Yes |
Properties are as follows:
Property | Documentation |
---|---|
First Standard Parallel | 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. |
Second Standard Parallel | 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. |
Central Meridian | Sets the central meridian. Range is from -180 to 180. This value tends to be the center longitude value of the area being projected. |
Origin Latitude | Sets the origin latitude, which is the lowest latitude in the geographic area being projected. |
Easting | Sets the false easting value for the projection. Range is from -100,000,000,000 to 100,000,000,000. |
Northing | Sets the false northing value for the projection. Range is from -100,000,000,000 to 100,000,000,000. |
Properties are as follows:
Property | Documentation |
---|---|
Projection: Universal Transverse Mercator | Sets the projection to Universal Transverse Mercator. |
Projection: Lambert Conformal Conic | Sets the projection to Lambert Conformal Conic. |
Projection: Robinson | Sets the projection to Robinson. |
Datum: WGS 84 | Sets the datum to World Geodetic Survey 1984. |
Datum: WGS 72 | Sets the datum to World Geodetic Survey 1972. |
Datum: Clarke 1866 | Sets the datum to Clark 1866. |
Datum: Clarke 1880 | Sets the datum to Clark 1880. |
Datum: Bessel | Sets the datum to Bessel. |
Datum: GRS 80 | Sets the datum to Geodetic Reference System 1980. |
UTM Zone | This sets the UTM zone. This parameter is available when the projection is Universal Transverse Mercator |
Properties are as follows:
Property | Documentation |
---|---|
Enabled | Determines whether or not the modifier is enabled. |
Properties are as follows:
Property | Documentation |
---|---|
Name | Sets orthe 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. |
Class | Sets the class of the node. |
ID | Sets the ID of the node. This must be unique for each document, but different documents can use the same ID. |
Import Disabled | Determines whether or not the node is imported during an import process such as when nodes are imported from a template during document creation. Note that this flag is mostly in Simdify Scripting language. |
Export Disabled | Determines whether or not the node is exported during an export process, or possibly other purposes. This flag is set to No and current Simdify exporters ignore it (but it can be very useful if you need to modify the exporters). |
Guid | Enumerates the Node's GUID. |