highlights a number of features by ID (import("@vcmap-cesium/engine").Cesium3DTileFeature|ol/Feature) with the given color.
Parameters
toHighlight: Record<string, HighlightStyleType>
Returns void
showObjects
showObjects(unHide): void
unHides a number of objects
Parameters
unHide: (string | number)[]
A list of Object Ids which will be unHidden
Returns void
unHighlight
unHighlight(toUnHighlight): void
unhighlights a number of features given by the ID (import("@vcmap-cesium/engine").Cesium3DTileFeature|import("ol").Feature<import("ol/geom/Geometry").default>)
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.