ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / ProjectionTransformation Class


In This Topic
    ProjectionTransformation Class Methods
    In This Topic

    For a list of all members of this type, see ProjectionTransformation members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Creates a projection transformation from two spatial references and an extent of interest. Automatically selects a geographic transformation for the projection.  
    Public Methodstatic (Shared in Visual Basic)Creates a projection transformation from two spatial references and the given datum transformation.  
    Public Methodstatic (Shared in Visual Basic) 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.  
    Public Methodstatic (Shared in Visual Basic) Gets the list of applicable transformations to use when projecting geometries from the input spatial reference to the output spatial reference.  
    Public Method Creates an inverse ProjectionTransformation instance. The inverse has swapped input and output spatial references and has an inverted CompositeGeographicTransformation.  
    Top
    See Also