|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vividsolutions.jts.util.UniqueCoordinateArrayFilter
public class UniqueCoordinateArrayFilter
A CoordinateFilter that builds a set of Coordinates.
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 Coordinates. |
| 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()
Coordinates.
Coordinates collected by this CoordinateArrayFilterpublic void filter(Coordinate coord)
CoordinateFiltercoord.
filter in interface CoordinateFiltercoord - a Coordinate to which the filter is applied.
|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||