Uses of Class
nl.b3p.tailormap.api.viewer.model.MapResponse
-
Packages that use MapResponse Package Description nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.persistence.helper nl.b3p.tailormap.api.viewer.model -
-
Uses of MapResponse in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller that return MapResponse Modifier and Type Method Description MapResponseViewerController. map(Application app) -
Uses of MapResponse in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return MapResponse Modifier and Type Method Description MapResponseApplicationHelper. toMapResponse(Application app)Methods in nl.b3p.tailormap.api.persistence.helper with parameters of type MapResponse Modifier and Type Method Description voidApplicationHelper. setCrsAndBounds(Application a, MapResponse mapResponse)voidApplicationHelper. setLayers(Application app, MapResponse mr) -
Uses of MapResponse in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return MapResponse Modifier and Type Method Description MapResponseMapResponse. addAppLayersItem(AppLayer appLayersItem)MapResponseMapResponse. addBaseLayerTreeNodesItem(LayerTreeNode baseLayerTreeNodesItem)MapResponseMapResponse. addLayerTreeNodesItem(LayerTreeNode layerTreeNodesItem)MapResponseMapResponse. addServicesItem(Service servicesItem)MapResponseMapResponse. appLayers(List<@Valid AppLayer> appLayers)MapResponseMapResponse. baseLayerTreeNodes(List<@Valid LayerTreeNode> baseLayerTreeNodes)MapResponseMapResponse. crs(TMCoordinateReferenceSystem crs)MapResponseMapResponse. initialExtent(Bounds initialExtent)MapResponseMapResponse. layerTreeNodes(List<@Valid LayerTreeNode> layerTreeNodes)MapResponseMapResponse. maxExtent(Bounds maxExtent)MapResponseMapResponse. services(Set<@Valid Service> services)
-