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


In This Topic
    GeographicTransformation Class Members
    In This Topic

    The following tables list the members exposed by GeographicTransformation.

    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets the input spatial reference of this transformation.  
    Public Property Gets a value indicating if the geographic transformation is forward or inversed.  
    Public Property Gets the name of the geographic transformation.  
    Public PropertyOverridden.  Gets the output spatial reference of this transformation.  
    Public Property Gets the well-known ID of the geographic transformation.  
    Public Property Gets the well-known text of the geographic transformation.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic)Creates a GeographicTransformation instance representing the 'null' method for a pair of spatial references.  
    Public MethodOverridden.  Creates an inverted instance of this transformation. The inverted instance has its IsForward property inverted.  
    Public Method Returns the JSON representation of this transformation; (Inherited from ArcGIS.Core.Geometry.DatumTransformation)
    Top
    See Also