Geometry Methods |
The Geometry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Checks if two geometries are approximately same, within some tolerance. |
![]() ![]() ![]() | FromJson(String) | Creates a Geometry from an ArcGIS JSON representation. |
![]() ![]() | FromJson(String, SpatialReference) | Creates a geometry from an ArcGIS JSON representation. |
![]() | IsEqual |
Compares two geometries for exact equality.
The types of geometry, order of points, all values, and the SpatialReference
must all be the equal.
|
![]() ![]() | IsNullOrEmpty |
Indicates whether the specified Geometry is null or empty.
|
![]() | ToJson | Converts this geometry into an ArcGIS JSON representation. |