public interface Geometry
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
getCoordinates()
Get all coordinates of the geometry.
|
CRS |
getCRS()
Returns the coordinate reference system associated with the geometry
|
String |
getGeometryType()
Get string description of most specific type of this instance
|
String getGeometryType()
List<Coordinate> getCoordinates()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.