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


In This Topic
    SpatialReference Class Members
    In This Topic

    The following tables list the members exposed by SpatialReference.

    Public Properties
     NameDescription
    Public Property Gets the central meridian of the projected coordinate system.  
    Public Property Gets the horizontal datum of this spatial reference.  
    Public Property Gets the square domain extent of the spatial reference.  
    Public Property Gets the false M.  
    Public Property Gets the false X.  
    Public Property Gets the false Y.  
    Public Property Gets the false Z.  
    Public Property Gets the underlying geographic coordinate system for this instance. If this instance is a geographic coordinate system, a pointer to this instance is returned.  
    Public Property Gets the geographic coordinate system well-known ID.  
    Public Property Gets the geographic coordinate system well-known text.  
    Public Property Gets if a vertical coordinate system has been defined.  
    Public Property Gets if this is a geographic coordinate system.  
    Public Property Gets the HighPrecision flag of this instance.  
    Public Property Gets if this is an image coordinate system.  
    Public Property Gets if this instance is pannable.  
    Public Property Gets if this is a projected coordinate system.  
    Public Property Gets if this is the unknown coordinate system.  
    Public Property Gets the latest well-known ID for this instance.  
    Public Property Gets the left longitude value of the geographic coordinate system.  
    Public Property Gets the M Scale.  
    Public Property Gets the M Tolerance.  
    Public Property Gets the name of the spatial reference.  
    Public Property Gets the positive direction of the vertical coordinate system.  
    Public Property Gets the right longitude value of the geographic coordinate system.  
    Public Property Gets the units that the spatial reference xy-coordinates are in.  
    Public Property Gets the vertical coordinate system well-known ID.  
    Public Property Gets the vertical coordinate system well-known text.  
    Public Property Gets the vertical shift of the vertical coordinate system.  
    Public Property Gets the well-known ID for this instance.  
    Public Property Gets the well-known text for this instance.  
    Public Property Gets the XY Resolution.  
    Public Property Gets the XY Scale.  
    Public Property Gets the XY Tolerance.  
    Public Property Gets the Z Scale.  
    Public Property Gets the Z Tolerance.  
    Public Property Gets the units that the spatial reference z-coordinates are in.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Determines if two spatial references are equal.  
    Public Method Gets the grid convergence for this spatial reference at the given point.  
    Public Method Gets the horizon of the geographic coordinate system.  
    Public Method Gets the horizon of the projected coordinate system.  
    Public Method Gets the well-known text (2) for this instance.  
    Public MethodDetermines if this instance is the same as the other spatial reference.  
    Public MethodConverts this spatial reference instance into an ArcGIS JSON spatial reference representation.  
    Public Method Converts this spatial reference instance into an ArcGIS XML spatial reference representation.  
    Top
    See Also