Uses of Class
org.heigit.ohsome.ohsomeapi.output.Metadata
Package
Description
-
Uses of Metadata in org.heigit.ohsome.ohsomeapi.executor
-
Uses of Metadata in org.heigit.ohsome.ohsomeapi.output
Modifier and TypeMethodDescriptionDefaultAggregationResponse.getMetadata()
ExtractionResponse.getMetadata()
Response.getMetadata()
Modifier and TypeMethodDescriptionstatic DefaultAggregationResponse
DefaultAggregationResponse.of
(Attribution attribution, String apiVersion, Metadata metadata, String type, org.geojson.Feature[] features) Static factory method returning the whole GeoJSON response.static DefaultAggregationResponse
DefaultAggregationResponse.of
(Attribution attribution, String apiVersion, Metadata metadata, Result[] result) Static factory method returning the whole JSON response.static DefaultAggregationResponse
Static factory method returning JSON without attribution and apiVersion.ModifierConstructorDescriptionExtractionResponse
(Attribution attribution, String apiVersion, Metadata metadata, String type, List<org.wololo.geojson.Feature> features) -
Uses of Metadata in org.heigit.ohsome.ohsomeapi.output.groupby
Modifier and TypeMethodDescriptionstatic GroupByResponse
GroupByResponse.of
(Attribution attribution, String apiVersion, Metadata metadata, String type, org.geojson.Feature[] features) Static factory method returning the whole GeoJSON response.ModifierConstructorDescriptionGroupByResponse
(Attribution attribution, String apiVersion, Metadata metadata, GroupByResult[] groupByUserResult) -
Uses of Metadata in org.heigit.ohsome.ohsomeapi.output.ratio
Modifier and TypeMethodDescriptionRatioGroupByBoundaryResponse.getMetadata()
RatioResponse.getMetadata()
Modifier and TypeMethodDescriptionstatic RatioGroupByBoundaryResponse
RatioGroupByBoundaryResponse.of
(Attribution attribution, String apiVersion, Metadata metadata, String type, org.geojson.Feature[] features) Static factory method returning the whole GeoJSON response.ModifierConstructorDescriptionRatioGroupByBoundaryResponse
(Attribution attribution, String apiVersion, Metadata metadata, RatioGroupByResult[] groupByBoundaryResult) RatioResponse
(Attribution attribution, String apiVersion, Metadata metadata, RatioResult[] ratioResult)