WfsService

An OGC Web Feature Service. Provides an entry point to explore the WFS service metadata via WfsServiceInfo. See the OGC Web Feature Service standard[https://www.ogc.org/standard/wfs/] for more information.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(url: String)

Creates a WfsService, taking a URL to the service. The URL is the 'GetCapabilities' URL for the WFS service. Web Feature Service (WFS) is an OGC standard. This API supports WFS versions 2.0.0 and 2.0.2.

Properties

Link copied to clipboard

These parameters are appended to all WFS requests e.g. GetCapabilities, GetFeature, and DescribeFeatureType. Will throw ErrorType.CommonIllegalState if the WFS service is loaded.

Link copied to clipboard

The WfsServiceInfo, which describes the WFS service metadata. The WFS service info is returned as WfsServiceInfo type.

Link copied to clipboard
val url: String

The service's URL. Will throw ErrorType.CommonIllegalState if the WFS service is loaded.

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.