Name | Description | |
---|---|---|
InputSpatialReference | Gets the input spatial reference. | |
OutputSpatialReference | Gets the output spatial reference. | |
Transformation | Gets the datum transformation. Can be null if transformation is not used. |
The following tables list the members exposed by ProjectionTransformation.
Name | Description | |
---|---|---|
InputSpatialReference | Gets the input spatial reference. | |
OutputSpatialReference | Gets the output spatial reference. | |
Transformation | Gets the datum transformation. Can be null if transformation is not used. |
Name | Description | |
---|---|---|
Create | Creates a projection transformation from two spatial references and an extent of interest. Automatically selects a geographic transformation for the projection. | |
CreateEx | Creates a projection transformation from two spatial references and the given datum transformation. | |
CreateWithVertical | Creates a projection transformation from two spatial references each having a vertical coordinate system, and possibly an extent of interest. Automatically selects a hv (horizontal/vertical) datum transformation for the projection. | |
FindTransformations | Gets the list of applicable transformations to use when projecting geometries from the input spatial reference to the output spatial reference. | |
GetInverse | Creates an inverse ProjectionTransformation instance. The inverse has swapped input and output spatial references and has an inverted CompositeGeographicTransformation. |