All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstreetmap.atlas.geography.geojson.GeoJsonCollection Maven / Gradle / Ivy

There is a newer version: 7.0.8
Show newest version
package org.openstreetmap.atlas.geography.geojson;

/**
 * Interface for all GeoJson collection types {@link GeojsonGeometryCollection} and
 * {@link GeoJsonFeatureCollection}
 * 
 * @param 
 *            The type of GeoJsonGeometry in the collection
 * @author jklamer
 */
public interface GeoJsonCollection extends GeoJson
{
    Iterable getGeoJsonObjects();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy