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

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

The newest version!
package org.heigit.ohsome.ohsomeapi.output;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy