|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.geography.Boundary
public class Boundary
A class representing a boundary.
| Constructor Summary | |
|---|---|
Boundary()
Creates a new Boundary object. |
|
Boundary(Coord[] coords)
Creates a new Boundary object. |
|
Boundary(Coord[] coords,
boolean[] boundariesIncluded)
Creates a new Boundary object. |
|
| Method Summary | |
|---|---|
boolean[] |
getBoundariesInclusion()
DOCUMENT ME! |
Coord[] |
getCoords()
DOCUMENT ME! |
java.lang.Object |
getPosition()
DOCUMENT ME! |
void |
union(Boundary boundary)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Boundary()
public Boundary(Coord[] coords)
coords - DOCUMENT ME!
public Boundary(Coord[] coords,
boolean[] boundariesIncluded)
coords - DOCUMENT ME!boundariesIncluded - DOCUMENT ME!| Method Detail |
|---|
public java.lang.Object getPosition()
getPosition in interface Positionedpublic Coord[] getCoords()
public boolean[] getBoundariesInclusion()
public void union(Boundary boundary)
boundary - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||