Package | Description |
---|---|
com.datastax.driver.dse.geometry |
Modifier and Type | Class and Description |
---|---|
class |
LineString
The driver-side representation for DSE's
LineStringType . |
class |
Point
The driver-side representation of DSE's
PointType . |
class |
Polygon
The driver-side representation of DSE's
PolygonType . |
Modifier and Type | Method and Description |
---|---|
boolean |
Geometry.contains(Geometry other)
Tests whether this geospatial type instance contains another instance.
|