Uses of Class
nl.b3p.tailormap.api.viewer.model.AppLayer
-
Packages that use AppLayer Package Description nl.b3p.tailormap.api.viewer.model -
-
Uses of AppLayer in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return AppLayer Modifier and Type Method Description AppLayerAppLayer. attribution(String attribution)AppLayerAppLayer. description(String description)AppLayerAppLayer. editable(Boolean editable)AppLayerAppLayer. hasAttributes(Boolean hasAttributes)AppLayerAppLayer. hiDpiDisabled(Boolean hiDpiDisabled)AppLayerAppLayer. hiDpiMode(TileLayerHiDpiMode hiDpiMode)AppLayerAppLayer. hiDpiSubstituteLayer(String hiDpiSubstituteLayer)AppLayerAppLayer. id(String id)AppLayerAppLayer. layerName(String layerName)AppLayerAppLayer. legendImageUrl(String legendImageUrl)AppLayerAppLayer. maxScale(Double maxScale)AppLayerAppLayer. maxZoom(Integer maxZoom)AppLayerAppLayer. minScale(Double minScale)AppLayerAppLayer. minZoom(Integer minZoom)AppLayerAppLayer. opacity(Integer opacity)AppLayerAppLayer. serviceId(String serviceId)AppLayerAppLayer. tilingDisabled(Boolean tilingDisabled)AppLayerAppLayer. tilingGutter(Integer tilingGutter)AppLayerAppLayer. title(String title)AppLayerAppLayer. url(String url)AppLayerAppLayer. visible(Boolean visible)Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type AppLayer Modifier and Type Method Description @NotNull @Valid List<@Valid AppLayer>MapResponse. getAppLayers()Unordered list of all AppLayers referenced from baseLayerTreeNodes and layerTreeNodes.Methods in nl.b3p.tailormap.api.viewer.model with parameters of type AppLayer Modifier and Type Method Description MapResponseMapResponse. addAppLayersItem(AppLayer appLayersItem)Method parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type AppLayer Modifier and Type Method Description MapResponseMapResponse. appLayers(List<@Valid AppLayer> appLayers)voidMapResponse. setAppLayers(List<@Valid AppLayer> appLayers)
-