Class GroupByBoundaryGeoJsonGenerator
java.lang.Object
org.heigit.ohsome.ohsomeapi.utils.GroupByBoundaryGeoJsonGenerator
Creates the GeoJson features used in the GeoJson response for the /groupBy/boundary endpoints.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.geojson.Feature[]
createGeoJsonFeatures
(GroupByObject[] results, org.geojson.GeoJsonObject[] geojsonGeoms) Creates the GeoJson features used in the GeoJson response.
-
Constructor Details
-
GroupByBoundaryGeoJsonGenerator
public GroupByBoundaryGeoJsonGenerator()
-
-
Method Details
-
createGeoJsonFeatures
public static org.geojson.Feature[] createGeoJsonFeatures(GroupByObject[] results, org.geojson.GeoJsonObject[] geojsonGeoms) Creates the GeoJson features used in the GeoJson response.
-