Overload | Description |
---|---|
SpatialReferenceBuilder Constructor(Int32) | Initializes a new instance of the SpatialReferenceBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
SpatialReferenceBuilder Constructor(String) | Initializes a new instance of the SpatialReferenceBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
SpatialReferenceBuilder Constructor(Int32,Int32) | Initializes a new instance of the SpatialReference class. This method must be called on the MCT. Use QueuedTask.Run. |
SpatialReferenceBuilder Constructor(String,Int32) | Initializes a new instance of the SpatialReference class. This method must be called on the MCT. Use QueuedTask.Run. |
SpatialReferenceBuilder Constructor(Int32,String) | Initializes a new instance of the SpatialReference class. This method must be called on the MCT. Use QueuedTask.Run. |
SpatialReferenceBuilder Constructor(String,String) | Initializes a new instance of the SpatialReference class. This method must be called on the MCT. Use QueuedTask.Run. |
SpatialReferenceBuilder Constructor(SpatialReference) | Sets the spatial reference of the Spatial Reference builder. This method must be called on the MCT. Use QueuedTask.Run. |