public interface Point extends Geometry
A call to Geometry.getCoordinates()
must return a single element list.
Modifier and Type | Method and Description |
---|---|
default Coordinate |
getCoordinate()
Returns the single coordinate in space defining this point.
|
default String |
getGeometryType()
Get string description of most specific type of this instance
|
getCoordinates, getCRS
default Coordinate getCoordinate()
default String getGeometryType()
Geometry
getGeometryType
in interface Geometry
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.