|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.geography.Boundary
org.jscience.geography.TimedBoundary
public class TimedBoundary
A class used to define a boundary that changes according to time frame. This is to be used for things that move.
| Constructor Summary | |
|---|---|
TimedBoundary(Coord[] coords)
Creates a new TimedBoundary object. |
|
TimedBoundary(Coord[] coords,
boolean[] boundariesIncluded)
Creates a new TimedBoundary object. |
|
TimedBoundary(IntervalsList dates,
Coord[][] coords)
Creates a new TimedBoundary object. |
|
TimedBoundary(IntervalsList dates,
Coord[][] coords,
boolean[][] boundariesIncluded)
Creates a new TimedBoundary object. |
|
| Method Summary | |
|---|---|
boolean[] |
getBoundariesInclusion()
DOCUMENT ME! |
Boundary |
getBoundary(int i)
DOCUMENT ME! |
Coord[] |
getCoords()
DOCUMENT ME! |
boolean[][] |
getDatedBoundariesInclusion()
DOCUMENT ME! |
Coord[][] |
getDatedCoords()
DOCUMENT ME! |
IntervalsList |
getDates()
DOCUMENT ME! |
Boundary |
getDefaultBoundary()
DOCUMENT ME! |
java.lang.Object |
getPosition()
DOCUMENT ME! |
void |
intersection(Boundary boundary)
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 TimedBoundary(Coord[] coords)
coords - DOCUMENT ME!
public TimedBoundary(Coord[] coords,
boolean[] boundariesIncluded)
coords - DOCUMENT ME!boundariesIncluded - DOCUMENT ME!
public TimedBoundary(IntervalsList dates,
Coord[][] coords)
dates - DOCUMENT ME!coords - DOCUMENT ME!
public TimedBoundary(IntervalsList dates,
Coord[][] coords,
boolean[][] boundariesIncluded)
dates - DOCUMENT ME!coords - DOCUMENT ME!boundariesIncluded - DOCUMENT ME!| Method Detail |
|---|
public Boundary getDefaultBoundary()
public Boundary getBoundary(int i)
i - DOCUMENT ME!
java.lang.IndexOutOfBoundsException - DOCUMENT ME!public IntervalsList getDates()
public Coord[][] getDatedCoords()
public boolean[][] getDatedBoundariesInclusion()
public java.lang.Object getPosition()
getPosition in interface PositionedgetPosition in class Boundarypublic Coord[] getCoords()
getCoords in class Boundarypublic boolean[] getBoundariesInclusion()
getBoundariesInclusion in class Boundarypublic void union(Boundary boundary)
union in class Boundaryboundary - DOCUMENT ME!public void intersection(Boundary boundary)
boundary - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||