GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.actions(Collection<LayerCustomAction> actions) |
A list of custom actions for a layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.actions(Consumer<LayerCustomAction.Builder>... actions) |
A list of custom actions for a layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.actions(LayerCustomAction... actions) |
A list of custom actions for a layer.
|
static GeospatialLayerItem.Builder |
GeospatialLayerItem.builder() |
|
default GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.dataSource(Consumer<GeospatialDataSourceItem.Builder> dataSource) |
The data source for the layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.dataSource(GeospatialDataSourceItem dataSource) |
The data source for the layer.
|
default GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.joinDefinition(Consumer<GeospatialLayerJoinDefinition.Builder> joinDefinition) |
The join definition properties for a layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.joinDefinition(GeospatialLayerJoinDefinition joinDefinition) |
The join definition properties for a layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.label(String label) |
The label that is displayed for the layer.
|
default GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.layerDefinition(Consumer<GeospatialLayerDefinition.Builder> layerDefinition) |
The definition properties for a layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.layerDefinition(GeospatialLayerDefinition layerDefinition) |
The definition properties for a layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.layerId(String layerId) |
The ID of the layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.layerType(String layerType) |
The layer type.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.layerType(GeospatialLayerType layerType) |
The layer type.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.toBuilder() |
|
default GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.tooltip(Consumer<TooltipOptions.Builder> tooltip) |
Sets the value of the Tooltip property for this object.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.tooltip(TooltipOptions tooltip) |
Sets the value of the Tooltip property for this object.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.visibility(String visibility) |
The state of visibility for the layer.
|
GeospatialLayerItem.Builder |
GeospatialLayerItem.Builder.visibility(Visibility visibility) |
The state of visibility for the layer.
|