|
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.CoordinateCountFilter
public class CoordinateCountFilter
A CoordinateFilter
that counts the total number of coordinates
in a Geometry
.
Constructor Summary | |
---|---|
CoordinateCountFilter()
|
Method Summary | |
---|---|
void |
filter(Coordinate coord)
Performs an operation with or on coord . |
int |
getCount()
Returns the result of the filtering. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordinateCountFilter()
Method Detail |
---|
public int getCount()
CoordinateCountFilter
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 |