Package | Description |
---|---|
org.geotools.coverage.io.catalog | |
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
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.gen | |
org.geotools.gce.imagemosaic.catalog | |
org.geotools.imageio | |
org.geotools.validation |
Defines the Validation Processor and Support classes.
|
Constructor and Description |
---|
CoverageSlicesCatalog(DataStoreConfiguration datastoreConfig,
Repository repository) |
CoverageSlicesCatalog(String database,
File parentLocation,
Repository repository) |
WrappedCoverageSlicesCatalog(DataStoreConfiguration config,
File file,
Repository repository) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRepository
Default Repository implementation allows GeoTools to manage your DataStores.
|
Modifier and Type | Class and Description |
---|---|
class |
AppSchemaDataAccessRegistry
A registry that stores all app schema data access instances per application.
|
class |
DataAccessRegistry
A registry that stores data access instances per application.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected Repository |
PreGeneralizedFeatureSource.repository |
Constructor and Description |
---|
PreGeneralizedDataStore(GeneralizationInfos infos,
Repository repository) |
PreGeneralizedDataStore(GeneralizationInfos infos,
Repository repository,
URI namespace) |
PreGeneralizedFeatureSource(GeneralizationInfo info,
Repository repository,
PreGeneralizedDataStore dataStore) |
Constructor and Description |
---|
RepositoryDataStoreCatalog(Properties params,
boolean create,
Repository repository,
String dataStoreName,
DataStoreFactorySpi spi,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
void |
GeoSpatialImageReader.setRepository(Repository repository) |
Constructor and Description |
---|
Validator(Repository repository,
ValidationProcessor processor)
Validator Constructor
|
Copyright © 1996–2019 Geotools. All rights reserved.