|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.geography.Path
public class Path
A class representing a path or track.
| Constructor Summary | |
|---|---|
Path(Coord[] coords)
Creates a new Path object. |
|
| Method Summary | |
|---|---|
Coord |
getCoordAtI(int i)
DOCUMENT ME! |
Coord[] |
getCoords()
DOCUMENT ME! |
java.lang.Object |
getPosition()
DOCUMENT ME! |
Path |
getReversePath()
DOCUMENT ME! |
int |
getSize()
DOCUMENT ME! |
boolean |
isClosed()
DOCUMENT ME! |
boolean |
isDot()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Path(Coord[] coords)
coords - DOCUMENT ME!| Method Detail |
|---|
public Path getReversePath()
public Coord[] getCoords()
public Coord getCoordAtI(int i)
i - DOCUMENT ME!
java.lang.IndexOutOfBoundsException - DOCUMENT ME!public int getSize()
public boolean isDot()
public boolean isClosed()
public java.lang.Object getPosition()
getPosition in interface Positioned
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||