org.geotools.feature.iso |
|
Java Source File Name | Type | Comment |
AssociationImpl.java | Class | |
AttributeBuilder.java | Class | Builder for attributes. |
AttributeFactoryImpl.java | Class | Factory for creating instances of the Attribute family of classes. |
AttributeImpl.java | Class | Simple, mutable class to store attributes. |
ComplexAttributeImpl.java | Class | |
DataSystemTest.java | Class | This test cases is set up to exercise the "Data" system. |
Descriptors.java | Class | Helper methods for dealing with Descriptor. |
FeatureCollectionImpl.java | Class | This is is a sample FeatureCollection implementation.
If you are a user - yes this FeatureCollection can be used to hold content in
memory.
Note/Rant to data providers:
If you are a data provider (implementing a DataStore?) please don't use this
class, you should be doing your own thing.
As an example of doing your own thing, JDBC DataStore should be making a
JDBCFeatureCollection that just maintains a Filter defining the contents.
Until such time as content is accessed for the first time; at which point the
collection can be relized by fetching a ResultSet. |
FeatureCollectionIteration.java | Class | The FeatureCollectionIteration provides a depth first traversal of a
FeatureCollection which will call the provided call-back Handler. |
FeatureCollections.java | Class | A utility class for working with FeatureCollections. |
FeatureComparators.java | Class | A utility class for creating simple Comparators for Features. |
FeatureImpl.java | Class | While in transition to the new FM, this class implements the deprecated
in order to no have to touch all the
library. |
FeatureTypes.java | Class | Utility methods for working against the FeatureType interface. |
Restrictions.java | Class | |
TypeBuilder.java | Class | Makes building types easier by maintaining state. |
Types.java | Class | This is a set of utility methods used when implementing types. |