EnvelopeBuilderEx Class Members
The following tables list the members exposed by EnvelopeBuilderEx.
| Name | Description |
 | Center |
Gets or sets the center point of this instance.
|
 | CenterCoordinate | Gets or sets the center point of this instance formatted as a Coordinate2D. |
 | Depth |
Gets the depth of this instance.
|
 | GeometryType | Overridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Envelope. |
 | HasID | Overridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes ID-values also known as ID-awareness. |
 | HasM | Overridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes M-values also known as M-awareness. |
 | HasZ | Overridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes Z-values also known as Z-awareness. |
 | Height |
Gets the height of this instance.
|
 | IDMax |
Gets or sets the ID maximum of this instance.
|
 | IDMin |
Gets or sets the ID minimum of this instance.
|
 | IsEmpty | Overridden.
Gets a boolean indicating if the geometry of this builder is empty.
|
 | MMax |
Gets or sets the M maximum of this instance.
|
 | MMin |
Gets or sets the M minimum of this instance.
|
 | SpatialReference | Gets or sets the GeometryBuilderEx.SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |
 | Width |
Gets the width of this instance.
|
 | XMax |
Gets or sets the X maximum of this instance.
|
 | XMin |
Gets or sets the X minimum of this instance.
|
 | YMax |
Gets or sets the Y maximum of this instance.
|
 | YMin |
Gets or sets the Y minimum of this instance.
|
 | ZMax |
Gets or sets the Z maximum of this instance.
|
 | ZMin |
Gets or sets the Z minimum of this instance.
|
Top
| Name | Description |
  | CreateEnvelope | Overloaded. |
 | Expand | Overloaded. |
  | FromEsriShape | Creates a new instance of the 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 EnvelopeBuilderEx. |
 | Intersects | Checks if the input Envelope intersects the EnvelopeBuilderEx. |
 | IsEqual | Overloaded. |
 | 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 | Returns an Envelope instance representing the current state of the builder. |
 | Union | Unions the with the EnvelopeBuilderEx. |
Top