Uses of Class
org.tailormap.api.viewer.model.MapResponse
Packages that use MapResponse
Package
Description
-
Uses of MapResponse in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return MapResponse -
Uses of MapResponse in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return MapResponseMethods in org.tailormap.api.persistence.helper with parameters of type MapResponseModifier and TypeMethodDescriptionvoidApplicationHelper.setCrsAndBounds(Application a, MapResponse mapResponse) -
Uses of MapResponse in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return MapResponseModifier and TypeMethodDescriptionMapResponse.addAppLayersItem(AppLayer appLayersItem) MapResponse.addBaseLayerTreeNodesItem(LayerTreeNode baseLayerTreeNodesItem) MapResponse.addLayerTreeNodesItem(LayerTreeNode layerTreeNodesItem) MapResponse.addServicesItem(Service servicesItem) MapResponse.addTerrainLayerTreeNodesItem(LayerTreeNode terrainLayerTreeNodesItem) MapResponse.baseLayerTreeNodes(List<@Valid LayerTreeNode> baseLayerTreeNodes) MapResponse.crs(TMCoordinateReferenceSystem crs) MapResponse.initialExtent(Bounds initialExtent) MapResponse.layerTreeNodes(List<@Valid LayerTreeNode> layerTreeNodes) MapResponse.terrainLayerTreeNodes(List<@Valid LayerTreeNode> terrainLayerTreeNodes)