![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
Envelope Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.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. |
![]() | MMax | Gets or sets the minimum M-coordinate of the Envelope. |
![]() | MMin | Gets or sets the maximum M-coordinate 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. |
![]() | ZMax | Gets or sets the maximum z-coordinate of the Envelope. |
![]() | ZMin | Gets or sets the maximum z-coordinate of the Envelope. |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. Creates a deep clone of the current Object. |
![]() | Expand | Expands the Envelope by a given percentage. |
![]() | GetSchema |
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the |
![]() | IsEqual | Compares the X, Y and Z values for the envelopes. |
![]() | ReadXml | Generates an object from its XML representation. |
![]() ![]() | ToMapEnvelope | Overloaded. Deprecated. Use ToMapEnvelope(Rectangle, TransformationParams) instead. |
![]() | ToScreenRectangle | Converts an envelope in map coordinates to a Rectangle in screen coordinates (pixel coordinates). |
![]() | ToString | Overridden. Converts the Envelope to its string representation. |
![]() | Union | Enlarges the current envelope as necessary to cover the extent of the input geometry. |
![]() | WriteXml | Converts an object into its XML representation. |