Package | Description |
---|---|
com.datastax.driver.dse.geometry | |
com.datastax.driver.dse.geometry.codecs | |
com.datastax.dse.graph.api.predicates | |
com.datastax.dse.graph.internal.serde |
Modifier and Type | Method and Description |
---|---|
static LineString |
LineString.fromGeoJson(String source)
Creates a line string from a GeoJSON
LineString representation.
|
static LineString |
LineString.fromWellKnownBinary(ByteBuffer source)
Creates a line string from its Well-known Binary
(WKB) representation.
|
static LineString |
LineString.fromWellKnownText(String source)
Creates a line string from its Well-known Text (WKT) representation.
|
Modifier and Type | Method and Description |
---|---|
protected LineString |
LineStringCodec.fromWellKnownBinary(ByteBuffer source) |
protected LineString |
LineStringCodec.fromWellKnownText(String source) |
Modifier and Type | Method and Description |
---|---|
protected ByteBuffer |
LineStringCodec.toWellKnownBinary(LineString geometry) |
protected String |
LineStringCodec.toWellKnownText(LineString geometry) |
Modifier and Type | Method and Description |
---|---|
static LineString |
Geo.lineString(double... points)
Create a
LineString object with the list of points
given in parameter. |
Modifier and Type | Method and Description |
---|---|
LineString |
DseGraphModule.LineStringGeometryDeserializer.parse(String val) |
Copyright © 2012–2019. All rights reserved.