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 ClassType enumeration.
Enum |
Description |
Contains elements that correspond to the various types of projections |
Constructor |
Description |
Creates a new instance of the Projection class |
|
Creates a new instance of the Projection class |
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 |
|
Indicates the type of projection, according to the ClassType enumeration |
|
Returns the HorizontalDatum from which points are projected |
|
Returns the ParameterCollection that stores values used to customize this Projection |
|
Calculates the scale factor at the specified point |
|
Sets the HorizontalDatum from which points are projected |
|
Converts a GeodeticPoint on the Datum to the corresponding ProjectedPoint |
|
Compares the value of two Projections |
Operator |
Description |
Assigns a new value to this Projection |
|
Compares the value of two Projections |
|
Compares the value of two Projections |