MapLayerSettings Class

Abstract base class for normalized representation of a MapLayerProps for which values have been validated and default values have been applied where explicit values not defined. This class is extended by ImageMapLayerSettings and [ModelMapLayerSettings]] to create the settings for image and model based layers. One or more map layers may be included within MapImagerySettings object.

@see MapImagerySettings

Extended by

Methods

Name Description
clone(changedProps: Partial<MapLayerProps>): MapLayerSettings Abstract    
toJSON(): MapLayerProps Abstract    
fromJSON(props: MapLayerProps): MapLayerSettings Static Create a map layer settings from its JSON representation.  

Properties

Name Type Description
allSubLayersInvisible Accessor AbstractReadOnly boolean    
name Readonly string    
source Accessor AbstractReadOnly string Return a unique string identifying the layers source...  
transparency Readonly number    
transparentBackground Readonly boolean    
visible Readonly boolean    

Defined in

Last Updated: 16 April, 2024