Package org.n52.io.geojson
Interface GeoJSONFeature
-
- All Known Implementing Classes:
FeatureOutput,GeometryOutput,StationOutput
public interface GeoJSONFeatureTODO: JavaDoc
-
-
Field Summary
Fields Modifier and Type Field Description static StringGEOMETRYstatic StringPROPERTIES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.locationtech.jts.geom.GeometrygetGeometry()StringgetId()Map<String,Object>getProperties()booleanisSetGeometry()voidsetGeometry(OptionalOutput<org.locationtech.jts.geom.Geometry> geometry)
-
-
-
Field Detail
-
GEOMETRY
static final String GEOMETRY
- See Also:
- Constant Field Values
-
PROPERTIES
static final String PROPERTIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
String getId()
-
isSetGeometry
boolean isSetGeometry()
-
getGeometry
org.locationtech.jts.geom.Geometry getGeometry()
-
setGeometry
void setGeometry(OptionalOutput<org.locationtech.jts.geom.Geometry> geometry)
-
-