| Package | Description |
|---|---|
| org.n52.io.crs | |
| org.n52.io.geojson.old | |
| org.n52.io.request | |
| org.n52.io.response |
| Modifier and Type | Method and Description |
|---|---|
GeojsonPoint |
CRSUtils.convertToGeojsonFrom(com.vividsolutions.jts.geom.Point point)
Creates a GeoJSON representation for the given point.
|
GeojsonPoint |
CRSUtils.convertToGeojsonFrom(com.vividsolutions.jts.geom.Point point,
String targetCrs)
Creates a GeoJSON representation of the given point.
|
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Point |
CRSUtils.convertToPointFrom(GeojsonPoint geometry) |
com.vividsolutions.jts.geom.Point |
CRSUtils.convertToPointFrom(GeojsonPoint geometry,
String crs) |
| Constructor and Description |
|---|
EastingNorthing(GeojsonPoint point) |
| Modifier and Type | Method and Description |
|---|---|
static GeojsonPoint |
GeojsonPoint.createWithCoordinates(Double[] coordinates)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GeojsonPoint |
Vicinity.getCenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vicinity.setCenter(GeojsonPoint center) |
| Constructor and Description |
|---|
Vicinity(GeojsonPoint center,
String radius) |
| Modifier and Type | Method and Description |
|---|---|
GeojsonPoint |
BBox.getLl() |
GeojsonPoint |
BBox.getUr() |
| Modifier and Type | Method and Description |
|---|---|
void |
BBox.setLl(GeojsonPoint ll) |
void |
BBox.setUr(GeojsonPoint ur) |
| Constructor and Description |
|---|
BBox(GeojsonPoint ll,
GeojsonPoint ur) |
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.