Uses of Class
nl.b3p.tailormap.api.viewer.model.LayerTreeNode
Packages that use LayerTreeNode
-
Uses of LayerTreeNode in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return LayerTreeNodeModifier and TypeMethodDescriptionLayerTreeNode.addChildrenIdsItem(String childrenIdsItem) LayerTreeNode.appLayerId(String appLayerId) LayerTreeNode.childrenIds(List<String> childrenIds) LayerTreeNode.description(String description) Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type LayerTreeNodeModifier and TypeMethodDescription@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 LayerTreeNodeModifier and TypeMethodDescriptionMapResponse.addBaseLayerTreeNodesItem(LayerTreeNode baseLayerTreeNodesItem) MapResponse.addLayerTreeNodesItem(LayerTreeNode layerTreeNodesItem) Method parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type LayerTreeNodeModifier and TypeMethodDescriptionMapResponse.baseLayerTreeNodes(List<@Valid LayerTreeNode> baseLayerTreeNodes) MapResponse.layerTreeNodes(List<@Valid LayerTreeNode> layerTreeNodes) voidMapResponse.setBaseLayerTreeNodes(List<@Valid LayerTreeNode> baseLayerTreeNodes) voidMapResponse.setLayerTreeNodes(List<@Valid LayerTreeNode> layerTreeNodes)