Uses of Class
nl.tailormap.viewer.config.services.CoordinateReferenceSystem
-
Packages that use CoordinateReferenceSystem Package Description nl.tailormap.viewer.config.services -
-
Uses of CoordinateReferenceSystem in nl.tailormap.viewer.config.services
Methods in nl.tailormap.viewer.config.services that return CoordinateReferenceSystem Modifier and Type Method Description CoordinateReferenceSystemCoordinateReferenceSystem. clone()CoordinateReferenceSystemBoundingBox. getCrs()Methods in nl.tailormap.viewer.config.services that return types with arguments of type CoordinateReferenceSystem Modifier and Type Method Description Map<CoordinateReferenceSystem,BoundingBox>Layer. getBoundingBoxes()Set<CoordinateReferenceSystem>Layer. getCrsList()Methods in nl.tailormap.viewer.config.services with parameters of type CoordinateReferenceSystem Modifier and Type Method Description voidBoundingBox. setCrs(CoordinateReferenceSystem crs)Method parameters in nl.tailormap.viewer.config.services with type arguments of type CoordinateReferenceSystem Modifier and Type Method Description voidLayer. setBoundingBoxes(Map<CoordinateReferenceSystem,BoundingBox> boundingBoxes)voidLayer. setCrsList(Set<CoordinateReferenceSystem> crsList)
-