Uses of Interface
org.geotools.data.simple.SimpleFeatureReader

Packages that use SimpleFeatureReader
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.simple   
org.geotools.data.sort   
org.geotools.geopkg   
 

Uses of SimpleFeatureReader in org.geotools.data
 

Methods in org.geotools.data that return SimpleFeatureReader
static SimpleFeatureReader DataUtilities.simple(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
           
 

Uses of SimpleFeatureReader in org.geotools.data.simple
 

Classes in org.geotools.data.simple that implement SimpleFeatureReader
 class DelegateSimpleFeatureReader
           
 class EmptySimpleFeatureReader
          SimpleFeatureReader with no content.
 class FilteringSimpleFeatureReader
          Filter simple reader content as it is being read.
 

Constructors in org.geotools.data.simple with parameters of type SimpleFeatureReader
FilteringSimpleFeatureReader(SimpleFeatureReader featureReader, Filter filter)
           
 

Uses of SimpleFeatureReader in org.geotools.data.sort
 

Classes in org.geotools.data.sort that implement SimpleFeatureReader
 class SortedFeatureReader
          FeatureReader used to sort contents.
 

Constructors in org.geotools.data.sort with parameters of type SimpleFeatureReader
SortedFeatureReader(SimpleFeatureReader reader, Query query)
          Builds a new sorting feature reader
SortedFeatureReader(SimpleFeatureReader reader, SortBy[] sortBy, int maxFeatures)
          Builds a new sorting feature reader
 

Uses of SimpleFeatureReader in org.geotools.geopkg
 

Methods in org.geotools.geopkg that return SimpleFeatureReader
 SimpleFeatureReader GeoPackage.reader(FeatureEntry entry, Filter filter, Transaction tx)
          Returns a reader for the contents of a feature dataset.
static SimpleFeatureReader Features.simple(FeatureReader r)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.