twaver.gis.gadget
Class GridBbox
java.lang.Object
twaver.gis.gadget.GridBbox
- public class GridBbox
- extends java.lang.Object
A GridBbox instance represents the the bounds of an geographical area.
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
GridBbox
public GridBbox()
GridBbox
public GridBbox(double[] bounds)
GridBbox
public GridBbox(double minx,
double miny,
double maxx,
double maxy)
contain
public boolean contain(twaver.GeoCoordinate coordinate)
contain
public boolean contain(GridBbox bbox)
equals
public boolean equals(java.lang.Object target)
getHeight
public double getHeight()
getMaxx
public double getMaxx()
getMaxy
public double getMaxy()
getMinx
public double getMinx()
getMiny
public double getMiny()
getWidth
public double getWidth()
setMaxx
public void setMaxx(double maxx)
setMaxy
public void setMaxy(double maxy)
setMinx
public void setMinx(double minx)
setMiny
public void setMiny(double miny)
toString
public java.lang.String toString()