Package | Description |
---|---|
com.datastax.dse.driver.api.core.data.geometry | |
com.datastax.dse.driver.internal.core.data.geometry | |
com.datastax.dse.driver.internal.core.type.codec.geometry |
Modifier and Type | Interface and Description |
---|---|
interface |
LineString
The driver-side representation for DSE's
LineString . |
interface |
Point
The driver-side representation of DSE's
Point . |
interface |
Polygon
The driver-side representation of DSE's
Polygon . |
Modifier and Type | Method and Description |
---|---|
boolean |
Geometry.contains(Geometry other)
Tests whether this geospatial type instance contains another instance.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGeometry |
class |
DefaultLineString |
class |
DefaultPoint |
class |
DefaultPolygon |
class |
Distance
The driver-side representation of DSE's
Geo.distance . |
Modifier and Type | Method and Description |
---|---|
boolean |
Distance.contains(Geometry geometry) |
boolean |
DefaultGeometry.contains(Geometry other) |
Modifier and Type | Class and Description |
---|---|
class |
GeometryCodec<T extends Geometry>
Base class for geospatial type codecs.
|
Copyright © 2017–2019. All rights reserved.