Uses of Class
com.vividsolutions.wms.BoundingBox
-
Packages that use BoundingBox Package Description com.vividsolutions.wms 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 BoundingBox Modifier and Type Method Description protected BoundingBox
AbstractParser. boundingBoxFromNode(Node n)
BoundingBox
Parser. boundingBoxFromNode(Node n)
Deprecated.Creates a new BoundingBox object based on the DOM Node given.protected BoundingBox
ParserWMS1_3. boundingBoxFromNode(Node n)
BoundingBox
AbstractParser. exGeographicBoundingBoxFromNode(Node n)
BoundingBox
MapLayer. getBoundingBox()
Gets the LatLonBoundingBox for this layer.BoundingBox
MapLayer. getBoundingBox(String srs)
Return the bounding box defined for this MapLayer in this SRS.BoundingBox
MapRequest. getBoundingBox()
Gets the BoundingBox of the image being requested.BoundingBox
MapLayer. getLatLonBoundingBox()
I think this name is better [uwe dalluege] Gets the LatLonBoundingBox for this layer.protected BoundingBox
AbstractParser. latLonBoundingBoxFromNode(Node n)
Methods in com.vividsolutions.wms that return types with arguments of type BoundingBox Modifier and Type Method Description List<BoundingBox>
MapLayer. getAllBoundingBoxList()
List<BoundingBox>
MapLayer. getBoundingBoxList()
Gets the BoundingBoxList for this LayerMethods in com.vividsolutions.wms with parameters of type BoundingBox Modifier and Type Method Description void
MapRequest. setBoundingBox(BoundingBox bbox)
Sets the BoundingBox of the image being requested.Constructors in com.vividsolutions.wms with parameters of type BoundingBox Constructor Description MapLayer(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 BoundingBox Constructor Description MapLayer(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]
-