TypedFeaturesetDescriptor

Base class to differentiate featuresets. All available implementations are declared as nested classes and could be accessed as TypedFeaturesetDescriptor.*.

Types

Link copied to clipboard

Represents an actual featureset.

Link copied to clipboard

Represents an single style layer.

Functions

Link copied to clipboard
abstract fun getFeaturesetFeature(feature: Feature, featureNamespace: String?, rawState: Value): FF

For internal usage.

Link copied to clipboard
abstract fun getFeatureState(rawState: Value): FS

For internal usage.

Link copied to clipboard
abstract fun toFeaturesetDescriptor(): FeaturesetDescriptor

For internal usage.

Inheritors

Link copied to clipboard
Link copied to clipboard