Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.collection |
Implementations of FeatureCollection for different purposes.
|
org.geotools.data.crs |
Provides support for the OGC Catalog Specification.
|
org.geotools.data.gen | |
org.geotools.data.memory | |
org.geotools.data.simple | |
org.geotools.data.sort | |
org.geotools.data.store | |
org.geotools.feature | |
org.geotools.feature.collection |
Helper classes for implementing FeatureCollections.
|
org.geotools.gml.producer | |
org.geotools.process.gs |
Gathers up processes for the "gs" GeoSpatial factory; most of these have been back ported from
GeoServer for wider use.
|
org.geotools.wfs |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureCollection |
DataUtilities.collection(SimpleFeatureIterator reader)
Copies the provided reader into a FeatureCollection, reader will be closed.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureIterator |
ListFeatureCollection.features() |
SimpleFeatureIterator |
TreeSetFeatureCollection.features()
Gets a SimpleFeatureIterator of this feature collection.
|
SimpleFeatureIterator |
SpatialIndexFeatureCollection.features() |
Modifier and Type | Class and Description |
---|---|
class |
ForceCoordinateSystemIterator
ForceCoordinateSystemFeatureReader provides a CoordinateReferenceSystem for FeatureTypes.
|
class |
ReprojectFeatureIterator
ReprojectFeatureReader provides a reprojection for FeatureTypes.
|
Modifier and Type | Class and Description |
---|---|
class |
PreGeneralizedFeatureIterator |
Modifier and Type | Field and Description |
---|---|
protected SimpleFeatureIterator |
PreGeneralizedFeatureIterator.backendIterator |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureIterator |
PreGeneralizedFeatureCollection.features() |
Constructor and Description |
---|
PreGeneralizedFeatureIterator(SimpleFeatureIterator backendIterator,
SimpleFeatureType featureTyp,
int[] indexMapping,
String geomPropertyName,
String backendGeomPropertyName) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryDataStore.addFeatures(SimpleFeatureIterator reader)
Configures MemoryDataStore with FeatureReader.
|
Constructor and Description |
---|
MemoryDataStore(SimpleFeatureIterator reader) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureIterator |
SimpleFeatureCollection.features()
Obtain a SimpleFeatureIterator of the Features within this SimpleFeatureCollection.
|
Constructor and Description |
---|
DelegateSimpleFeatureReader(SimpleFeatureType featureType,
SimpleFeatureIterator features) |
Modifier and Type | Class and Description |
---|---|
class |
SortedFeatureIterator |
Constructor and Description |
---|
SortedFeatureIterator(SimpleFeatureIterator iterator,
SimpleFeatureType schema,
SortBy[] sortBy,
int maxFeatures)
Builds a new sorting feature iterator
|
Modifier and Type | Class and Description |
---|---|
static class |
ContentFeatureCollection.WrappingFeatureIterator |
class |
ReprojectingFeatureIterator |
class |
ReTypingFeatureIterator
FeatureIterator wrapper which re-types features on the fly based on a target feature type.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureIterator |
DataFeatureCollection.features()
SimpleFeatureIterator is entirely based on iterator().
|
SimpleFeatureIterator |
ReTypingFeatureCollection.features() |
SimpleFeatureIterator |
ContentFeatureCollection.features() |
SimpleFeatureIterator |
ReprojectingFeatureCollection.features() |
SimpleFeatureIterator |
ReprojectingFeatureIterator.getDelegate() |
SimpleFeatureIterator |
ReTypingFeatureIterator.getDelegate() |
Constructor and Description |
---|
ReprojectingFeatureIterator(SimpleFeatureIterator delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer) |
ReprojectingFeatureIterator(SimpleFeatureIterator delegate,
MathTransform transform,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer) |
ReTypingFeatureIterator(SimpleFeatureIterator delegate,
SimpleFeatureType source,
SimpleFeatureType target) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureIterator |
DefaultFeatureCollection.features()
Gets a SimpleFeatureIterator of this feature collection.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratingSimpleFeatureIterator
A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code
to escape the caste (sic) system.
|
class |
DelegateSimpleFeatureIterator
A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code
to escape the caste (sic) system.
|
class |
FilteringSimpleFeatureIterator
Extension of
FilteringFeatureIterator that type narrows to SimpleFeature . |
class |
MaxFeaturesSimpleFeatureIterator
SimpleFeatureIterator wrapper which can use a start and end bounds to cap the number of returned
features.
|
class |
SimpleFeatureIteratorImpl
A convenience class for wrapping a Collection Iterator up as a SimpleFeatureCollection.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureIterator |
FilteringSimpleFeatureCollection.features() |
abstract SimpleFeatureIterator |
BaseSimpleFeatureCollection.features()
Subclasses required to implement this method to traverse FeatureCollection contents.
|
SimpleFeatureIterator |
SortedSimpleFeatureCollection.features() |
SimpleFeatureIterator |
MaxSimpleFeatureCollection.features() |
SimpleFeatureIterator |
SubFeatureCollection.features() |
SimpleFeatureIterator |
AbstractFeatureCollection.features() |
SimpleFeatureIterator |
DecoratingSimpleFeatureCollection.features() |
SimpleFeatureIterator |
AdaptorFeatureCollection.features() |
SimpleFeatureIterator |
MaxFeaturesSimpleFeatureIterator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
FilteringSimpleFeatureCollection.close(SimpleFeatureIterator close) |
void |
AdaptorFeatureCollection.close(SimpleFeatureIterator close) |
void |
AdaptorFeatureCollection.closeIterator(SimpleFeatureIterator close) |
Constructor and Description |
---|
DecoratingSimpleFeatureIterator(SimpleFeatureIterator iterator)
Wrap the provided iterator up as a FeatureIterator.
|
FilteringSimpleFeatureIterator(SimpleFeatureIterator delegate,
Filter filter) |
MaxFeaturesSimpleFeatureIterator(SimpleFeatureIterator iterator,
long max) |
MaxFeaturesSimpleFeatureIterator(SimpleFeatureIterator delegate,
long start,
long max) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureTransformer.FeatureTranslator.handleFeatureIterator(SimpleFeatureIterator iterator) |
Modifier and Type | Class and Description |
---|---|
class |
WrappingIterator
An iterator wrapping a
SimpleFeatureIterator and exposing its close method. |
Constructor and Description |
---|
WrappingIterator(SimpleFeatureIterator delegate) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureIterator |
GML.decodeFeatureIterator(InputStream in)
Allow the parsing of features as a stream; the returned iterator can be used to step through
the inputstream of content one feature at a time without loading everything into memory.
|
SimpleFeatureIterator |
GML.decodeFeatureIterator(InputStream in,
QName elementName)
Allow the parsing of features as a stream; the returned iterator can be used to step through
the inputstream of content one feature at a time without loading everything into memory.
|
protected SimpleFeatureIterator |
GML.iterator(StreamingParser parser)
Used to wrap up a StreamingParser as a Iterator
|
Copyright © 1996–2019 Geotools. All rights reserved.