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. This method must be called on the MCT. Use QueuedTask.Run. | |
Domain | Gets or sets the valid extent of this coordinate system. This method must be called on the MCT. Use QueuedTask.Run. | |
FalseM | Gets or sets the False M value. This method must be called on the MCT. Use QueuedTask.Run. | |
FalseX | Gets or sets the False X value. This method must be called on the MCT. Use QueuedTask.Run. | |
FalseY | Gets or sets the False Y value. This method must be called on the MCT. Use QueuedTask.Run. | |
FalseZ | Gets or sets the False Z value. This method must be called on the MCT. Use QueuedTask.Run. | |
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
IsGeographic | Gets a value indicating if this is a geographic coordinate system. This method must be called on the MCT. Use QueuedTask.Run. | |
IsImage | Gets a value indicating if this is an image coordinate system. This method must be called on the MCT. Use QueuedTask.Run. | |
IsPannable | Gets a value indicating if this spatial reference is pannable. This method must be called on the MCT. Use QueuedTask.Run. | |
IsProjected | Gets a value indicating if this is a projected coordinate system. This method must be called on the MCT. Use QueuedTask.Run. | |
IsUnknown | Gets a value indicating if this is the Unknown coordinate system. This method must be called on the MCT. Use QueuedTask.Run. | |
MScale | Gets or sets the M Scale. This method must be called on the MCT. Use QueuedTask.Run. | |
MTolerance | Gets or sets the M Tolerance. This method must be called on the MCT. Use QueuedTask.Run. | |
Name | Gets the name for this instance. This method must be called on the MCT. Use QueuedTask.Run. | |
Unit | Gets the units that the spatial reference coordinates are in. This method must be called on the MCT. Use QueuedTask.Run. | |
VcsWkid | Gets or sets the vertical coordinate system well-known ID. This method must be called on the MCT. Use QueuedTask.Run. | |
VcsWkt | Gets or sets the vertical coordinate system well-known text. This method must be called on the MCT. Use QueuedTask.Run. | |
Wkid | Gets the well-known ID for this instance. This method must be called on the MCT. Use QueuedTask.Run. | |
Wkt | Gets the well-known text for this instance. This method must be called on the MCT. Use QueuedTask.Run. | |
XYResolution | Gets or sets the XYResolution. This method must be called on the MCT. Use QueuedTask.Run. | |
XYScale | Gets or sets the XY Scale. This method must be called on the MCT. Use QueuedTask.Run. | |
XYTolerance | Gets or sets the XYTolerance. This method must be called on the MCT. Use QueuedTask.Run. | |
ZScale | Gets or sets the Z Scale. This method must be called on the MCT. Use QueuedTask.Run. | |
ZTolerance | Gets or sets the Z Tolerance. This method must be called on the MCT. Use QueuedTask.Run. | |
ZUnit | Gets the units that the spatial reference Z coordinates are in. This method must be called on the MCT. Use QueuedTask.Run. |
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. |