Name | Description | |
---|---|---|
EnvelopeBuilder Constructor | Overloaded. |
The following tables list the members exposed by EnvelopeBuilder.
Name | Description | |
---|---|---|
EnvelopeBuilder Constructor | Overloaded. |
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. | |
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
HasID | Gets or sets the HasID flag of the instance. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Envelope>) | |
HasM | Overridden. Gets or sets the HasM flag of the instance. This indicates whether the geometry contains Ms. | |
HasZ | Overridden. Gets or sets the HasZ flag of the instance. This indicates whether the geometry contains Zs. | |
Height | Gets the height of this instance. | |
IsEmpty | Gets if the instance is an empty geometry. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Envelope>) | |
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 SpatialReference for the geometry being built. (Inherited from ArcGIS.Core.Geometry.GeometryBuilder<Envelope>) | |
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. |
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 envelope 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. |