Class MaxFeaturesSimpleFeatureIterator

Object
MaxFeaturesSimpleFeatureIterator
All Implemented Interfaces:
Closeable, AutoCloseable, SimpleFeatureIterator, FeatureIterator<SimpleFeature>

public class MaxFeaturesSimpleFeatureIterator extends Object implements SimpleFeatureIterator
SimpleFeatureIterator wrapper which can use a start and end bounds to cap the number of returned features.
Author:
Justin Deoliveira, The Open Planning Project
  • Constructor Details

    • MaxFeaturesSimpleFeatureIterator

      public MaxFeaturesSimpleFeatureIterator(SimpleFeatureIterator iterator, long max)
    • MaxFeaturesSimpleFeatureIterator

      public MaxFeaturesSimpleFeatureIterator(SimpleFeatureIterator delegate, long start, long max)
  • Method Details