Optional
idThe layer's ID. this should be unique within the map. If this parameter is omitted, an ID will be generated automatically.
Optional
labelThe layer's label. This should be human readable as it is typically used in layer controls. If this parameter is omitted the layer's label will correspond with the layer ID.
Optional
layerConfigures the layer's LayerType. Value
must be one of luciad.view.LayerType.BASE
,
luciad.view.LayerType.STATIC
or
luciad.view.LayerType.DYNAMIC
. This determines
the way the map will render the layer and can influence
rendering performance. The default is STATIC
.
Optional
maxThe maximum scale at which this layer should render. If the map is being shown at a higher scale, the layer will not be rendered. This parameter can be omitted if no maximum scale is desired.
Optional
minThe minimum scale at which this layer should render. If the map is being shown at a lower scale, this layer will not be rendered. This parameter can be omitted if no minimum scale is desired.
Optional
visibleConfigure the layer visibility. This can be changed afterwards with
RasterTileSetLayer#visible
.
Layer parameters to construct a new layer.