clears all the hidden objects
clears all highlighted objects
Clears all caches and removes cesium events.
hides a number of objects
A list of Object Ids which will be hidden
highlights a number of features by ID (import("@vcmap-cesium/engine").Cesium3DTileFeature|ol/Feature) with the given color.
unHides a number of objects
A list of Object Ids which will be unHidden
unhighlights a number of features given by the ID (import("@vcmap-cesium/engine").Cesium3DTileFeature|import("ol").Feature<import("ol/geom/Geometry").default>)
Array with IDS to unhighlight
An event raised when the hidden or highlighted ids change. Is called with FeatureVisibilityEvent as its only argument
FeatureVisibility handles the visibility and highlighting of features of a specific FeatureLayer or DataSourceLayer and its FeatureLayerImplementation resp. DataSourceCesiumImpl. The visibility is being synchronized with the GlobalHider.