FeatureSet

An interface for feature sets. This interface encapsulates some common read-only operations that could be applied to various sets of features.

Since

200.1.0

Inheritors

Properties

Link copied to clipboard
abstract val fields: List<Field>

The fields of the feature set.

Link copied to clipboard

The geometry type stored in this feature set.

Link copied to clipboard

The spatial reference of the feature set.

Inherited functions

Link copied to clipboard
open fun forEach(p0: Consumer<in Feature>)
Link copied to clipboard
abstract operator fun iterator(): Iterator<Feature>
Link copied to clipboard