class EastingNorthing extends Object implements Serializable
| Constructor and Description |
|---|
EastingNorthing(Double[] coordinates) |
EastingNorthing(Double[] coordinates,
GeojsonCrs crs) |
EastingNorthing(Double easting,
Double northing,
String srs) |
EastingNorthing(GeojsonPoint point) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
(package private) double |
getAltitude() |
(package private) GeojsonCrs |
getCrs() |
(package private) String |
getCrsDefinition() |
(package private) double |
getEasting() |
(package private) double |
getNorthing() |
int |
hashCode() |
(package private) void |
setAltitude(double altitude) |
String |
toString() |
EastingNorthing(GeojsonPoint point)
EastingNorthing(Double easting, Double northing, String srs)
easting - the east value.northing - the north value.srs - the CRS name, e.g. 'EPSG:25832'EastingNorthing(Double[] coordinates)
coordinates - the coordinates in EPSG:4326EastingNorthing(Double[] coordinates, GeojsonCrs crs)
double getEasting()
double getNorthing()
double getAltitude()
void setAltitude(double altitude)
String getCrsDefinition()
GeojsonCrs getCrs()
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.