Uses of Class
nl.tailormap.viewer.config.services.BoundingBox
-
Packages that use BoundingBox Package Description nl.tailormap.viewer.config.app nl.tailormap.viewer.config.services -
-
Uses of BoundingBox in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return BoundingBox Modifier and Type Method Description BoundingBoxApplication. getMaxExtent()BoundingBoxApplication. getStartExtent()Methods in nl.tailormap.viewer.config.app with parameters of type BoundingBox Modifier and Type Method Description voidApplication. setMaxExtent(BoundingBox maxExtent)voidApplication. setStartExtent(BoundingBox startExtent) -
Uses of BoundingBox in nl.tailormap.viewer.config.services
Methods in nl.tailormap.viewer.config.services that return BoundingBox Modifier and Type Method Description BoundingBoxBoundingBox. clone()static BoundingBoxBoundingBox. fromJSONObject(org.json.JSONObject obj)BoundingBoxTileMatrixSet. getBbox()Methods in nl.tailormap.viewer.config.services that return types with arguments of type BoundingBox Modifier and Type Method Description Map<CoordinateReferenceSystem,BoundingBox>Layer. getBoundingBoxes()Methods in nl.tailormap.viewer.config.services with parameters of type BoundingBox Modifier and Type Method Description voidTileMatrixSet. setBbox(BoundingBox bbox)Method parameters in nl.tailormap.viewer.config.services with type arguments of type BoundingBox Modifier and Type Method Description voidLayer. setBoundingBoxes(Map<CoordinateReferenceSystem,BoundingBox> boundingBoxes)
-