Package org.geotools.coverageio.gdal.vrt
Class VRTReader
- All Implemented Interfaces:
- GridCoverageReader,- GridCoverage2DReader
This class can read a VRT data source and create a 
GridCoverage2D from the data.- Since:
- 2.10.x
- Author:
- Daniele Romagnoli, GeoSolutions., Simone Giannecchini (simboss), GeoSolutions, Ugo Moschini, GeoSolutions
- 
Field SummaryFields inherited from class BaseGDALGridCoverage2DReaderDEFAULT_WORLDFILE_EXTFields inherited from class BaseGridCoverage2DReadermultiLevelRoi, nodata, resourceInfoFields inherited from class AbstractGridCoverage2DReadercloseMe, coverageFactory, coverageName, crs, dtLayout, EPS, gzipped, highestRes, hints, inStream, inStreamSPI, numOverviews, offsets, originalEnvelope, originalGridRange, overViewResolutions, raster2Model, scales, sourceFields inherited from interface GridCoverage2DReaderELEVATION_DOMAIN, ELEVATION_DOMAIN_MAXIMUM, ELEVATION_DOMAIN_MINIMUM, ELEVATION_DOMAIN_RESOLUTION, FILE_SOURCE_PROPERTY, HAS_ELEVATION_DOMAIN, HAS_TIME_DOMAIN, MULTICRS_EPSGCODES, MULTICRS_READER, PAM_DATASET, REPROJECTING_READER, SOURCE_URL_PROPERTY, TIME_DOMAIN, TIME_DOMAIN_MAXIMUM, TIME_DOMAIN_MINIMUM, TIME_DOMAIN_RESOLUTION
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class BaseGDALGridCoverage2DReadergetInfo, setCoveragePropertiesMethods inherited from class BaseGridCoverage2DReadergetCoverageName, getGridCoverageCount, getHighestRes, getInfo, getInputFile, getMultiLevelRoi, getMultiLevelROIProvider, getNodata, parsePRJFile, parseWorldFile, readMethods inherited from class AbstractGridCoverage2DReaderaddAllSiblings, addSiblings, checkName, collectScaleOffset, createImageCoverage, createImageCoverage, createImageCoverage, createImageCoverage, decimationOnReadingControl, dispose, finalize, getCoordinateReferenceSystem, getCoordinateReferenceSystem, getDatasetLayout, getDatasetLayout, getDynamicParameters, getDynamicParameters, getFiles, getGridCoverageNames, getGroundControlPoints, getGroundControlPoints, getHighestRes, getImageLayout, getImageLayout, getMetadataNames, getMetadataNames, getMetadataValue, getMetadataValue, getOriginalEnvelope, getOriginalEnvelope, getOriginalGridRange, getOriginalGridRange, getOriginalGridToWorld, getOriginalGridToWorld, getOverviewGridEnvelope, getOverviewGridEnvelope, getPamDataset, getPamDataset, getReadingResolutions, getReadingResolutions, getRescaledRasterToModel, getResolution, getResolutionLevels, getResolutionLevels, getSibling, getSource, getSourceAsFile, read, setlayout, setLayout, setReadParams, setReadParamsMethods inherited from class Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GridCoverage2DReadergetCoordinateReferenceSystem, getCoordinateReferenceSystem, getDatasetLayout, getDatasetLayout, getDynamicParameters, getDynamicParameters, getImageLayout, getImageLayout, getInfo, getOriginalEnvelope, getOriginalEnvelope, getOriginalGridRange, getOriginalGridRange, getOriginalGridToWorld, getOriginalGridToWorld, getReadingResolutions, getReadingResolutions, getResolutionLevels, getResolutionLevels, read, readMethods inherited from interface GridCoverageReaderdispose, getGridCoverageCount, getGridCoverageNames, getMetadataNames, getMetadataNames, getMetadataValue, getMetadataValue, getSource
- 
Constructor Details- 
VRTReaderCreates a new instance of aVRTReader.- Parameters:
- input- Source object for which we want to build an- VRTReader.
- Throws:
- DataSourceException
 
- 
VRTReaderCreates a new instance of aVRTReader.- Parameters:
- input- Source object for which we want to build an- VRTReader.
- hints- Hints to be used by this reader throughout its life.
- Throws:
- DataSourceException
 
 
- 
- 
Method Details- 
getFormatDescription copied from interface:GridCoverageReaderReturns the format handled by thisGridCoverageReader.- Specified by:
- getFormatin interface- GridCoverageReader
 
 
-