Class GeoJsonFeatureCollection

    • Constructor Detail

      • GeoJsonFeatureCollection

        public GeoJsonFeatureCollection()
        Default constructor.
      • GeoJsonFeatureCollection

        public GeoJsonFeatureCollection​(Collection<? extends GeoJsonFeature> features,
                                        boolean calculateBounds)
        Constructs a GeoJSON feature collection with the specified parameters.
        Parameters:
        features - the GeoJSON features of the collection
        calculateBounds - if true the bounding box will be calculated otherwise the bounding box will be null