GeometryBase Class

PreStorm - A Data Client for ArcGIS Server REST API
Represents the base class for all geometry types that are supported by ArcGIS Rest API.
Inheritance Hierarchy

SystemObject
  PreStormGeometryBase
    PreStormEnvelope
    PreStormGeometry

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public abstract class GeometryBase

The GeometryBase type exposes the following members.

Constructors

  NameDescription
Protected methodGeometryBase
Initializes a new instance of the GeometryBase class
Top
Properties

  NameDescription
Public propertyspatialReference
The spatial reference of this geometry.
Top
Methods

  NameDescription
Public methodToString
Returns the JSON representation of the geometry.
(Overrides ObjectToString.)
Top
Extension Methods

  NameDescription
Public Extension MethodToJson
Returns the JSON representation of the geometry.
(Defined by Json.)
Top
See Also

Reference