Property | Type | Description | |
---|---|---|---|
InverseTransform | IMathTransform |
Method | Description | |
---|---|---|
ConcatenatedTransform ( ) : System |
Initializes a new instance of the MapAround.CoordinateSystems.Transformations.ConcatenatedTransform.
|
|
ConcatenatedTransform ( List |
Initializes a new instance of the MapAround.CoordinateSystems.Transformations.ConcatenatedTransform.
|
|
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.
|
public ConcatenatedTransform ( List |
||
transformlist | List |
|
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 |