| Name | Description | Type | Package | Framework |
| AbstractCalcResult | An abstract implementation for CalcResults. | Class | org.geotools.feature.visitor | GeoTools |
|
| AbstractFeatureCollection | This implementation asks you to implement: openIterator()size() | Class | org.geotools.feature.collection | GeoTools |
|
| AbstractFeatureFactoryImpl | Factory for creating instances of the Attribute family of classes. | Class | org.geotools.feature | GeoTools |
|
| AbstractFeatureVisitor | An abstract class to reduce the amount of work needed when working with FeatureVisitor. | Class | org.geotools.feature.collection | GeoTools |
|
| AbstractLazyAttributeTypeImpl | A replacement for AttributeTypeImpl with lazy evaluation of super type, so types can be defined in any order. | Class | org.geotools.feature.type | GeoTools |
|
| AbstractLazyComplexTypeImpl | A replacement for ComplexTypeImpl with lazy evaluation of descriptors, to support cyclically-defined types. | Class | org.geotools.feature.type | GeoTools |
|
| AdaptorFeatureCollection | You will need to implement the following methods: getBounds()size()closeIterator(Iterator)openIterator() | Class | org.geotools.feature.collection | GeoTools |
|
| Aggregate | Aggregate functions defined for use with the GeoTools library. | Class | org.geotools.feature.visitor | GeoTools |
|
| AnnotationFeatureType | Defines required attributes for Annotations. | Class | org.geotools.feature.type | GeoTools |
|
| AppSchemaAttributeBuilder | Builder for attributes. | Class | org.geotools.feature | GeoTools |
|
| AppSchemaFeatureFactoryImpl | FeatureFactory that: does not choke on null ids | Class | org.geotools.feature | GeoTools |
|
| AssociationDescriptorImpl | | Class | org.geotools.feature.type | GeoTools |
|
| AssociationImpl | | Class | org.geotools.feature | GeoTools |
|
| AssociationTypeImpl | | Class | org.geotools.feature.type | GeoTools |
|
| AttributeBuilder | Builder for attributes. | Class | org.geotools.feature | GeoTools |
|
| AttributeDescriptorImpl | | Class | org.geotools.feature.type | GeoTools |
|
| AttributeImpl | Simple, mutable class to store attributes. | Class | org.geotools.feature | GeoTools |
|
| AttributeNodeIterator | Special node iterator for Attribute. | Class | org.geotools.feature.xpath | GeoTools |
|
| AttributeNodePointer | Special node pointer for org. | Class | org.geotools.feature.xpath | GeoTools |
|
| AttributeNodePointerFactory | A node factory which creates special node pointers featurs. | Class | org.geotools.feature.xpath | GeoTools |
|
| AttributeTypeBuilder | Builder for attribute types and descriptors. | Class | org.geotools.feature | GeoTools |
|
| AttributeTypeImpl | Base class for attribute types. | Class | org.geotools.feature.type | GeoTools |
|
| AverageVisitor | Calculates the AverageSince:2. | Class | org.geotools.feature.visitor | GeoTools |
|
| AverageVisitor .AverageResult | | Class | org.geotools.feature.visitor.AverageVisitor | GeoTools |
|
| BaseFeatureCollection | This implementation asks you to implement: This is the direct decentent of the origional AbstractFeatureCollection | Class | org.geotools.feature.collection | GeoTools |
|
| BaseSimpleFeatureCollection | | Class | org.geotools.feature.collection | GeoTools |
|
| BasicFeatureTypes | Defines required attributes for Annotations. | Class | org.geotools.feature.type | GeoTools |
|
| BoundsVisitor | Calculates the extents (envelope) of the features it visits. | Class | org.geotools.feature.visitor | GeoTools |
|
| BoundsVisitor .BoundsResult | | Class | org.geotools.feature.visitor.BoundsVisitor | GeoTools |
|
| BridgeIterator | A closeable iterator wrapped around a provided feature iterator. | Class | org.geotools.feature.collection | GeoTools |
|
| CalcResult | Encapsulates the results from a FeatureCalc, and includes methods for obtaining and merging results. | Interface | org.geotools.feature.visitor | GeoTools |
|
| CalcUtil | | Class | org.geotools.feature.visitor | GeoTools |
|
| CollectionEvent | A simple event object to represent all events triggered by FeatureCollection instances (typically change events). | Class | org.geotools.feature | GeoTools |
|
| CollectionListener | Interface to be implemented by all listeners of CollectionEvents. | Interface | org.geotools.feature | GeoTools |
|
| CollectionUtil | | Class | org.geotools.feature.visitor | GeoTools |
|
| ComplexAttributeImpl | | Class | org.geotools.feature | GeoTools |
|
| ComplexFeatureBuilder | The complex feature builder allows the construction of features by progressively appending their components and deferring the construction till | Class | org.geotools.feature | GeoTools |
|
| ComplexFeatureIteratorImpl | Defines the complex feature iterator implementation class. | Class | org.geotools.feature.collection | GeoTools |
|
| ComplexFeatureTypeFactoryImpl | Feature type factory to produce complex feature type that can be used in feature chaining. | Class | org.geotools.feature.type | GeoTools |
|
| ComplexFeatureTypeImpl | This is a specialization of complex feature type that can be nested inside another feature type. | Class | org.geotools.feature.type | GeoTools |
|
| ComplexTypeImpl | Base class for complex types. | Class | org.geotools.feature.type | GeoTools |
|
| CountVisitor | Determines the number of features in the collectionSince:2. | Class | org.geotools.feature.visitor | GeoTools |
|
| CountVisitor .CountResult | | Class | org.geotools.feature.visitor.CountVisitor | GeoTools |
|
| DateUtil | Utility class supplying static methods. | Class | org.geotools.feature.type | GeoTools |
|
| DecoratingFeature | Base class for feature decorators. | Class | org.geotools.feature | GeoTools |
|
| DecoratingFeatureCollection | A FeatureCollection which completely delegates to another FeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
|
| DecoratingFeatureIterator | A feature iterator that completely delegates to another FeatureIterator. | Class | org.geotools.feature.collection | GeoTools |
|
| DecoratingSimpleFeatureCollection | A FeatureCollection which completely delegates to another FeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
|
| DecoratingSimpleFeatureIterator | A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1. | Class | org.geotools.feature.collection | GeoTools |
|
| DefaultFeatureCollection | A basic implementation of SimpleFeatureCollection which use a TreeMap for its internal storage. | Class | org.geotools.feature | GeoTools |
|
| DefaultFeatureCollections | Concrete extension to FeatureCollections to create DefaultFeatureCollections. | Class | org.geotools.feature | GeoTools |
|
| DelegateFeatureIterator | A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1. | Class | org.geotools.feature.collection | GeoTools |
|
| DelegateSimpleFeatureIterator | A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1. | Class | org.geotools.feature.collection | GeoTools |
|
| Descriptors | Helper methods for dealing with Descriptor. | Class | org.geotools.feature.type | GeoTools |
|
| DescriptorXmlAttributeNodeIterator | Special node iterator for Attribute. | Class | org.geotools.feature.xpath | GeoTools |
|
| DescriptorXmlAttributeNodePointer | Special node pointer for an XML-attribute inside an attribute. | Class | org.geotools.feature.xpath | GeoTools |
|
| FeatureAttributeVisitor | Extension of FeatureVisitor for visitors that require access to properties of the feature collection being visited. | Interface | org.geotools.feature.visitor | GeoTools |
|
| FeatureBuilder | This class provides some common functionality for builders and defines an abstraction for Feature builders' public interfaces. | Class | org.geotools.feature | GeoTools |
|
| FeatureCalc | A visitor which performs a calculation on a FeatureCollection. | Interface | org.geotools.feature.visitor | GeoTools |
|
| FeatureCollection | Collection of features, often handled as a result set. | Interface | org.geotools.feature | GeoTools |
|
| FeatureCollectionIteration | The FeatureCollectionIteration provides a depth first traversal of a SimpleFeatureCollection which will call the provided call-back Handler. | Class | org.geotools.feature | GeoTools |
|
| FeatureCollectionIteration .Handler | A callback handler for the iteration of the contents of aThe handler is ending its visit with a Feature. | Interface | org.geotools.feature.FeatureCollectionIteration | GeoTools |
|
| FeatureCollections | A utility class for working with FeatureCollections. | Class | org.geotools.feature | GeoTools |
|
| FeatureComparators | A utility class for creating simple Comparators for Features. | Class | org.geotools.feature | GeoTools |
|
| FeatureComparators .Index | | Class | org.geotools.feature.FeatureComparators | GeoTools |
|
| FeatureComparators .Name | | Class | org.geotools.feature.FeatureComparators | GeoTools |
|
| FeatureFactory | An interface for the construction of Features. | Interface | org.geotools.feature | GeoTools |
|
| FeatureImpl | Temptative implementation of Feature. | Class | org.geotools.feature | GeoTools |
|
| FeatureImplUtils | Utility class used by feature model implementation. | Class | org.geotools.feature | GeoTools |
|
| FeatureIndex | An Index is built up around a FeatureCollection, using one of the attributes in the SimpleFeatureCollection as a comparable reference. | Interface | org.geotools.feature | GeoTools |
|
| FeatureIterator | Streaming access to features, required to close() after use. | Interface | org.geotools.feature | GeoTools |
|
| FeatureIteratorImpl | A convenience class for dealing with wrapping a Collection Iterator up as a FeatureIterator. | Class | org.geotools.feature.collection | GeoTools |
|
| FeatureReaderIterator | An iterator that wraps around a FeatureReader. | Class | org.geotools.feature | GeoTools |
|
| FeatureTypeAttributeIterator | A special iterator for iterating over the attributes of a feature type. | Class | org.geotools.feature.xpath | GeoTools |
|
| FeatureTypeAttributePointer | Pointer to a single attribute of a feature type. | Class | org.geotools.feature.xpath | GeoTools |
|
| FeatureTypeFactoryImpl | This implementation is capable of creating a good default implementation of the Types used in the feature model. | Class | org.geotools.feature.type | GeoTools |
|
| FeatureTypeImpl | Base implementation of FeatureType. | Class | org.geotools.feature.type | GeoTools |
|
| FeatureTypePointer | Special node pointer for org. | Class | org.geotools.feature.xpath | GeoTools |
|
| FeatureTypes | Utility methods for working against the FeatureType interface. | Class | org.geotools.feature | GeoTools |
|
| FeatureWrapper | You can make feature wrappers for specific types by extending this class and annotating the descendant class's fields with XSDMapping to show what they correspond to in the XSD. | Class | org.geotools.feature.wrapper | GeoTools |
|
| FilteredIterator | Provides an implementation of Iterator that will filter contents using the provided filter. | Class | org.geotools.feature.collection | GeoTools |
|
| FilteringSimpleFeatureCollection | Decorates a feature collection with one that filters content. | Class | org.geotools.feature.collection | GeoTools |
|
| FilteringSimpleFeatureIterator | Extension of FilteringFeatureIterator that type narrows to SimpleFeature. | Class | org.geotools.feature.collection | GeoTools |
|
| GeometryAttributeImpl | TODO: rename to GeometricAttribute Provides . | Class | org.geotools.feature | GeoTools |
|
| GeometryDescriptorImpl | | Class | org.geotools.feature.type | GeoTools |
|
| GeometryTypeImpl | AttributeType for hold geometry implementations, maintains CRS information. | Class | org.geotools.feature.type | GeoTools |
|
| GroupByVisitor | Group features by one or several attributes and applies an aggregator visitor to each group. | Class | org.geotools.feature.visitor | GeoTools |
|
| GroupByVisitor .GroupByRawResult | Helper class that should be used by optimizations to set the results. | Class | org.geotools.feature.visitor.GroupByVisitor | GeoTools |
|
| GroupByVisitor .GroupByResult | This class implements the feature calculation result of the group by visitor. | Class | org.geotools.feature.visitor.GroupByVisitor | GeoTools |
|
| GroupByVisitorBuilder | Helper class to help building a valid group by visitor. | Class | org.geotools.feature.visitor | GeoTools |
|
| IdCollectorFilterVisitor | Gather up all FeatureId strings into a provided HashSet. | Class | org.geotools.feature.visitor | GeoTools |
|
| IdFinderFilterVisitor | Quick check to see if an ID filter is found. | Class | org.geotools.feature.visitor | GeoTools |
|
| IllegalAttributeException | Indicates client class has attempted to create an invalid feature. | Class | org.geotools.feature | GeoTools |
|
| LenientFeatureFactoryImpl | | Class | org.geotools.feature | GeoTools |
|
| LimitingVisitor | A visitor that can limit the features that can be visited (for example to implement startOffset, maxFeatures pagination). | Interface | org.geotools.feature.visitor | GeoTools |
|
| MaxFeaturesSimpleFeatureIterator | SimpleFeatureIterator wrapper which can use a start and end bounds to cap the number of returned features. | Class | org.geotools.feature.collection | GeoTools |
|
| MaxSimpleFeatureCollection | SimpleFeatureCollection wrapper which limits the number of features returned. | Class | org.geotools.feature.collection | GeoTools |
|
| MaxVisitor | Calculates the maximum value of an attribute. | Class | org.geotools.feature.visitor | GeoTools |
|
| MaxVisitor .MaxResult | | Class | org.geotools.feature.visitor.MaxVisitor | GeoTools |
|
| MedianVisitor | Calculates the median of an attribute in all features of a collectionSince:2. | Class | org.geotools.feature.visitor | GeoTools |
|
| MedianVisitor .MedianResult | | Class | org.geotools.feature.visitor.MedianVisitor | GeoTools |
|
| MinVisitor | Calculates the minimum value of an attribute. | Class | org.geotools.feature.visitor | GeoTools |
|
| MinVisitor .MinResult | | Class | org.geotools.feature.visitor.MinVisitor | GeoTools |
|
| NameImpl | Simple implementation of Name. | Class | org.geotools.feature | GeoTools |
|
| NearestVisitor | Finds the nearest value to the provided one in the attribute domain. | Class | org.geotools.feature.visitor | GeoTools |
|
| ProfileImpl | A "sub" Schema used to select types for a specific use. | Class | org.geotools.feature.type | GeoTools |
|
| PropertyDescriptorImpl | | Class | org.geotools.feature.type | GeoTools |
|
| PropertyImpl | | Class | org.geotools.feature | GeoTools |
|
| PropertyTypeImpl | | Class | org.geotools.feature.type | GeoTools |
|
| QuantileListVisitor | Obtains the data needed for a Quantile operation (classification of features into classes of equal size). | Class | org.geotools.feature.visitor | GeoTools |
|
| RandomFeatureAccess | Access Feature content using Feature "Id". | Interface | org.geotools.feature.collection | GeoTools |
|
| ReadonlyAttributeDecorator | Readonly wrapper around the provided Attribute. | Class | org.geotools.feature.type | GeoTools |
|
| Schema | This class contains utility methods focused on the schema represented by the FeatureType data model. | Class | org.geotools.feature | GeoTools |
|
| SchemaException | Indicates client class has attempted to create an invalid schema. | Class | org.geotools.feature | GeoTools |
|
| SchemaImpl | | Class | org.geotools.feature.type | GeoTools |
|
| SimpleFeatureBuilder | A builder for features. | Class | org.geotools.feature.simple | GeoTools |
|
| SimpleFeatureImpl | An implementation of SimpleFeature geared towards speed and backed by an Object[]. | Class | org.geotools.feature.simple | GeoTools |
|
| SimpleFeatureIteratorImpl | A convenience class for wrapping a Collection Iterator up as a SimpleFeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
|
| SimpleFeatureTypeBuilder | A builder for simple feature types. | Class | org.geotools.feature.simple | GeoTools |
|
| SimpleFeatureTypeImpl | | Class | org.geotools.feature.simple | GeoTools |
|
| SimpleSchema | Schema containing a set of "simple" types. | Class | org.geotools.feature.simple | GeoTools |
|
| SingleFeatureTypeAttributeIterator | Iterates over a single attribute of a feature type. | Class | org.geotools.feature.xpath | GeoTools |
|
| SortedSimpleFeatureCollection | A wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise. | Class | org.geotools.feature.collection | GeoTools |
|
| StandardDeviationVisitor | Determines the standard deviation. | Class | org.geotools.feature.visitor | GeoTools |
|
| StandardDeviationVisitor .Result | | Class | org.geotools.feature.visitor.StandardDeviationVisitor | GeoTools |
|
| SubFeatureCollection | Reasonable default implementation for subCollection making use of parent SimpleFeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
|
| SubFeatureList | Default implementation of FeatureCollection. | Class | org.geotools.feature.collection | GeoTools |
|
| SumVisitor | Calculates the Sum of an attribute (of a FeatureVisitor)Since:2. | Class | org.geotools.feature.visitor | GeoTools |
|
| SumVisitor .SumResult | | Class | org.geotools.feature.visitor.SumVisitor | GeoTools |
|
| TypeBuilder | Makes building types easier by maintaining state. | Class | org.geotools.feature | GeoTools |
|
| Types | This is a set of utility methods used when implementing types. | Class | org.geotools.feature.type | GeoTools |
|
| UniqueNameFeatureTypeFactoryImpl | A specialisation of FeatureTypeFactoryImpl that returns UniqueNameFeatureTypeImpl instead of FeatureTypeImpl to avoid equality tests on types with cyclic definitions. | Class | org.geotools.feature.type | GeoTools |
|
| UniqueNameFeatureTypeImpl | A specialisation of FeatureTypeImpl that avoids equality tests on feature types with cyclic definitions by considering features types to be equal if and only if their names are | Class | org.geotools.feature.type | GeoTools |
|
| UniqueVisitor | Generates a list of unique values from a collectionSince:2. | Class | org.geotools.feature.visitor | GeoTools |
|
| UniqueVisitor .UniqueResult | | Class | org.geotools.feature.visitor.UniqueVisitor | GeoTools |
|
| ValidatingFeatureFactoryImpl | Factory for creating instances of the Attribute family of classes. | Class | org.geotools.feature | GeoTools |
|
| XmlAttributeNodeIterator | Special node iterator for Attribute. | Class | org.geotools.feature.xpath | GeoTools |
|
| XmlAttributeNodePointer | Special node pointer for an XML-attribute inside an attribute. | Class | org.geotools.feature.xpath | GeoTools |
|
| XSDMapping | Use this annotation on descendants of FeatureWrapper. | Class | org.geotools.feature.wrapper | GeoTools |