|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.util.CoordinateArrayFilter
A CoordinateFilter that creates an array containing every
coordinate in a Geometry.
| Constructor Summary | |
CoordinateArrayFilter(int size)
Constructs a CoordinateArrayFilter. |
|
| 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 CoordinateArrayFilter(int size)
CoordinateArrayFilter.
size - the number of points that the CoordinateArrayFilter
will collect| 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||