Uses of Interface
org.geotools.api.data.SimpleFeatureReader
-
Packages that use SimpleFeatureReader Package Description org.geotools.data org.geotools.data.graticule org.geotools.data.mongodb org.geotools.data.simple org.geotools.data.sort org.geotools.geopkg org.geotools.stac.store -
-
Uses of SimpleFeatureReader in org.geotools.data
Methods in org.geotools.data that return SimpleFeatureReader Modifier and Type Method Description static SimpleFeatureReaderDataUtilities. reader(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static SimpleFeatureReaderDataUtilities. simple(FeatureReader<SimpleFeatureType,SimpleFeature> reader) -
Uses of SimpleFeatureReader in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement SimpleFeatureReader Modifier and Type Class Description classGraticuleFeatureReader -
Uses of SimpleFeatureReader in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement SimpleFeatureReader Modifier and Type Class Description classMongoFeatureReader -
Uses of SimpleFeatureReader in org.geotools.data.simple
Classes in org.geotools.data.simple that implement SimpleFeatureReader Modifier and Type Class Description classDelegateSimpleFeatureReaderclassEmptySimpleFeatureReaderSimpleFeatureReader with no content.classFilteringSimpleFeatureReaderFilter simple reader content as it is being read.Constructors in org.geotools.data.simple with parameters of type SimpleFeatureReader Constructor Description FilteringSimpleFeatureReader(SimpleFeatureReader featureReader, Filter filter) -
Uses of SimpleFeatureReader in org.geotools.data.sort
Classes in org.geotools.data.sort that implement SimpleFeatureReader Modifier and Type Class Description classSortedFeatureReaderFeatureReader used to sort contents.Constructors in org.geotools.data.sort with parameters of type SimpleFeatureReader Constructor Description SortedFeatureReader(SimpleFeatureReader reader, Query query)Builds a new sorting feature readerSortedFeatureReader(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 Modifier and Type Method Description SimpleFeatureReaderGeoPackage. reader(FeatureEntry entry, Filter filter, Transaction tx)Returns a reader for the contents of a feature dataset.static SimpleFeatureReaderFeatures. simple(FeatureReader r) -
Uses of SimpleFeatureReader in org.geotools.stac.store
Classes in org.geotools.stac.store that implement SimpleFeatureReader Modifier and Type Class Description classAssetsMappingReaderMaps the "assets" extra property into a legit attribute (assumes theSTACFeatureSource.ASSETSproperty is in the target typeclassCollectionReaderGives aSimpleFeatureReaderinterface to a feature collection, for compatibility withContentFeatureSource.Constructors in org.geotools.stac.store with parameters of type SimpleFeatureReader Constructor Description AssetsMappingReader(SimpleFeatureType targetType, SimpleFeatureReader delegate)
-