| CollectionFeatureReader |
FeatureReader that reads features from a java.util.collection of features, an array
of features or a FeatureCollection.
|
| DataTestCase |
A set of constructs and utility methods used to test the data module.
|
| DataUtilities |
Utility functions for use with GeoTools with data classes.
|
| DefaultCloseableIterator<T> |
Default implementation of CloseableIterator
|
| DefaultFeatureReader |
Basic support for reading Features from an AttributeReader.
|
| DefaultFeatureResults |
Generic "results" of a query, class.
|
| DefaultFIDReader |
A Default FIDReader.
|
| DefaultFileResourceInfo |
|
| DefaultFileServiceInfo |
|
| DefaultRepository |
Default Repository implementation allows GeoTools to manage your DataStores.
|
| DefaultResourceInfo |
Default implementation of ResourceInfo; a simple java bean.
|
| DefaultServiceInfo |
Implementation of DefaultServiceInfo as a java bean.
|
| DefaultTransaction |
Quick implementation of Transaction api.
|
| Diff |
Captures changes made to a FeatureStore prior to being committed.
|
| DiffFeatureReader<T extends FeatureType,F extends Feature> |
A FeatureReader that considers differences.
|
| DiffFeatureWriter |
A FeatureWriter that captures modifications against a FeatureReader.
|
| EmptyFeatureReader<T extends FeatureType,F extends Feature> |
Represents an Empty, Typed, FeatureReader.
|
| EmptyFeatureWriter |
Represents an Empty, Typed, FeatureWriter.
|
| FeatureListenerManager |
This class is used by DataStore implementations to provide FeatureListener support for the FeatureSources they
create.
|
| FIDFeatureReader |
Experimental FeatureReader that always takes the first column of the
attributeReader as the FeatureID.
|
| FilteringFeatureReader<T extends FeatureType,F extends Feature> |
Basic support for a FeatureReader that does filtering.
|
| FilteringFeatureWriter |
Filtering is performed on this hasNext() method.
|
| InProcessLockingManager |
Provides In-Process FeatureLocking support for DataStore implementations.
|
| JoiningAttributeReader |
Attribute Reader that joins.
|
| JoiningAttributeWriter |
Provides ...
|
| MapInfoFileReader |
Reader for Mapinfo .TAB files Finds control points and CRS in .TAB file and parses them accordingly and builds a
mathtransform and CRS
|
| MaxFeatureReader<T extends FeatureType,F extends Feature> |
Basic support for a FeatureReader that limits itself to the number of features
passed in.
|
| PrjFileReader |
|
| ReTypeFeatureReader |
Supports on the fly retyping of FeatureReader contents.
|
| WorldFileReader |
This class is responsible for parsing a world file in order to build an affine transform using the parameters
provided in the file itself.
|
| WorldFileWriter |
|