Represents the base class for all geometry types that are supported by ArcGIS Rest API and the PreStorm object-relational mapper.
Inheritance Hierarchy
PreStormGeometryBase
PreStormGeometry
PreStormMultipoint
PreStormPoint
PreStormPolygon
PreStormPolyline
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The Geometry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Geometry | Initializes a new instance of the Geometry class |
Properties
Name | Description | |
---|---|---|
spatialReference |
The spatial reference of this geometry.
(Inherited from GeometryBase.) |
Methods
Name | Description | |
---|---|---|
ToString |
Returns the JSON representation of the geometry.
(Inherited from GeometryBase.) |
Extension Methods
Name | Description | |
---|---|---|
ToJson |
Returns the JSON representation of the geometry.
(Defined by Json.) | |
ToKml |
Converts the geometry to KML.
(Defined by Kml.) | |
ToWkt |
Converts the geometry to well-known text (WKT).
(Defined by Wkt.) |
See Also