public abstract class BaseGDALGridCoverage2DReader extends BaseGridCoverage2DReader implements GridCoverage2DReader
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_WORLDFILE_EXT |
multiLevelRoicloseMe, coverageFactory, coverageName, crs, dtLayout, EPS, gzipped, highestRes, hints, inStream, inStreamSPI, numOverviews, originalEnvelope, originalGridRange, overViewResolutions, raster2Model, sourceELEVATION_DOMAIN, ELEVATION_DOMAIN_MAXIMUM, ELEVATION_DOMAIN_MINIMUM, ELEVATION_DOMAIN_RESOLUTION, FILE_SOURCE_PROPERTY, HAS_ELEVATION_DOMAIN, HAS_TIME_DOMAIN, MULTICRS_READER, REPROJECTING_READER, SOURCE_URL_PROPERTY, TIME_DOMAIN, TIME_DOMAIN_MAXIMUM, TIME_DOMAIN_MINIMUM, TIME_DOMAIN_RESOLUTION| Modifier | Constructor and Description |
|---|---|
protected |
BaseGDALGridCoverage2DReader(Object input,
Hints hints,
String worldFileExtension,
ImageReaderSpi formatSpecificSpi)
Creates a new instance of a
BaseGDALGridCoverage2DReader. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setCoverageProperties(ImageReader reader)
Setting Envelope, GridRange and CRS from the given
ImageReader |
getCoverageName, getGridCoverageCount, getInfo, getInfo, getInputFile, getMultiLevelRoi, getMultiLevelROIProvider, hasMoreGridCoverages, parsePRJFile, parseWorldFile, readaddAllSiblings, addSiblings, checkName, createImageCoverage, createImageCoverage, createImageCoverage, createImageCoverage, decimationOnReadingControl, dispose, finalize, getCoordinateReferenceSystem, getCoordinateReferenceSystem, getCrs, getCurrentSubname, getDatasetLayout, getDatasetLayout, getDynamicParameters, getDynamicParameters, getFiles, getGridCoverageNames, getGroundControlPoints, getGroundControlPoints, getHighestRes, getImageLayout, getImageLayout, getMetadataNames, getMetadataNames, getMetadataValue, getMetadataValue, getNumOverviews, getNumOverviews, getOriginalEnvelope, getOriginalEnvelope, getOriginalGridRange, getOriginalGridRange, getOriginalGridToWorld, getOriginalGridToWorld, getOverviewGridEnvelope, getOverviewGridEnvelope, getReadingResolutions, getReadingResolutions, getRescaledRasterToModel, getResolution, getResolutionLevels, getResolutionLevels, getSibling, getSource, getSourceAsFile, listSubNames, read, setlayout, setLayout, setReadParams, setReadParams, skipclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCoordinateReferenceSystem, getCoordinateReferenceSystem, getDatasetLayout, getDatasetLayout, getDynamicParameters, getDynamicParameters, getImageLayout, getImageLayout, getInfo, getInfo, getNumOverviews, getNumOverviews, getOriginalEnvelope, getOriginalEnvelope, getOriginalGridRange, getOriginalGridRange, getOriginalGridToWorld, getOriginalGridToWorld, getReadingResolutions, getReadingResolutions, getResolutionLevels, getResolutionLevels, read, readdispose, getCurrentSubname, getFormat, getGridCoverageCount, getGridCoverageNames, getMetadataNames, getMetadataNames, getMetadataValue, getMetadataValue, getSource, hasMoreGridCoverages, listSubNames, skipprotected static final String DEFAULT_WORLDFILE_EXT
protected BaseGDALGridCoverage2DReader(Object input, Hints hints, String worldFileExtension, ImageReaderSpi formatSpecificSpi) throws DataSourceException
BaseGDALGridCoverage2DReader. I assume nothing about file
extension.input - Source object for which we want to build a BaseGDALGridCoverage2DReader.hints - Hints to be used by this reader throughout his life.worldFileExtension - the specific world file extension of the underlying formatformatSpecificSpi - an instance of a proper ImageReaderSpi.DataSourceExceptionprotected void setCoverageProperties(ImageReader reader) throws IOException
ImageReadersetCoverageProperties in class BaseGridCoverage2DReaderreader - the ImageReader from which to retrieve metadata (if available) for
setting propertiesIOExceptionCopyright © 1996–2019 Geotools. All rights reserved.