Package org.bremersee.geojson.model
Class Feature
java.lang.Object
org.bremersee.geojson.model.Feature
- All Implemented Interfaces:
Serializable
A Feature object represents a spatially bounded thing.
- Author:
- Christian Bremer
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFeature(String id, BoundingBox bbox, Geometry geometry, Object properties) Instantiates a new feature. -
Method Summary
-
Constructor Details
-
Feature
Instantiates a new feature.- Parameters:
id- the idbbox- the bboxgeometry- the geometryproperties- the properties
-