| Name | Description |
 | CenterAt | Overloaded.
Centers the envelope at the given coordinate.
|
 | Clear |
Sets the envelope to empty.
|
 | Clip |
Clips this envelope using another envelope.
|
 | Clone | Gets a clone of the Envelope. |
 | Contains | Overloaded. Checks if this envelope contains the input envelope. |
 | Crosses | Checks if the envelope crosses another geometry. |
 | Disjoint | Checks if the envelopes are disjointed(no common elements). |
 | Distance | Returns the minimum distance between the two geometries. |
 | EquivalentTo | Determines if two Geometry instances are equivalent in value. |
 | ExportToEsriShape |
Not implemented for Envelope.
|
 | ExportToWgs84EsriShape |
Not implemented for Envelope.
|
 | GetSchema |
Returns the Xml Schema.
|
 | GetSquareDistance |
Minimum distance between the envelopes.
|
 | Initialize | Overloaded. Initializes the envelope using a set of coordinates. Initializes the envelope using a set of coordinates. |
 | Intersects | Determines if this envelope intersects the input geometry. |
 | Offset |
Moves the envelope relative to its current position in both X and Y directions.
|
 | OffsetX |
Moves the envelope relative to its current position in the X direction.
|
 | OffsetY |
Moves the envelope relative to its current position in the Y direction.
|
 | ReadXml |
Generates an object from its XML representation.
|
 | Relate |
Checks if the specified spatial relationship exists the envelope and another geometry.
|
 | Resize | Overloaded.
Resizes the envelope width by 2 * dx and the envelope height by 2 * dy.
|
 | ResizeX |
Resizes the extent width.
|
 | ResizeY |
Resizes the extent height.
|
 | SetEmpty | Sets the Envelope empty. |
 | Subtract | Subtracts an envelope from this envelope. |
 | ToCoordinateCollection | Gets the coordinate collection of this Envelope. |
 | ToPolygon | Gets a polygon object equivalent to this Envelope. |
 | ToString | Overridden. Returns a String that represents the current Envelope. |
 | Touches | Checks if the envelope touches another geometry. |
 | Union | Overloaded. Resizes the envelope to include another envelope. |
 | Within | Checks if the envelope is within another geometry. |
 | WriteXml |
Converts an object into its XML representation.
|