Property | Type | Description | |
---|---|---|---|
_inverse | |||
_isInverse | bool | ||
_parameters | List |
Method | Description | |
---|---|---|
GeocentricTransform ( List |
Initializes a new instance of the MapAround.CoordinateSystems.Transformations.GeocentricTransform.
|
|
Inverse ( ) : IMathTransform |
Creates the inverse transform of this object. This method may fail if the transform is not one to one. |
|
Invert ( ) : void |
Inverts this transform.
|
|
Transform ( double point ) : double[] |
Transforms a coordinate point. The passed parameter point should not be modified. |
|
TransformList ( List |
Transforms a list of coordinate point ordinal values.
|
Method | Description | |
---|---|---|
DegreesToMeters ( double lonlat ) : double[] |
Converts coordinates in decimal degrees to projected meters.
|
|
GeocentricTransform ( List |
Initializes a new instance of the MapAround.CoordinateSystems.Transformations.GeocentricTransform.
|
|
MetersToDegrees ( double pnt ) : double[] |
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 ( double point ) : double[] | ||
point | double | An array containing the point coordinates to transform |
return | double[] |
public TransformList ( List |
||
points | List |
Packed ordinates of points to transform |
return | List |
protected MathTransform,MapAround.CoordinateSystems.Transformations _inverse | ||
return |