-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kowatsch
committed
Aug 13, 2018
1 parent
5c0f4c0
commit 121371b
Showing
9 changed files
with
236 additions
and
210 deletions.
There are no files selected for viewing
100 changes: 50 additions & 50 deletions
100
...org/heigit/bigspatialdata/ohsome/ohsomeApi/controller/dataAggregation/AreaController.java
Large diffs are not rendered by default.
Oops, something went wrong.
104 changes: 52 additions & 52 deletions
104
...rg/heigit/bigspatialdata/ohsome/ohsomeApi/controller/dataAggregation/CountController.java
Large diffs are not rendered by default.
Oops, something went wrong.
88 changes: 44 additions & 44 deletions
88
...g/heigit/bigspatialdata/ohsome/ohsomeApi/controller/dataAggregation/LengthController.java
Large diffs are not rendered by default.
Oops, something went wrong.
104 changes: 52 additions & 52 deletions
104
...eigit/bigspatialdata/ohsome/ohsomeApi/controller/dataAggregation/PerimeterController.java
Large diffs are not rendered by default.
Oops, something went wrong.
23 changes: 21 additions & 2 deletions
23
...a/org/heigit/bigspatialdata/ohsome/ohsomeApi/output/dataAggregationResponse/Response.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
package org.heigit.bigspatialdata.ohsome.ohsomeApi.output.dataAggregationResponse; | ||
|
||
/** | ||
* Interface for most Response classes. | ||
* | ||
* @see {@link org.heigit.bigspatialdata.ohsome.ohsomeApi.output.dataAggregationResponse.DefaultAggregationResponse | ||
* DefaultAggregationResponse} | ||
* @see {@link org.heigit.bigspatialdata.ohsome.ohsomeApi.output.dataAggregationResponse.elements.ShareResponse | ||
* ShareResponse} | ||
* @see {@link org.heigit.bigspatialdata.ohsome.ohsomeApi.output.dataAggregationResponse.groupByResponse.GroupByResponse | ||
* GroupByResponse} | ||
* @see {@link org.heigit.bigspatialdata.ohsome.ohsomeApi.output.dataAggregationResponse.groupByResponse.RatioGroupByBoundaryResponse | ||
* RatioGroupByBoundaryResponse} | ||
* @see {@link org.heigit.bigspatialdata.ohsome.ohsomeApi.output.dataAggregationResponse.groupByResponse.ShareGroupByBoundaryResponse | ||
* ShareGroupByBoundaryResponse} | ||
* @see {@link org.heigit.bigspatialdata.ohsome.ohsomeApi.output.dataAggregationResponse.RatioResponse | ||
* RatioResponse} | ||
* | ||
*/ | ||
public interface Response { | ||
|
||
public Attribution getAttribution(); | ||
|
||
public String getApiVersion(); | ||
|
||
public Metadata getMetadata(); | ||
|
||
} |
9 changes: 8 additions & 1 deletion
9
...ava/org/heigit/bigspatialdata/ohsome/ohsomeApi/output/dataAggregationResponse/Result.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters