Dse.Geometry Namespace | 
| Class | Description | |
|---|---|---|
| GeometryBase | 
            The driver-side representation for a DSE geospatial type.
              | |
| LineString | 
            Represents a one-dimensional object representing a sequence of points and the line segments connecting them.
              | |
| Point | 
            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.
              | |
| Polygon | 
            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.
              |