Uses of Class
com.vividsolutions.wms.BoundingBox
Packages that use BoundingBox
Package
Description
This package provides classes for interacting with a Web Map Service
(WMS) server.
-
Uses of BoundingBox in com.vividsolutions.wms
Methods in com.vividsolutions.wms that return BoundingBoxModifier and TypeMethodDescriptionprotected BoundingBoxAbstractParser.boundingBoxFromNode(Node n) Parser.boundingBoxFromNode(Node n) Deprecated.Creates a new BoundingBox object based on the DOM Node given.protected BoundingBoxParserWMS1_3.boundingBoxFromNode(Node n) AbstractParser.exGeographicBoundingBoxFromNode(Node n) MapLayer.getBoundingBox()Gets the LatLonBoundingBox for this layer.MapLayer.getBoundingBox(String srs) Return the bounding box defined for this MapLayer in this SRS.MapRequest.getBoundingBox()Gets the BoundingBox of the image being requested.MapLayer.getLatLonBoundingBox()I think this name is better [uwe dalluege] Gets the LatLonBoundingBox for this layer.protected BoundingBoxAbstractParser.latLonBoundingBoxFromNode(Node n) Methods in com.vividsolutions.wms that return types with arguments of type BoundingBoxModifier and TypeMethodDescriptionMapLayer.getAllBoundingBoxList()MapLayer.getBoundingBoxList()Gets the BoundingBoxList for this LayerMethods in com.vividsolutions.wms with parameters of type BoundingBoxModifier and TypeMethodDescriptionvoidMapRequest.setBoundingBox(BoundingBox bbox) Sets the BoundingBox of the image being requested.Constructors in com.vividsolutions.wms with parameters of type BoundingBoxModifierConstructorDescriptionMapLayer(String name, String title, Collection<String> srsList, Collection<MapLayer> subLayers, BoundingBox bbox, List<BoundingBox> boundingBoxList, List<MapStyle> styles) Creates a new instance of MapLayer with boundingBoxList [uwe dalluege]MapLayer(String name, String title, Collection<String> srsList, Collection<MapLayer> subLayers, BoundingBox bbox, List<MapStyle> styles) Creates a new instance of MapLayerConstructor parameters in com.vividsolutions.wms with type arguments of type BoundingBoxModifierConstructorDescriptionMapLayer(String name, String title, Collection<String> srsList, Collection<MapLayer> subLayers, BoundingBox bbox, List<BoundingBox> boundingBoxList, List<MapStyle> styles) Creates a new instance of MapLayer with boundingBoxList [uwe dalluege]