|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.GridMapBoundsTester
public class GridMapBoundsTester
Tests the bounds of a hierarchical, gridded map set.
| Constructor Summary | |
|---|---|
GridMapBoundsTester()
Create a new, empty GridMapBoundsTester. |
|
GridMapBoundsTester(GridSystem system,
java.util.Set definedCells)
Create a GridMapBoundsTester with the given GridSystem and set of the names of defined top-level cells. |
|
| Method Summary | |
|---|---|
java.util.Set |
getDefinedCells()
This is a set of String grid names; any grid or subgrid of these is assumed to be defined. |
GridSystem |
getSystem()
The GridSystem used to calculate areas for the defined cell names. |
boolean |
pointExists(Coord3D point)
Returns true if the point is within the map's defined area. |
void |
setDefinedCells(java.util.Set newDefinedCells)
|
void |
setSystem(GridSystem newSystem)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridMapBoundsTester()
public GridMapBoundsTester(GridSystem system,
java.util.Set definedCells)
| Method Detail |
|---|
public boolean pointExists(Coord3D point)
pointExists in interface MapBoundsTesterpublic GridSystem getSystem()
public void setSystem(GridSystem newSystem)
public java.util.Set getDefinedCells()
public void setDefinedCells(java.util.Set newDefinedCells)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||