Uses of Interface
org.geotools.data.FeatureResults

Packages that use FeatureResults
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported.  
org.geotools.data.crs Provides support for the OGC Catalog Specification.  
org.geotools.data.jdbc   
org.geotools.data.memory   
org.geotools.data.postgis.collection   
org.geotools.data.store   
org.geotools.data.wfs   
org.geotools.feature   
org.geotools.feature.collection Helper classes for implementing FeatureCollections.  
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.xml.gml   
 

Uses of FeatureResults in org.geotools.data
 

Classes in org.geotools.data that implement FeatureResults
 class DefaultFeatureResults
          Generic "results" of a query, class.
 

Methods in org.geotools.data that return FeatureResults
static FeatureResults DataUtilities.results(Feature[] featureArray)
           
static FeatureResults DataUtilities.results(FeatureCollection collection)
          DOCUMENT ME!
 

Uses of FeatureResults in org.geotools.data.crs
 

Classes in org.geotools.data.crs that implement FeatureResults
 class ForceCoordinateSystemFeatureResults
          ForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.
 class ReprojectFeatureResults
          ReprojectFeatureReader provides a reprojection for FeatureTypes.
 

Methods in org.geotools.data.crs that return FeatureResults
 FeatureResults ReprojectFeatureResults.getOrigin()
          Returns the feature results wrapped by this reprojecting feature results
 FeatureResults ForceCoordinateSystemFeatureResults.getOrigin()
          Returns the feature results wrapped by this ForceCoordinateSystemFeatureResults
 

Constructors in org.geotools.data.crs with parameters of type FeatureResults
ReprojectFeatureResults(FeatureResults results, org.opengis.referencing.crs.CoordinateReferenceSystem destinationCS)
          Creates a new reprojecting feature results
ForceCoordinateSystemFeatureResults(FeatureResults results, org.opengis.referencing.crs.CoordinateReferenceSystem forcedCS)
           
 

Uses of FeatureResults in org.geotools.data.jdbc
 

Classes in org.geotools.data.jdbc that implement FeatureResults
 class JDBCFeatureCollection
           
 

Uses of FeatureResults in org.geotools.data.memory
 

Classes in org.geotools.data.memory that implement FeatureResults
 class MemoryFeatureCollection
          Implement a FeatureCollection by burning memory!
 

Uses of FeatureResults in org.geotools.data.postgis.collection
 

Classes in org.geotools.data.postgis.collection that implement FeatureResults
 class PostgisFeatureCollection
          FeatureCollection for PostGIS datastores.
 

Uses of FeatureResults in org.geotools.data.store
 

Classes in org.geotools.data.store that implement FeatureResults
 class DataFeatureCollection
          A starting point for implementing FeatureCollection's backed by real data.
 

Uses of FeatureResults in org.geotools.data.wfs
 

Classes in org.geotools.data.wfs that implement FeatureResults
static class WFSFeatureSource.WFSFeatureResults
           
 

Uses of FeatureResults in org.geotools.feature
 

Subinterfaces of FeatureResults in org.geotools.feature
 interface FeatureCollection
          Represents a collection of features.
 interface FeatureDocument
           
 interface FeatureList
          An ordered List of Features.
 interface IndexedFeatureCollection
          An IndexedFeatureCollection extends the functionality of FeatureCollection by allowing FeatureIndex attachement.
 

Classes in org.geotools.feature that implement FeatureResults
 class AbstractFeatureCollection
          Deprecated. Unused, moved to org.geotools.feature.collection
 class DefaultFeatureCollection
          A basic implementation of FeatureCollection which use a TreeMap for its internal storage.
 

Uses of FeatureResults in org.geotools.feature.collection
 

Subinterfaces of FeatureResults in org.geotools.feature.collection
 interface RandomFeatureAccess
          Access Feature content using Feature "Id".
 

Classes in org.geotools.feature.collection that implement FeatureResults
 class AbstractFeatureList
           
 class SubFeatureCollection
          Used as a reasonable default implementation for subCollection.
 class SubFeatureList
           
 

Uses of FeatureResults in org.geotools.renderer.lite
 

Classes in org.geotools.renderer.lite that implement FeatureResults
 class IndexedFeatureResults
          IndexedFeatureReader
 

Constructors in org.geotools.renderer.lite with parameters of type FeatureResults
IndexedFeatureResults(FeatureResults results)
           
 

Uses of FeatureResults in org.geotools.xml.gml
 

Classes in org.geotools.xml.gml that implement FeatureResults
 class GMLFeatureCollection
           
 



Copyright © GeoTools. All Rights Reserved.