|
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.CoordinateArrayFilter
public class 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 Coordinate s. |
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 collectMethod 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.
|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |