Uses of Interface
org.geotools.api.data.Repository
-
Packages that use Repository Package Description org.geotools.coverage.io.catalog org.geotools.data org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.gen org.geotools.gce.imagemosaic.catalog org.geotools.imageio org.geotools.vectormosaic -
-
Uses of Repository in org.geotools.coverage.io.catalog
Constructors in org.geotools.coverage.io.catalog with parameters of type Repository Constructor Description CoverageSlicesCatalog(String database, File parentLocation, Repository repository)CoverageSlicesCatalog(DataStoreConfiguration datastoreConfig, Repository repository)WrappedCoverageSlicesCatalog(DataStoreConfiguration config, File file, Repository repository) -
Uses of Repository in org.geotools.data
Classes in org.geotools.data that implement Repository Modifier and Type Class Description classDefaultRepositoryDefault Repository implementation allows GeoTools to manage your DataStores. -
Uses of Repository in org.geotools.data.complex
Classes in org.geotools.data.complex that implement Repository Modifier and Type Class Description classAppSchemaDataAccessRegistryA registry that stores all app schema data access instances per application.classDataAccessRegistryA registry that stores data access instances per application. -
Uses of Repository in org.geotools.data.gen
Classes in org.geotools.data.gen that implement Repository Modifier and Type Class Description classDSFinderRepositoryImplementation ofRepositoryThis class interprets the data source name as a file name or an URL for a property file containing the ds creation parametersFields in org.geotools.data.gen declared as Repository Modifier and Type Field Description protected RepositoryPreGeneralizedFeatureSource. repositoryConstructors in org.geotools.data.gen with parameters of type Repository Constructor Description 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.gce.imagemosaic.catalog
Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type Repository Constructor Description RepositoryDataStoreCatalog(Properties params, CatalogConfigurationBeans configurations, boolean create, Repository repository, String dataStoreName, DataStoreFactorySpi spi, Hints hints) -
Uses of Repository in org.geotools.imageio
Methods in org.geotools.imageio with parameters of type Repository Modifier and Type Method Description voidGeoSpatialImageReader. setRepository(Repository repository) -
Uses of Repository in org.geotools.vectormosaic
Fields in org.geotools.vectormosaic declared as Repository Modifier and Type Field Description protected RepositoryGranuleStoreFinderImpl. repositoryMethods in org.geotools.vectormosaic that return Repository Modifier and Type Method Description RepositoryVectorMosaicStore. getRepository()Constructors in org.geotools.vectormosaic with parameters of type Repository Constructor Description GranuleStoreFinderImpl(String preferredSPI, Repository repository)Constructor that accepts a nullable preferred SPI.VectorMosaicStore(String delegateStoreName, Repository repository)Creates a new instance of VectorMosaicStore
-