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 BoundingBoxAbstractParser. boundingBoxFromNode(Node n)BoundingBoxParser. boundingBoxFromNode(Node n)Deprecated.Creates a new BoundingBox object based on the DOM Node given.protected BoundingBoxParserWMS1_3. boundingBoxFromNode(Node n)BoundingBoxAbstractParser. exGeographicBoundingBoxFromNode(Node n)BoundingBoxMapLayer. getBoundingBox()Gets the LatLonBoundingBox for this layer.BoundingBoxMapLayer. getBoundingBox(String srs)Return the bounding box defined for this MapLayer in this SRS.BoundingBoxMapRequest. getBoundingBox()Gets the BoundingBox of the image being requested.BoundingBoxMapLayer. 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 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 voidMapRequest. 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]
-