Class GroupByBoundaryGeoJsonGenerator
- java.lang.Object
-
- org.heigit.ohsome.ohsomeapi.utils.GroupByBoundaryGeoJsonGenerator
-
public class GroupByBoundaryGeoJsonGenerator extends Object
Creates the GeoJson features used in the GeoJson response for the /groupBy/boundary endpoints.
-
-
Constructor Summary
Constructors Constructor Description GroupByBoundaryGeoJsonGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.geojson.Feature[]
createGeoJsonFeatures(GroupByObject[] results, org.geojson.GeoJsonObject[] geojsonGeoms)
Creates the GeoJson features used in the GeoJson response.
-
-
-
Method Detail
-
createGeoJsonFeatures
public static org.geojson.Feature[] createGeoJsonFeatures(GroupByObject[] results, org.geojson.GeoJsonObject[] geojsonGeoms)
Creates the GeoJson features used in the GeoJson response.
-
-