Package | Description |
---|---|
org.n52.sos.importer.model.position |
Modifier and Type | Method and Description |
---|---|
EPSGCode |
EPSGCode.forThis(Cell featureOfInterestPosition)
returns the corresponding position component for a feature of interest cell
|
EPSGCode |
Position.getEPSGCode() |
static EPSGCode |
EPSGCode.parse(String s)
converts a given String into an EPSG code object
|
Modifier and Type | Method and Description |
---|---|
void |
Position.setEPSGCode(EPSGCode epsgCode) |
Constructor and Description |
---|
Position(Latitude latitude,
Longitude longitude,
Height height,
EPSGCode epsgCode) |
Copyright © 2011–2019 52°North. All rights reserved.