For a list of all members of this type, see EnvelopeBuilder members.
Public Methods
| Name | Description |
| Clone |
Creates a copy of this builder instance. This method must be called on the MCT. Use QueuedTask.Run.
|
| CreateEnvelope | Overloaded. |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| Expand | Overloaded. |
| FromEsriShape | Creates a new instance of a Envelope class from an Esri shape buffer. |
| FromJson | Creates a new instance of the Envelope class from an ArcGIS JSON geometry representation. |
| FromXML | Creates a new instance of the Envelope class from an ArcGIS XML string representation. |
| Intersection | Intersects the with the EnvelopeBuilder. This method must be called on the MCT. Use QueuedTask.Run. |
| Intersects | Checks if the input Envelope intersects the EnvelopeBuilder. This method must be called on the MCT. Use QueuedTask.Run. |
| SetEmpty | Overridden.
Sets the geometry of this builder to empty. This method must be called on the MCT. Use QueuedTask.Run.
|
| SetMCoords |
Sets the m-coordinates, that is, MMin and MMax. Also sets HasM = true.
|
| SetXYCoords |
Sets the xy-coordinates, that is, XMin, YMin, XMax, YMax.
|
| SetZCoords |
Sets the z-coordinates, that is, ZMin and ZMax. Also sets HasZ = true.
|
| ToGeometry | Overridden. Returns an Envelope instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run. |
| Union |
Unions the input Envelope with the EnvelopeBuilder. This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also