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.jdbc   
 

Uses of FeatureResults in org.geotools.data
 

Classes in org.geotools.data that implement FeatureResults
 class DefaultFeatureResults
          Description
 

Methods in org.geotools.data that return FeatureResults
 FeatureResults AbstractFeatureSource.getFeatures(Query query)
          Provides an interface to for the Resutls of a Query.
 FeatureResults AbstractFeatureSource.getFeatures(Filter filter)
          Retrieve all Feature matching the Filter.
 FeatureResults AbstractFeatureSource.getFeatures()
          Retrieve all Features.
static FeatureResults DataUtilities.results(Feature[] featureArray)
           
static FeatureResults DataUtilities.results(FeatureCollection collection)
           
 FeatureResults FeatureSource.getFeatures(Query query)
          Loads features from the datasource into the returned FeatureResults, based on the passed query.
 FeatureResults FeatureSource.getFeatures(Filter filter)
          Loads features from the datasource into the returned FeatureResults, based on the passed filter.
 FeatureResults FeatureSource.getFeatures()
          Loads all features from the datasource into the return FeatureResults.
 

Uses of FeatureResults in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc that return FeatureResults
 FeatureResults JDBCFeatureSource.getFeatures(Query request)
          Provides an interface to for the Resutls of a Query.
 FeatureResults JDBCFeatureSource.getFeatures(Filter filter)
          Retrieve all Feature matching the Filter
 FeatureResults JDBCFeatureSource.getFeatures()
          Retrieve all Features
 



Copyright © 1996-2003 GeoTools. All Rights Reserved.