OgcFeatureService class final
An "OGC API - Features" service.
Use OgcFeatureServiceInfo as an entry point to explore the "OGC API - Features" service metadata.
- Implemented types
- Mixed in types
Constructors
- OgcFeatureService.withUri(Uri uri)
-
Creates an OgcFeatureService, taking a URL to the service landing page.
factory
Properties
-
customParameters
→ Map<
String, String> -
These vendor specific parameters are appended to all "OGC API - Features"
HTTP requests. If the "OGC API - Features" service is loaded
ArcGISExceptionType.commonIllegalState will be thrown.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadError → ArcGISException?
-
The load error.
no setterinherited
- loadStatus → LoadStatus
-
The load status.
no setterinherited
-
onLoadStatusChanged
→ Stream<
LoadStatus> -
A stream that reports changes to the
LoadStatus
.no setterinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceInfo → OgcFeatureServiceInfo?
-
The OgcFeatureServiceInfo that describes the "OGC API - Features"
service.
no setter
- uri → Uri
-
The service's landing page URL.
no setter
Methods
-
cancelLoad(
) → void -
Cancels loading metadata for the object.
inherited
-
load(
) → Future< void> -
Loads the metadata for the object asynchronously.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retryLoad(
) → Future< void> -
Loads or retries loading metadata for the object asynchronously.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited