Name | Description | |
---|---|---|
![]() | SpatialReferenceBuilder Constructor | Overloaded. |
The following tables list the members exposed by SpatialReferenceBuilder.
Name | Description | |
---|---|---|
![]() | SpatialReferenceBuilder Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | BaseGeographic | Gets the base geographic coordinate system if this is a projected coordinate system. |
![]() | Domain | Gets or sets the valid extent of this coordinate system. |
![]() | FalseM | Gets or sets the False M value. |
![]() | FalseX | Gets or sets the False X value. |
![]() | FalseY | Gets or sets the False Y value. |
![]() | FalseZ | Gets or sets the False Z value. |
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | IsGeographic | Gets if this is a geographic coordinate system. |
![]() | IsImage | Gets a value indicating if this is an image coordinate system. |
![]() | IsPannable | Gets a value indicating if this spatial reference is pannable. |
![]() | IsProjected | Gets if this is a projected coordinate system. |
![]() | IsUnknown | Gets a value indicating if this is the Unknown coordinate system. |
![]() | MScale | Gets or sets the M Scale. |
![]() | MTolerance | Gets or sets the M Tolerance. |
![]() | Name | Gets the name for this instance. |
![]() | Unit | Gets the units that the spatial reference coordinates are in. |
![]() | VcsWkid | Gets or sets the vertical coordinate system Well-known ID. |
![]() | VcsWkt | Gets or sets the vertical coordinate system Well-known text. |
![]() | Wkid | Gets the Well-known ID for this instance. |
![]() | Wkt | Gets the Well-known Text for this instance. |
![]() | XYResolution | Gets or sets the XYResolution. |
![]() | XYScale | Gets or sets the XY Scale. |
![]() | XYTolerance | Gets or sets the XYTolerance. |
![]() | ZScale | Gets or sets the Z Scale. |
![]() | ZTolerance | Gets or sets the Z Tolerance. |
![]() | ZUnit | Gets the units that the spatial reference z coordinates are in. |
Name | Description | |
---|---|---|
![]() | Clone | Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run. |
![]() ![]() | CreateSpatialReference | Overloaded. |
![]() | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() ![]() | FromJson | Creates a new instance of a SpatialReference class from a JSON string representation. |
![]() ![]() | FromXML | Creates a new instance of a SpatialReference class from an XML string representation. |
![]() | SetDefaultMTolerance | Sets the default MTolerance. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetDefaultXYResolution | Sets the default XYResolution. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetDefaultXYTolerance | Sets the default XYTolerance. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetDefaultZTolerance | Sets the default ZTolerance. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ToSpatialReference | Returns a SpatialReference instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run. |