Uses of Class
nl.b3p.tailormap.api.viewer.model.LayerTreeNode
-
Packages that use LayerTreeNode Package Description nl.b3p.tailormap.api.viewer.model -
-
Uses of LayerTreeNode in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return LayerTreeNode Modifier and Type Method Description LayerTreeNodeLayerTreeNode. addChildrenIdsItem(String childrenIdsItem)LayerTreeNodeLayerTreeNode. appLayerId(String appLayerId)LayerTreeNodeLayerTreeNode. childrenIds(List<String> childrenIds)LayerTreeNodeLayerTreeNode. description(String description)LayerTreeNodeLayerTreeNode. id(String id)LayerTreeNodeLayerTreeNode. name(String name)LayerTreeNodeLayerTreeNode. root(Boolean root)Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type LayerTreeNode Modifier and Type Method Description @NotNull @Valid List<@Valid LayerTreeNode>MapResponse. getBaseLayerTreeNodes()Unordered list of all tree nodes of base layers.@NotNull @Valid List<@Valid LayerTreeNode>MapResponse. getLayerTreeNodes()Unordered list of all tree nodes of overlay/thematic/transparent layers.Methods in nl.b3p.tailormap.api.viewer.model with parameters of type LayerTreeNode Modifier and Type Method Description MapResponseMapResponse. addBaseLayerTreeNodesItem(LayerTreeNode baseLayerTreeNodesItem)MapResponseMapResponse. addLayerTreeNodesItem(LayerTreeNode layerTreeNodesItem)Method parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type LayerTreeNode Modifier and Type Method Description MapResponseMapResponse. baseLayerTreeNodes(List<@Valid LayerTreeNode> baseLayerTreeNodes)MapResponseMapResponse. layerTreeNodes(List<@Valid LayerTreeNode> layerTreeNodes)voidMapResponse. setBaseLayerTreeNodes(List<@Valid LayerTreeNode> baseLayerTreeNodes)voidMapResponse. setLayerTreeNodes(List<@Valid LayerTreeNode> layerTreeNodes)
-