sealed class Feature
plus |
open operator fun plus(other: Feature): Feature |
FeatureList |
class FeatureList : Feature |
Layer |
abstract class Layer : Feature |
NotLayer |
abstract class NotLayer : Feature |
OtherPlotFeature |
class OtherPlotFeature : Feature |
Scale |
class Scale : Feature |