OgcFeatureCollectionInfo class final

Metadata of a layer (feature collection) in an OGC API - Features service.

Provides metadata (such as id, title, and description) that describes an OGC API - Features feature collection.

Implemented types

Properties

collectionId String
A unique identifier for the OGC API - Features feature collection.
no setter
description String
The OGC API - Features feature collection's description.
no setter
extent Envelope?
The minimum bounding extent that contains features in the OGC API - Features feature collection.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
A descriptive (human-readable) title for the OGC API - Features feature collection.
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