| Package | Description |
|---|---|
| org.geotools.coverage.grid.io | |
| org.geotools.coverage.io.catalog | |
| org.geotools.coverage.io.netcdf | |
| org.geotools.gce.imagemosaic | |
| org.geotools.gce.imagemosaic.catalog |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GranuleStore
API extending
GranuleSource providing capabilities to add, delete and modify granules. |
| Modifier and Type | Class and Description |
|---|---|
class |
RenamingGranuleSource
GranuleSource wrapper exposing a different type name |
class |
RenamingGranuleStore
Write supporting subclass of
RenamingGranuleSource |
| Modifier and Type | Field and Description |
|---|---|
protected GranuleSource |
RenamingGranuleSource.delegate |
| Modifier and Type | Method and Description |
|---|---|
GranuleSource |
StructuredGridCoverage2DReader.getGranules(String coverageName,
boolean readOnly)
Returns the granule source for the specified coverage (might be null, if there is only one
supported coverage)
|
| Constructor and Description |
|---|
RenamingGranuleSource(String name,
GranuleSource delegate)
Builds a
RenamingGranuleSource |
| Modifier and Type | Class and Description |
|---|---|
class |
CoverageSlicesCatalogSource
A
GranuleSource implementation wrapping a CoverageSlicesCatalog. |
| Modifier and Type | Method and Description |
|---|---|
GranuleSource |
NetCDFReader.getGranules(String coverageName,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
GranuleSource |
ImageMosaicReader.getGranules(String coverageName,
boolean readOnly) |
GranuleSource |
RasterManager.getGranuleSource(boolean readOnly,
Hints hints) |
| Modifier and Type | Class and Description |
|---|---|
class |
GranuleCatalogSource
A
GranuleSource implementation wrapping a GranuleCatalog. |
class |
GranuleCatalogStore
A
GranuleStore implementation wrapping a GranuleCatalog. |
Copyright © 1996–2019 Geotools. All rights reserved.