For a list of all members of this type, see EnvelopeBuilderEx members.
Public Methods
| Name | Description |
 | Clone |
Creates a copy of this builder instance.
|
  | CreateEnvelope | Overloaded. |
 | Expand | Overloaded. |
  | FromEsriShape | Creates a new instance of a Envelope class from an Esri shape buffer. |
 | Intersection | Intersects the with the EnvelopeBuilder. |
 | Intersects | Checks if the input Envelope intersects the EnvelopeBuilder. |
 | IsEqual | |
 | SetCoords |
Sets the coordinates from the input envelope.
|
 | SetEmpty | Overridden.
Sets the geometry of this builder to empty.
|
 | SetIDCoords |
Sets the id-coordinates, that is, IDMin and IDMax. Also sets HasID = true.
|
 | 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. |
 | Union |
Unions the input envelope with the EnvelopeBuilder.
|
Top
See Also