Modifier and Type | Class and Description |
---|---|
class |
DefaultDimensionDescriptor
Default implementation of the
DimensionDescriptor interface |
Modifier and Type | Method and Description |
---|---|
List<DimensionDescriptor> |
StructuredGridCoverage2DReader.getDimensionDescriptors(String coverageName)
Describes the dimensions supported by the specified coverage, if any.
|
Modifier and Type | Method and Description |
---|---|
List<DimensionDescriptor> |
CoverageSourceDescriptor.getDimensionDescriptors() |
List<DimensionDescriptor> |
CoverageSource.getDimensionDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
CoverageSourceDescriptor.setDimensionDescriptors(List<DimensionDescriptor> dimensionDescriptors) |
Modifier and Type | Method and Description |
---|---|
List<DimensionDescriptor> |
DefaultCoverageSource.getDimensionDescriptors() |
Modifier and Type | Method and Description |
---|---|
List<DimensionDescriptor> |
NetCDFReader.getDimensionDescriptors(String coverageName) |
Modifier and Type | Method and Description |
---|---|
DimensionDescriptor |
RasterManager.DomainManager.addDimension(String name,
String attribute) |
Modifier and Type | Method and Description |
---|---|
List<DimensionDescriptor> |
RasterManager.getDimensionDescriptors() |
List<DimensionDescriptor> |
ImageMosaicReader.getDimensionDescriptors(String coverageName) |
Modifier and Type | Method and Description |
---|---|
void |
VariableAdapter.updateMapping(SimpleFeatureType indexSchema,
List<DimensionDescriptor> descriptors)
Update the dimensionDescriptor attributes mapping by checking the actual attribute names from
the schema
|
Copyright © 1996–2019 Geotools. All rights reserved.