@API(status=STABLE,
since="6.0")
public final class GeographicPoint3d
extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Coordinate |
coordinate |
| Constructor and Description |
|---|
GeographicPoint3d(double latitude,
double longitude,
double height) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getHeight() |
double |
getLatitude() |
double |
getLongitude() |
Integer |
getSrid() |
int |
hashCode() |
String |
toString() |
protected final Coordinate coordinate
public GeographicPoint3d(double latitude,
double longitude,
double height)
public double getLongitude()
public double getLatitude()
public double getHeight()
public final Integer getSrid()
getSrid in interface Neo4jPointCopyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.