The following tables list the members exposed by Envelope.
Name | Description | |
---|---|---|
![]() | Envelope Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Extent | Overridden. Gets the minimum enclosing envelope of the instance |
![]() | Height | Gets the height of the instance. |
![]() | MMax | Gets or sets Mmax. |
![]() | MMin | Gets or sets Mmin. |
![]() | SpatialReference | Gets or sets the spatial reference. (Inherited from ESRI.ArcGIS.Client.Geometry.Geometry) |
![]() | Width | Gets the width of the instance. |
![]() | XMax | Gets or sets Xmax. |
![]() | XMin | Gets or sets Xmin. |
![]() | YMax | Gets or sets Ymax. |
![]() | YMin | Gets or sets Ymin. |
![]() | ZMax | Gets or sets Zmax. |
![]() | ZMin | Gets or sets Zmin. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep clone of the current Object. |
![]() | Equals | Overloaded. Indicates whether the current object is equal to another object of the same type. |
![]() | Expand | Creates a new envelope expanded by the amount specified. |
![]() | GetCenter | Gets the center of the instance. |
![]() | Intersection | Calculates the intersection between this instance and the specified envelope. |
![]() | Intersects | Returns true if this instance intersects an envelope. |
![]() ![]() | ShiftCentralMeridian | Shifts the central meridian. This method calculates a new XMin, XMax and SpatialReference.WKT when Dateline is crossed. Only 4326 and WebMercator is supported. |
![]() | ToJson | Serializes the geometry to JSON. (Inherited from ESRI.ArcGIS.Client.Geometry.Geometry) |
![]() | ToString | Returns a System.String that represents the current System.Object. |
![]() | Union | Returns the union of this instance and the specified envelope. |