EnvelopeBuilderEx Class Members
In This Topic
The following tables list the members exposed by EnvelopeBuilderEx.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Center |
Gets or sets the center point of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CenterCoordinate | Gets or sets the center point of this instance formatted as a Coordinate2D. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Depth |
Gets the depth of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | GeometryType | Overridden. Gets the type of geometry that will be created from this builder. Always returns GeometryType.Envelope. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | HasID | Overridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes ID-values also known as ID-awareness. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | HasM | Overridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes M-values also known as M-awareness. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | HasZ | Overridden. Gets or sets a value indicating if the EnvelopeBuilderEx recognizes Z-values also known as Z-awareness. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Height |
Gets the height of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IDMax |
Gets or sets the ID maximum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IDMin |
Gets or sets the ID minimum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsEmpty | Overridden.
Gets a boolean indicating if the geometry of this builder is empty.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MMax |
Gets or sets the M maximum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MMin |
Gets or sets the M minimum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SpatialReference | Gets or sets the GeometryBuilderEx.SpatialReference instance on this builder. (Inherited from ArcGIS.Core.Geometry.GeometryBuilderEx) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Width |
Gets the width of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | XMax |
Gets or sets the X maximum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | XMin |
Gets or sets the X minimum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | YMax |
Gets or sets the Y maximum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | YMin |
Gets or sets the Y minimum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ZMax |
Gets or sets the Z maximum of this instance.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ZMin |
Gets or sets the Z minimum of this instance.
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | CreateEnvelope | Overloaded. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Expand | Overloaded. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | FromEsriShape | Creates a new instance of the Envelope class from an Esri shape buffer. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | FromJson | Creates a new instance of the Envelope class from an ArcGIS JSON geometry representation. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | FromXml | Creates a new instance of the Envelope class from an ArcGIS XML string representation. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Intersection | Intersects the with the EnvelopeBuilderEx. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Intersects | Checks if the input Envelope intersects the EnvelopeBuilderEx. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsEqual | Compares this instance of EnvelopeBuilderEx to the other for equality. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetCoords |
Sets the coordinates from the input envelope.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetEmpty | Overridden.
Sets the geometry of this builder to empty.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetIDCoords |
Sets the ID-coordinates, that is, IDMin and IDMax. Also sets HasID = true.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetMCoords |
Sets the M-coordinates, that is, MMin and MMax. Also sets HasM = true.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetXYCoords |
Sets the xy-coordinates, that is, XMin, YMin, XMax, YMax.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetZCoords |
Sets the Z-coordinates, that is, ZMin and ZMax. Also sets HasZ = true.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToGeometry | Returns an Envelope instance representing the current state of the builder. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Union | Unions the with the EnvelopeBuilderEx. |
Top
See Also