The following tables list the members exposed by EnvelopeBuilderEx.
Public Constructors
Public Properties
| 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 GeometryType of this instance. 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
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