In This Topic
For a list of all members of this type, see Geometry members.
Public Methods
| Name | Description |
| 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.
|
| IsEqual | Compares two Geometry for equality. Compares GeometryType, SpatialReference, and coordinates for equality. |
| ToEsriShape | Overloaded. |
| ToJson | Serializes this geometry instance into an ArcGIS JSON geometry representation.
|
| ToXml |
Serializes this geometry instance into an ArcGIS XML geometry representation.
|
Top
See Also