|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.noding.OrientedCoordinateArray
public class OrientedCoordinateArray
Allows comparing Coordinate
arrays
in an orientation-independent way.
Constructor Summary | |
---|---|
OrientedCoordinateArray(Coordinate[] pts)
Creates a new OrientedCoordinateArray
for the given Coordinate array. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o1)
Compares two OrientedCoordinateArray s for their relative order |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrientedCoordinateArray(Coordinate[] pts)
OrientedCoordinateArray
for the given Coordinate
array.
pts
- the coordinates to orientMethod Detail |
---|
public int compareTo(java.lang.Object o1)
OrientedCoordinateArray
s for their relative order
compareTo
in interface java.lang.Comparable
|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |