Class GroupByResult

java.lang.Object
org.heigit.ohsome.ohsomeapi.output.groupby.GroupByObject
org.heigit.ohsome.ohsomeapi.output.groupby.GroupByResult

public class GroupByResult extends GroupByObject
Represents the groupBy result JSON object containing the groupBy value and the respective Result objects. The GroupByResult is only used in responses for groupBy requests.
  • Constructor Details

    • GroupByResult

      public GroupByResult(Object groupByName, Result[] result)
  • Method Details

    • getResult

      public Result[] getResult()