Class FeatureCollection

java.lang.Object
org.bremersee.geojson.model.FeatureCollection
All Implemented Interfaces:
Serializable

public class FeatureCollection extends Object implements Serializable
A collection of features.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • FeatureCollection

      public FeatureCollection(BoundingBox bbox, List<Feature> features)
      Instantiates a new Feature collection.
      Parameters:
      bbox - the bbox
      features - the features