Click or drag to resize

GeometryBase Class

The driver-side representation for a DSE geospatial type.
Inheritance Hierarchy
SystemObject
  Dse.GeometryGeometryBase
    Dse.GeometryLineString
    Dse.GeometryPoint
    Dse.GeometryPolygon

Namespace:  Dse.Geometry
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public abstract class GeometryBase

The GeometryBase type exposes the following members.

Methods
  NameDescription
Public methodToGeoJson
Returns the GeoJSON representation of the instance.
Top
See Also