ExportHelper

Helpers for the export endpoints.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
suspend fun OrsClient.export(bbox: List<List<Double>>, geometry: Boolean? = null, profile: Profile): ExportResponse

Requests the export endpoint with bounding box bbox.

Link copied to clipboard
suspend fun OrsClient.exportJson(bbox: List<List<Double>>, geometry: Boolean? = null, profile: Profile): ExportResponse

Requests the export endpoint asking explicitly for JSON output.

Link copied to clipboard
suspend fun OrsClient.exportTopoJson(bbox: List<List<Double>>, geometry: Boolean? = null, profile: Profile): TopoJsonExportResponse

Requests the export endpoint with TopoJSON output.