Uses of Class
org.heigit.ohsome.ohsomeapi.output.Metadata
Packages that use Metadata
Package
Description
-
Uses of Metadata in org.heigit.ohsome.ohsomeapi.executor
Methods in org.heigit.ohsome.ohsomeapi.executor with parameters of type Metadata -
Uses of Metadata in org.heigit.ohsome.ohsomeapi.output
Methods in org.heigit.ohsome.ohsomeapi.output that return MetadataModifier and TypeMethodDescriptionDefaultAggregationResponse.getMetadata()
ExtractionResponse.getMetadata()
Response.getMetadata()
Methods in org.heigit.ohsome.ohsomeapi.output with parameters of type MetadataModifier 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.Constructors in org.heigit.ohsome.ohsomeapi.output with parameters of type MetadataModifierConstructorDescriptionExtractionResponse
(Attribution attribution, String apiVersion, Metadata metadata, String type, List<org.wololo.geojson.Feature> features) -
Uses of Metadata in org.heigit.ohsome.ohsomeapi.output.groupby
Methods in org.heigit.ohsome.ohsomeapi.output.groupby that return MetadataMethods in org.heigit.ohsome.ohsomeapi.output.groupby with parameters of type MetadataModifier 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.Constructors in org.heigit.ohsome.ohsomeapi.output.groupby with parameters of type MetadataModifierConstructorDescriptionGroupByResponse
(Attribution attribution, String apiVersion, Metadata metadata, GroupByResult[] groupByUserResult) -
Uses of Metadata in org.heigit.ohsome.ohsomeapi.output.ratio
Methods in org.heigit.ohsome.ohsomeapi.output.ratio that return MetadataModifier and TypeMethodDescriptionRatioGroupByBoundaryResponse.getMetadata()
RatioResponse.getMetadata()
Methods in org.heigit.ohsome.ohsomeapi.output.ratio with parameters of type MetadataModifier 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.Constructors in org.heigit.ohsome.ohsomeapi.output.ratio with parameters of type MetadataModifierConstructorDescriptionRatioGroupByBoundaryResponse
(Attribution attribution, String apiVersion, Metadata metadata, RatioGroupByResult[] groupByBoundaryResult) RatioResponse
(Attribution attribution, String apiVersion, Metadata metadata, RatioResult[] ratioResult)