Click or drag to resize

GeometryBase Class

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

Namespace:  Cassandra.Geometry
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.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