org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse.Result Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ohsome-api Show documentation
Show all versions of ohsome-api Show documentation
A public Web-RESTful-API for "ohsome" OpenStreetMap history data.
package org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse;
/**
* Interface for two Result objects.
*
* - {@link org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse.elements.ElementsResult
* ElementsResult}
* - {@link org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse.RatioResult
* RatioResult}
*
*/
public interface Result {
double getValue();
}