public final class Coordinate extends Object
A coordinate is described by at least two numbers and must adhere to the following ordering
 Additional numbers are allowed and the meaning of these additional numbers depends on the coordinate reference
 system
 (see $CRS)
| Constructor and Description | 
|---|
Coordinate(double... coordinate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
List<Double> | 
getCoordinate()
Returns the current coordinate. 
 | 
int | 
hashCode()  | 
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.