|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.topograph2D.util.UniqueCoordinateArrayFilter
public class UniqueCoordinateArrayFilter
A CoordinateFilter
that builds a set of Coordinate
s.
The set of coordinates contains no duplicate points.
Constructor Summary | |
---|---|
UniqueCoordinateArrayFilter()
|
Method Summary | |
---|---|
void |
filter(Coordinate coord)
Performs an operation with or on coord . |
Coordinate[] |
getCoordinates()
Returns the gathered Coordinate s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniqueCoordinateArrayFilter()
Method Detail |
---|
public Coordinate[] getCoordinates()
Coordinate
s.
Coordinate
s collected by this CoordinateArrayFilter
public void filter(Coordinate coord)
CoordinateFilter
coord
.
filter
in interface CoordinateFilter
coord
- a Coordinate
to which the filter is applied.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |