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