|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.geom.CoordinateSequences
Utility functions for manipulating CoordinateSequences
| Constructor Summary | |
CoordinateSequences()
|
|
| Method Summary | |
static void |
reverse(CoordinateSequence seq)
Reverses the coordinates in a sequence in-place. |
static void |
swap(CoordinateSequence seq,
int i,
int j)
Swaps two coordinates in a sequence. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CoordinateSequences()
| Method Detail |
public static void reverse(CoordinateSequence seq)
public static void swap(CoordinateSequence seq,
int i,
int j)
seq - i - j -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||