| Package | Description |
|---|---|
| com.datastax.driver.dse.geometry | |
| com.datastax.driver.dse.geometry.codecs |
| 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) |
Copyright © 2012–2019. All rights reserved.