Uses of Class
de.latlon.ets.wms13.core.domain.BoundingBox
Packages that use BoundingBox
Package
Description
-
Uses of BoundingBox in de.latlon.ets.wms13.core.crs
Methods in de.latlon.ets.wms13.core.crs that return types with arguments of type BoundingBoxModifier and TypeMethodDescription(package private) List<BoundingBox>CrsMatcher.parseBoundingBoxes()Methods in de.latlon.ets.wms13.core.crs with parameters of type BoundingBoxModifier and TypeMethodDescriptionCrsMatcher.retrieveOverlappingCrs(BoundingBox geographicBoundingBox) Finds all CRS overlapping the passedBoundingBox. -
Uses of BoundingBox in de.latlon.ets.wms13.core.domain
Methods in de.latlon.ets.wms13.core.domain that return BoundingBoxMethods in de.latlon.ets.wms13.core.domain that return types with arguments of type BoundingBoxConstructors in de.latlon.ets.wms13.core.domain with parameters of type BoundingBoxModifierConstructorDescriptionLayerInfo(String layerName, boolean isQueryable, List<BoundingBox> bboxes, List<Dimension> dimensions, BoundingBox geographicBbox) Constructor parameters in de.latlon.ets.wms13.core.domain with type arguments of type BoundingBoxModifierConstructorDescriptionLayerInfo(String layerName, boolean isQueryable, List<BoundingBox> bboxes, List<Dimension> dimensions, BoundingBox geographicBbox) -
Uses of BoundingBox in de.latlon.ets.wms13.core.util
Methods in de.latlon.ets.wms13.core.util that return BoundingBoxModifier and TypeMethodDescriptionstatic BoundingBoxServiceMetadataUtils.parseGeographicBoundingBox(Node layerNode) Parses the EX_GeographicBoundingBox from the layer. -
Uses of BoundingBox in de.latlon.ets.wms13.core.util.request
Methods in de.latlon.ets.wms13.core.util.request that return BoundingBoxModifier and TypeMethodDescriptionstatic BoundingBoxWmsRequestBuilder.findBoundingBox(LayerInfo layerInfo)