All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse.Response Maven / Gradle / Ivy

There is a newer version: 1.10.4
Show newest version
package org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse;

/**
 * Interface for all Response classes.
 * 
    *
  • {@link org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse.DefaultAggregationResponse * DefaultAggregationResponse}
  • *
  • {@link org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse.groupbyresponse.GroupByResponse * GroupByResponse}
  • *
  • {@link org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse.groupbyresponse.RatioGroupByBoundaryResponse * RatioGroupByBoundaryResponse}
  • *
  • {@link org.heigit.ohsome.ohsomeapi.output.dataaggregationresponse.RatioResponse * RatioResponse}
  • *
  • {@link org.heigit.ohsome.ohsomeapi.output.rawdataresponse.DataResponse * DataResponse}
  • *
*/ public interface Response { Attribution getAttribution(); String getApiVersion(); Metadata getMetadata(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy