Uses of Interface
org.heigit.ohsome.ohsomeapi.output.Result
Package
Description
-
Uses of Result in org.heigit.ohsome.ohsomeapi.executor
Modifier and TypeMethodDescriptionvoid
ExecutionUtils.writeCsvResponse
(Result[] resultSet, javax.servlet.http.HttpServletResponse servletResponse, List<String[]> comments) Writes a response in the csv format for /count|length|perimeter|area(/density)(/ratio) requests. -
Uses of Result in org.heigit.ohsome.ohsomeapi.output
Modifier and TypeMethodDescriptionstatic 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. -
Uses of Result in org.heigit.ohsome.ohsomeapi.output.contributions
Modifier and TypeClassDescriptionclass
Represents the result JSON object for the resources working with contributions (currently: /users and /contributions/count) containing the from timestamp together with the corresponding value. -
Uses of Result in org.heigit.ohsome.ohsomeapi.output.elements
Modifier and TypeClassDescriptionclass
Represents the result JSON object for most of the /elements resources containing the timestamp together with the corresponding value. -
Uses of Result in org.heigit.ohsome.ohsomeapi.output.groupby
-
Uses of Result in org.heigit.ohsome.ohsomeapi.output.ratio
Modifier and TypeClassDescriptionclass
Represents the result JSON object for the /ratio resource containing the timestamp together with two values and their resulting ratio.