public interface LimitingVisitor extends FeatureVisitor
FeatureVisitor
Modifier and Type | Method and Description |
---|---|
int |
getMaxFeatures()
Returns maxFeatures (max # of elements to return)
|
int |
getStartIndex()
Returns startIndex (first element to return)
|
boolean |
hasLimits()
Checks if the visitor has limits.
|
visit
boolean hasLimits()
int getStartIndex()
int getMaxFeatures()
Copyright © 1996–2019 Geotools. All rights reserved.