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


In This Topic
    ProjectionTransformation Class Members
    In This Topic

    The following tables list the members exposed by ProjectionTransformation.

    Public Properties
     NameDescription
    Public Property Gets the input spatial reference.  
    Public Property Gets the output spatial reference.  
    Public Property Gets the datum transformation. Can be null if transformation is not used.  
    Top
    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