OGCFeatureItems class
A result from a feature source containing collection and meta data.
This class extends FeatureItems defining some getters (timeStamp, numberMatched, numberReturned, links) that are OGC API Features specific.
- Inheritance
-
- Object
- FeatureItems
- OGCFeatureItems
- Mixed-in types
Constructors
-
OGCFeatureItems(FeatureCollection<
Feature< collection, {Map<Geometry> >String, dynamic> ? meta, CoordRefSys? contentCrs}) -
Create a feature items instance with
collection
and optionalmeta
.const
Properties
-
collection
→ FeatureCollection<
Feature< Geometry> > -
The wrapped feature collection.
finalinherited
- contentCrs → CoordRefSys?
-
An optional coordinate reference system from "Content-Crs" response
header.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- links → Links
-
Links related to this object.
no setteroverride
-
meta
→ Map<
String, dynamic> -
Metadata as a data object (ie. data from a JSON Object).
finalinherited
- numberMatched → int?
-
An optional count of items matched.
no setter
- numberReturned → int?
-
An optional count of items returned.
no setter
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, the toString method will be overridden to output this instance's props.no setterinherited - timeStamp → DateTime?
-
The time stamp
no setter
Methods
-
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