Typed Featureset Descriptor
Base class to differentiate featuresets. All available implementations are declared as nested classes and could be accessed as TypedFeaturesetDescriptor.*
.
Types
Link copied to clipboard
class Featureset @JvmOverloads constructor(val featuresetId: String, val importId: String? = null) : TypedFeaturesetDescriptor<FeatureState, FeaturesetFeature<FeatureState>>
Represents an actual featureset.
Link copied to clipboard
class Layer(val layerId: String) : TypedFeaturesetDescriptor<FeatureState, FeaturesetFeature<FeatureState>>
Represents an single style layer.
Functions
Link copied to clipboard
For internal usage.
Link copied to clipboard
For internal usage.
Link copied to clipboard
For internal usage.