Name | Description | |
---|---|---|
CenterAt | Center the envelope at the specified X and Y coordinate. | |
Clone | Clones this geometry instance. As geometry objects are immutable and hence never change, the clone returned will be this object rather than a copy of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
Expand | Moves the X and Y coordinates of the envelope sides toward or away from each other to scale the size of the envelope. | |
Intersection | Calculates the intersection between this instance and the specified envelope. | |
Intersects | Determines if this instance intersects the supplied envelope. | |
IsEqual | Overloaded. | |
ToEsriShape | Overloaded. Overridden. | |
ToJson | Serializes this geometry instance into an ArcGIS JSON geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
ToXml | Serializes this geometry instance into an ArcGIS XML geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
Union | Returns the union of this instance and the specified envelope. |