Uses of Interface
org.geotools.data.Repository

Packages that use Repository
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.gen   
org.geotools.validation Defines the Validation Processor and Support classes. 
 

Uses of Repository in org.geotools.data
 

Classes in org.geotools.data that implement Repository
 class DefaultRepository
          Default Repository implementation allows GeoTools to manage your DataStores.
 

Uses of Repository in org.geotools.data.gen
 

Classes in org.geotools.data.gen that implement Repository
 class DSFinderRepository
          Implementation of Repository This class interprets the data source name as a file name or an URL for a property file containing the ds creation parameters For shape files ending with .shp or SHP, the shape file could be passed as name
 

Fields in org.geotools.data.gen declared as Repository
protected  Repository PreGeneralizedFeatureSource.repository
           
 

Constructors in org.geotools.data.gen with parameters of type Repository
PreGeneralizedDataStore(GeneralizationInfos infos, Repository repository)
           
PreGeneralizedDataStore(GeneralizationInfos infos, Repository repository, URI namespace)
           
PreGeneralizedFeatureSource(GeneralizationInfo info, Repository repository, PreGeneralizedDataStore dataStore)
           
 

Uses of Repository in org.geotools.validation
 

Constructors in org.geotools.validation with parameters of type Repository
Validator(Repository repository, ValidationProcessor processor)
          Validator Constructor
 



Copyright © 1996-2009 Geotools. All Rights Reserved.