Package org.bremersee.geojson.model
Class FeatureCollection
java.lang.Object
org.bremersee.geojson.model.FeatureCollection
- All Implemented Interfaces:
Serializable
A collection of features.
- Author:
- Christian Bremer
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFeatureCollection(BoundingBox bbox, List<Feature> features) Instantiates a new Feature collection. -
Method Summary
-
Constructor Details
-
FeatureCollection
Instantiates a new Feature collection.- Parameters:
bbox- the bboxfeatures- the features
-