FeatureSource<ItemType extends FeatureItem, ItemsType extends FeatureItems> class abstract

A feature source providing geospatial features.

Inheritance
Implementers

Constructors

FeatureSource()

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<ItemType>
Fetches a single feature by id (set in query) from this source.
itemById(Object id) Future<ItemType>
Fetches a single feature by id from this source.
inherited
items(BoundedItemsQuery query) Future<ItemsType>
Fetches features matching query from this source.
itemsAll({int? limit}) Future<ItemsType>
Fetches all features items from this source.
inherited
itemsAllPaged({int? limit}) Future<Paged<ItemsType>>
Fetches all features as paged sets from this source.
inherited
itemsPaged(BoundedItemsQuery query) Future<Paged<ItemsType>>
Fetches features as paged sets matching query from this source.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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