| java.lang.Object org.wfp.vam.intermap.kernel.map.mapServices.BoundingBox
BoundingBox | public class BoundingBox (Code) | | |
BoundingBox | public BoundingBox()(Code) | | |
BoundingBox | public BoundingBox(float north, float south, float east, float west)(Code) | | |
getEast | public float getEast()(Code) | | |
getLongDiff | public float getLongDiff()(Code) | | |
getNorth | public float getNorth()(Code) | | |
getSouth | public float getSouth()(Code) | | |
getWest | public float getWest()(Code) | | |
moveTo | public BoundingBox moveTo(float x, float y)(Code) | | Centers the BoundingBox to the specified coordinates.
If the resulting coordinates are not valid, moves to the
nearest valid bounding box.
Parameters: latitude - the new latitude Parameters: longitude - the new longitude throws: Exception - |
setDefault | public void setDefault()(Code) | | |
toElement | public Element toElement()(Code) | | |
union | public static BoundingBox union(List<BoundingBox> v)(Code) | | Calculates the union of one or more bounding boxes. It still doesn't
handle bounding boxes that cross the 12th meridian.
Parameters: v - a Vector of BoundingBox a BoundingBox throws: Exception - |
|
|