AbstractFeatureFactoryImpl |
Factory for creating instances of the Attribute family of classes.
|
AssociationImpl |
|
AttributeBuilder |
Builder for attributes.
|
AttributeImpl |
Simple, mutable class to store attributes.
|
AttributeTypeBuilder |
Builder for attribute types and descriptors.
|
CollectionEvent |
A simple event object to represent all events triggered by FeatureCollection instances (typically
change events).
|
ComplexAttributeImpl |
|
ComplexFeatureBuilder |
The complex feature builder allows the construction of features by progressively appending their
components and deferring the construction till you're ready.
|
DecoratingFeature |
Base class for feature decorators.
|
DefaultFeatureCollection |
A basic implementation of SimpleFeatureCollection which use a TreeMap for its internal
storage.
|
FeatureBuilder<FT extends FeatureType,F extends Feature> |
This class provides some common functionality for builders and defines an abstraction for Feature
builders' public interfaces.
|
FeatureCollectionIteration |
The FeatureCollectionIteration provides a depth first traversal of a SimpleFeatureCollection
which will call the provided call-back Handler.
|
FeatureComparators |
A utility class for creating simple Comparators for Features.
|
FeatureComparators.Index |
A Comparator which performs the comparison on attributes at a given index.
|
FeatureComparators.Name |
A Comparator which performs the comparison on attributes with a given name.
|
FeatureImpl |
Temptative implementation of Feature.
|
FeatureImplUtils |
Utility class used by feature model implementation.
|
FeatureReaderIterator<F extends Feature> |
An iterator that wraps around a FeatureReader.
|
FeatureTypes |
Utility methods for working against the FeatureType interface.
|
GeometryAttributeImpl |
TODO: rename to GeometricAttribute Provides ...TODO summary sentence
|
LenientFeatureFactoryImpl |
|
NameImpl |
Simple implementation of Name.
|
PropertyImpl |
Implementation of Property.
|
TypeBuilder |
Makes building types easier by maintaining state.
|
ValidatingFeatureFactoryImpl |
Factory for creating instances of the Attribute family of classes.
|