Property | Type | Description | |
---|---|---|---|
_Parameters | List |
||
_inverse | MathTransform | ||
_isInverse | bool |
Method | Description | |
---|---|---|
GeocentricTransform ( List |
Initializes a geocentric projection object
|
|
Inverse ( ) : IMathTransform |
Returns the inverse of this conversion.
|
|
Invert ( ) : void |
Reverses the transformation
|
|
Transform ( SharpMap point ) : SharpMap.Geometries.Point | ||
TransformList ( List |
Method | Description | |
---|---|---|
DegreesToMeters ( SharpMap lonlat ) : SharpMap.Geometries.Point |
Converts coordinates in decimal degrees to projected meters.
|
|
GeocentricTransform ( List |
Initializes a geocentric projection object
|
|
MetersToDegrees ( SharpMap pnt ) : SharpMap.Geometries.Point |
Converts coordinates in projected meters to decimal degrees.
|
public GeocentricTransform ( List |
||
parameters | List |
List of parameters to initialize the projection. |
isInverse | bool | Indicates whether the projection forward (meters to degrees or degrees to meters). |
return | System |
public Transform ( SharpMap point ) : SharpMap.Geometries.Point | ||
point | SharpMap | |
return | SharpMap.Geometries.Point |