Class ExtractionResponse
java.lang.Object
org.heigit.ohsome.ohsomeapi.output.ExtractionResponse
- All Implemented Interfaces:
Response
Represents the whole GeoJSON response object for the data-extraction and contributions endpoints
that always extract the data as GeoJSON, e.g. /elements/geometry or /contributions/geometry.
-
Constructor Summary
ConstructorDescriptionExtractionResponse
(Attribution attribution, String apiVersion, Metadata metadata, String type, List<org.wololo.geojson.Feature> features) -
Method Summary
-
Constructor Details
-
ExtractionResponse
public ExtractionResponse(Attribution attribution, String apiVersion, Metadata metadata, String type, List<org.wololo.geojson.Feature> features)
-
-
Method Details
-
getAttribution
- Specified by:
getAttribution
in interfaceResponse
-
getApiVersion
- Specified by:
getApiVersion
in interfaceResponse
-
getMetadata
- Specified by:
getMetadata
in interfaceResponse
-
getType
-
getFeatures
-