org.heigit.ohsome.ohsomeapi.output.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.
The newest version!
package org.heigit.ohsome.ohsomeapi.output;
/**
* Interface for two Result objects.
*
* - {@link org.heigit.ohsome.ohsomeapi.output.elements.ElementsResult ElementsResult}
* - {@link org.heigit.ohsome.ohsomeapi.output.ratio.RatioResult RatioResult}
*
*/
public interface Result {
double getValue();
}