ESRI.ArcGIS.ADF.IMS | |
Envelope Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.IMS.Geometry Namespace : Envelope Class |
The following tables list the members exposed by Envelope.
Name | Description | |
---|---|---|
Envelope Constructor | Overloaded. Constructs an Envelope. |
Name | Description | |
---|---|---|
Height | Gets the height of the Envelope. | |
SpatialReference | Gets or sets the SpatialReference of the Geometry. (Inherited from Geometry) | |
Width | Gets the width of the Envelope. | |
XMax | Gets or sets the maximum x-coordinate of the Envelope. | |
XMin | Gets or sets the minimum x-coordinate of the Envelope. | |
YMax | Gets or sets the maximum y-coordinate of the Envelope. | |
YMin | Gets or sets the minimum y-coordinate of the Envelope. |
Name | Description | |
---|---|---|
Clone | Overridden. Creates a deep clone of the current Object. | |
Expand | Expands the Envelope by a given percentage. | |
IsEqual | Determines whether two envelopes have the same extent values. | |
ToString | Overridden. Converts the Envelope to its proper string representation. | |
Union | Overloaded. Static method that constructs an envelope that surrounds the extents of the input envelopes. |