Interface TileSource.HasOpaque
- All Known Subinterfaces:
TileSource.HasTileSourceOptions
- All Known Implementing Classes:
NoOpOsmSource
,NoOpXyzSource
,OsmSource
,XyzSource
- Enclosing class:
- TileSource
public static interface TileSource.HasOpaque
Interface to be implemented by sources that should provide tile opaque management.
For more details see: TileSource docs
-
Method Summary
-
Method Details
-
getOpaque
Boolean getOpaque()- Returns:
- whether the layer is opaque or
null
if not set
-
setOpaque
Sets whether the layer is opaque. The default value isfalse
.Note, opaque attribute is set only at creation time and cannot be changed at runtime.
For more details see: TileSource docs
- Parameters:
opaque
- opaque option
-