Interface BaseHeatmapLayer.HasWeightProperty
- All Known Subinterfaces:
BaseHeatmapLayer.HasBaseHeatmapLayerOptions
- All Known Implementing Classes:
BaseHeatmapLayerOptions,HeatmapLayer,HeatmapLayerOptions,NoOpHeatmapLayer
- Enclosing class:
- BaseHeatmapLayer
public static interface BaseHeatmapLayer.HasWeightProperty
Interface to be implemented by layers that should provide "weight-property" management.
weightProperty should be defined in a feature or in an entity. This property must
contain values in range [0.0, 1.0].-
Method Summary
Modifier and TypeMethodDescriptionvoidsetWeightProperty(String weightProperty) Sets weight (intensity) property that is defined in a feature or in an entity.
-
Method Details
-
getWeightProperty
String getWeightProperty()- Returns:
- weight property or
nullif not set
-
setWeightProperty
Sets weight (intensity) property that is defined in a feature or in an entity. This property must contain values in range[0.0, 1.0].- Parameters:
weightProperty- property in a feature or in an entity
-