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


In This Topic
    SpatialReferenceBuilder Class Members
    In This Topic

    The following tables list the members exposed by SpatialReferenceBuilder.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the base geographic coordinate system. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the valid extent of this coordinate system. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the False M value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the False X value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the False Y value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the False Z value. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets a value indicating if this is a geographic coordinate system. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets a value indicating if this is an image coordinate system. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets a value indicating if this spatial reference is pannable. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets a value indicating if this is a projected coordinate system. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets a value indicating if this is the Unknown coordinate system. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the M Scale. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the M Tolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the name for this instance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the positive direction of the vertical coordinate system. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the units that the spatial reference coordinates are in. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the vertical coordinate system well-known ID. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the vertical coordinate system well-known text. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the vertical shift of the vertical coordinate system. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the well-known ID for this instance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the well-known text for this instance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the XYResolution. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the XY Scale. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the XYTolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the Z Scale. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets or sets the Z Tolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the units that the spatial reference Z coordinates are in. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Public Methods
     NameDescription
    Public Method Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic) Creates a WGS84 UTM zone spatial reference  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a SpatialReference class from a JSON string representation.  
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a SpatialReference class from an XML string representation.  
    Public Method Gets the well-known text (2) for this instance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the default MTolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the default XYResolution. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the default XYTolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the default ZTolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodReturns a SpatialReference instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also