Uses of Package
org.geotools.feature

Packages that use org.geotools.feature
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
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.complex This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. 
org.geotools.data.complex.xml   
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.directory   
org.geotools.data.gen   
org.geotools.data.memory   
org.geotools.data.simple   
org.geotools.data.sort   
org.geotools.data.store   
org.geotools.data.transform   
org.geotools.data.view   
org.geotools.data.wfs.feature   
org.geotools.data.wfs.v1_0_0   
org.geotools.data.wfs.v1_0_0.gml   
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.feature   
org.geotools.feature.collection Helper classes for implementing FeatureCollections. 
org.geotools.feature.simple   
org.geotools.feature.type   
org.geotools.filter   
org.geotools.gce.imagemosaic.catalog   
org.geotools.geojson.feature   
org.geotools.gml Reads GML files and translates them into Java objects. 
org.geotools.gml.producer   
org.geotools.gml2.bindings   
org.geotools.map List of layers to be rendered. 
org.geotools.process.feature   
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.renderer Basic interface for rendering of features. 
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.wfs   
org.geotools.wfs.bindings   
org.geotools.xml.gml   
 

Classes in org.geotools.feature used by org.geotools.arcsde.data
FeatureCollection
          Collection of features, often handled as a result set.
SchemaException
          Indicates client class has attempted to create an invalid schema.
 

Classes in org.geotools.feature used by org.geotools.data
DefaultFeatureCollection
          A basic implementation of SimpleFeatureCollection which use a TreeMap for its internal storage.
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
IllegalAttributeException
          Deprecated. Please use org.opengis.feature.IllegalAttributeException
SchemaException
          Indicates client class has attempted to create an invalid schema.
 

Classes in org.geotools.feature used by org.geotools.data.collection
CollectionListener
          Deprecated. Use FeatureListener
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
IllegalAttributeException
          Deprecated. Please use org.opengis.feature.IllegalAttributeException
 

Classes in org.geotools.feature used by org.geotools.data.complex
CollectionListener
          Deprecated. Use FeatureListener
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.data.complex.xml
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.data.crs
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
IllegalAttributeException
          Deprecated. Please use org.opengis.feature.IllegalAttributeException
SchemaException
          Indicates client class has attempted to create an invalid schema.
 

Classes in org.geotools.feature used by org.geotools.data.directory
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.data.gen
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.data.memory
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.data.simple
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.data.sort
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.data.store
CollectionListener
          Deprecated. Use FeatureListener
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.data.transform
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.data.view
SchemaException
          Indicates client class has attempted to create an invalid schema.
 

Classes in org.geotools.feature used by org.geotools.data.wfs.feature
AbstractFeatureFactoryImpl
          Factory for creating instances of the Attribute family of classes.
IllegalAttributeException
          Deprecated. Please use org.opengis.feature.IllegalAttributeException
PropertyImpl
          Implementation of Property.
 

Classes in org.geotools.feature used by org.geotools.data.wfs.v1_0_0
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.data.wfs.v1_0_0.gml
SchemaException
          Indicates client class has attempted to create an invalid schema.
 

Classes in org.geotools.feature used by org.geotools.factory
FeatureCollections
          Deprecated. Use DefaultFeatureCollection
 

Classes in org.geotools.feature used by org.geotools.feature
AbstractFeatureFactoryImpl
          Factory for creating instances of the Attribute family of classes.
AttributeBuilder
          Builder for attributes.
AttributeImpl
          Simple, mutable class to store attributes.
AttributeTypeBuilder
          Builder for attribute types and descriptors.
CollectionEvent
          Deprecated. Use FeatureEvent
CollectionListener
          Deprecated. Use FeatureListener
ComplexAttributeImpl
           
FeatureBuilder
          This class provides some common functionality for builders and defines an abstraction for Feature builders' public interfaces.
FeatureCollection
          Collection of features, often handled as a result set.
FeatureCollectionIteration.Handler
          A callback handler for the iteration of the contents of a FeatureCollection.
FeatureCollections
          Deprecated. Use DefaultFeatureCollection
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
IllegalAttributeException
          Deprecated. Please use org.opengis.feature.IllegalAttributeException
NameImpl
          Simple implementation of Name.
PropertyImpl
          Implementation of Property.
SchemaException
          Indicates client class has attempted to create an invalid schema.
TypeBuilder
          Makes building types easier by maintaining state.
ValidatingFeatureFactoryImpl
          Factory for creating instances of the Attribute family of classes.
 

Classes in org.geotools.feature used by org.geotools.feature.collection
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.feature.simple
AttributeTypeBuilder
          Builder for attribute types and descriptors.
 

Classes in org.geotools.feature used by org.geotools.feature.type
IllegalAttributeException
          Deprecated. Please use org.opengis.feature.IllegalAttributeException
 

Classes in org.geotools.feature used by org.geotools.filter
FeatureCollection
          Collection of features, often handled as a result set.
FeatureCollectionIteration
          The FeatureCollectionIteration provides a depth first traversal of a SimpleFeatureCollection which will call the provided call-back Handler.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.gce.imagemosaic.catalog
SchemaException
          Indicates client class has attempted to create an invalid schema.
 

Classes in org.geotools.feature used by org.geotools.geojson.feature
FeatureCollection
          Collection of features, often handled as a result set.
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.gml
DefaultFeatureCollection
          A basic implementation of SimpleFeatureCollection which use a TreeMap for its internal storage.
 

Classes in org.geotools.feature used by org.geotools.gml.producer
FeatureCollection
          Collection of features, often handled as a result set.
FeatureCollectionIteration.Handler
          A callback handler for the iteration of the contents of a FeatureCollection.
 

Classes in org.geotools.feature used by org.geotools.gml2.bindings
FeatureCollections
          Deprecated. Use DefaultFeatureCollection
 

Classes in org.geotools.feature used by org.geotools.map
FeatureCollection
          Collection of features, often handled as a result set.
SchemaException
          Indicates client class has attempted to create an invalid schema.
 

Classes in org.geotools.feature used by org.geotools.process.feature
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.process.gs
FeatureIterator
          Streaming access to features, required to FeatureIterator.close() after use.
 

Classes in org.geotools.feature used by org.geotools.renderer
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.renderer.lite
FeatureCollection
          Collection of features, often handled as a result set.
IllegalAttributeException
          Deprecated. Please use org.opengis.feature.IllegalAttributeException
 

Classes in org.geotools.feature used by org.geotools.wfs
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.wfs.bindings
FeatureCollection
          Collection of features, often handled as a result set.
 

Classes in org.geotools.feature used by org.geotools.xml.gml
DefaultFeatureCollection
          A basic implementation of SimpleFeatureCollection which use a TreeMap for its internal storage.
FeatureCollection
          Collection of features, often handled as a result set.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.