OgcFeatureService

An "OGC API - Features" service. Use OgcFeatureServiceInfo as an entry point to explore the "OGC API - Features" service metadata.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(url: String)

Creates an OgcFeatureService, taking a URL to the service landing page.

Properties

Link copied to clipboard

These vendor specific parameters are appended to all "OGC API - Features" HTTP requests. If the "OGC API - Features" service is loaded ErrorType.CommonIllegalState will be thrown.

Link copied to clipboard

The OgcFeatureServiceInfo that describes the "OGC API - Features" service.

Link copied to clipboard
val url: String

The service's landing page URL. If the "OGC API - Features" service is loaded ErrorType.CommonIllegalState is thrown.

Inherited properties

Link copied to clipboard
open override val loadStatus: StateFlow<LoadStatus>

The load status.

Inherited functions

Link copied to clipboard
open override fun cancelLoad()

Cancels loading metadata for the Loadable object.

Link copied to clipboard
open suspend override fun load(): Result<Unit>

Loads the metadata for the object.

Link copied to clipboard
open suspend override fun retryLoad(): Result<Unit>

Loads or retries loading metadata for the object.