Represents the base class for all geometry types that are supported by ArcGIS Rest API.
Inheritance Hierarchy
PreStormGeometryBase
PreStormEnvelope
PreStormGeometry
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The GeometryBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GeometryBase | Initializes a new instance of the GeometryBase class |
Properties
Name | Description | |
---|---|---|
spatialReference |
The spatial reference of this geometry.
|
Methods
Name | Description | |
---|---|---|
ToString |
Returns the JSON representation of the geometry.
(Overrides ObjectToString.) |
Extension Methods
Name | Description | |
---|---|---|
ToJson |
Returns the JSON representation of the geometry.
(Defined by Json.) |
See Also