Click or drag to resize

Dse.Geometry Namespace

The Dse.Geometry namespace contains classes to represent geospatial types.
Classes
  ClassDescription
Public classGeometryBase
The driver-side representation for a DSE geospatial type.
Public classLineString
Represents a one-dimensional object representing a sequence of points and the line segments connecting them.
Public classPoint
Represents a zero-dimensional object that represents a specific (X,Y) location in a two-dimensional XY-Plane. In case of Geographic Coordinate Systems, the X coordinate is the longitude and the Y is the latitude.
Public classPolygon
Represents is a plane geometry figure that is bounded by a finite chain of straight line segments closing in a loop to form a closed chain or circuit.