|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.feature.visitor.CountVisitor
Determines the number of features in the collection
Nested Class Summary | |
static class |
CountVisitor.CountResult
|
Constructor Summary | |
CountVisitor()
|
Method Summary | |
int |
getCount()
|
CalcResult |
getResult()
Returns the result of the calculation as a handy object which can be merged and modified. |
void |
reset()
|
void |
setValue(int count)
|
void |
visit(Feature feature)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CountVisitor()
Method Detail |
public void visit(Feature feature)
visit
in interface FeatureVisitor
public int getCount()
public void setValue(int count)
public void reset()
public CalcResult getResult()
FeatureCalc
getResult
in interface FeatureCalc
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |