public interface GeoJSONFeature
| Modifier and Type | Field and Description |
|---|---|
static String |
GEOMETRY |
static String |
PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
String |
getId() |
Map<String,Object> |
getProperties() |
boolean |
isSetGeometry() |
void |
setGeometry(OptionalOutput<com.vividsolutions.jts.geom.Geometry> geometry) |
static final String GEOMETRY
static final String PROPERTIES
String getId()
boolean isSetGeometry()
com.vividsolutions.jts.geom.Geometry getGeometry()
void setGeometry(OptionalOutput<com.vividsolutions.jts.geom.Geometry> geometry)
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.