FeaturesetHolder

Holder class to differentiate featuresets.

Types

Link copied to clipboard
class Featureset @JvmOverloads constructor(val featuresetId: String, val importId: String? = null) : FeaturesetHolder<FeatureState>

Represents an actual featureset.

Link copied to clipboard

Represents an single style layer.

Functions

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

For internal usage.

Link copied to clipboard
abstract fun getInteractiveFeature(feature: Feature, featureNamespace: String?, rawState: Value): InteractiveFeature<FS>

For internal usage.

Link copied to clipboard
abstract fun toFeaturesetDescriptor(): FeaturesetDescriptor

For internal usage.

Inheritors

Link copied to clipboard
Link copied to clipboard