Geometry 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 and the PreStorm object-relational mapper.
Inheritance Hierarchy

SystemObject
  PreStormGeometryBase
    PreStormGeometry
      PreStormMultipoint
      PreStormPoint
      PreStormPolygon
      PreStormPolyline

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

public abstract class Geometry : GeometryBase

The Geometry type exposes the following members.

Constructors

  NameDescription
Protected methodGeometry
Initializes a new instance of the Geometry class
Top
Properties

  NameDescription
Public propertyspatialReference
The spatial reference of this geometry.
(Inherited from GeometryBase.)
Top
Methods

  NameDescription
Public methodToString
Returns the JSON representation of the geometry.
(Inherited from GeometryBase.)
Top
Extension Methods

  NameDescription
Public Extension MethodToJson
Returns the JSON representation of the geometry.
(Defined by Json.)
Public Extension MethodToKml
Converts the geometry to KML.
(Defined by Kml.)
Public Extension MethodToWkt
Converts the geometry to well-known text (WKT).
(Defined by Wkt.)
Top
See Also

Reference