The Projection class represents a method of transformation between the Earth's curved surface and a flat representation of the Earth's surface. The various types of projections supported in GeoCalc are outlined in the ProjectionType enumeration.
|
Property |
Description |
|
Indicates the type of this projection, according to the ProjectionType enumeration | |
|
The HorizontalDatum being projected | |
|
A collection of values that customize this Projection |
|
Method |
Description |
|
Calculates the convergence value at the specified point | |
|
Produces a deep-copy of a Projection | |
|
Converts a ProjectedPoint to the corresponding GeodeticPoint on the Datum | |
|
Calculates the scale factor value at the specified point | |
|
Projects a GeodeticPoint on the Datum to the corresponding ProjectedPoint | |
|
Compares the value of two Projection instances |