OGCFeatureSource class abstract

A feature source compliant with the OGC API Features standard.

Inheritance

Constructors

OGCFeatureSource()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

item(ItemQuery query) Future<OGCFeatureItem>
Fetches a single feature by id (set in query) from this source.
inherited
itemById(Object id) Future<OGCFeatureItem>
Fetches a single feature by id from this source.
inherited
items(BoundedItemsQuery query, {CQLQuery? cql}) Future<OGCFeatureItems>
Fetches features matching query (and an optional cql query) from this source.
override
itemsAll({int? limit}) Future<OGCFeatureItems>
Fetches all features items from this source.
inherited
itemsAllPaged({int? limit}) Future<Paged<OGCFeatureItems>>
Fetches all features as paged sets from this source.
inherited
itemsPaged(BoundedItemsQuery query, {CQLQuery? cql}) Future<Paged<OGCFeatureItems>>
Fetches features as paged sets matching query (and an optional cql query) from this source.
override
meta() Future<OGCCollectionMeta>
Get metadata about the feature collection represented by this source.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryables() Future<OGCQueryableObject?>
Get optional metadata about queryable properties for the feature collection represented by this source.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited