twaver.gis.utils
Class GridBbox
java.lang.Object
twaver.gis.utils.GridBbox
- public class GridBbox
- extends java.lang.Object
A GridBbox instance represents the the bound 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 minx,
double miny,
double maxx,
double maxy)
GridBbox
public GridBbox(double[] bounds)
getMaxx
public double getMaxx()
getMaxy
public double getMaxy()
getMinx
public double getMinx()
getMiny
public double getMiny()
getWidth
public double getWidth()
getHeight
public double getHeight()
toString
public java.lang.String toString()
contain
public boolean contain(GeoCoordinate coordinate)
contain
public boolean contain(GridBbox bbox)
setMaxx
public void setMaxx(double maxx)
setMaxy
public void setMaxy(double maxy)
setMinx
public void setMinx(double minx)
setMiny
public void setMiny(double miny)
equals
public boolean equals(java.lang.Object target)