org.geotools.coverageio.gdal.aig
Class AIGReader
Object
AbstractGridCoverage2DReader
BaseGridCoverage2DReader
BaseGDALGridCoverage2DReader
AIGReader
- All Implemented Interfaces:
- GridCoverageReader
public final class AIGReader
- extends BaseGDALGridCoverage2DReader
- implements GridCoverageReader
This class can read a AIG data source and create a GridCoverage2D
from the data.
- Since:
- 2.5.x
- Author:
- Andrea Antonello (www.hydrologis.com), Daniele Romagnoli, GeoSolutions., Simone Giannecchini (simboss), GeoSolutions
| Fields inherited from class AbstractGridCoverage2DReader |
closeMe, coverageFactory, crs, ELEVATION_DOMAIN, ELEVATION_DOMAIN_MAXIMUM, ELEVATION_DOMAIN_MINIMUM, ELEVATION_DOMAIN_RESOLUTION, EPS, FILE_SOURCE_PROPERTY, gzipped, HAS_ELEVATION_DOMAIN, HAS_TIME_DOMAIN, highestRes, hints, inStream, inStreamSPI, numOverviews, originalEnvelope, originalGridRange, overViewResolutions, raster2Model, source, TIME_DOMAIN, TIME_DOMAIN_MAXIMUM, TIME_DOMAIN_MINIMUM, TIME_DOMAIN_RESOLUTION |
|
Method Summary |
Format |
getFormat()
Returns the format handled by this GridCoverageReader. |
| Methods inherited from class AbstractGridCoverage2DReader |
createImageCoverage, createImageCoverage, decimationOnReadingControl, dispose, finalize, getCrs, getCurrentSubname, getMetadataNames, getMetadataValue, getOriginalEnvelope, getOriginalGridRange, getOriginalGridToWorld, getReadingResolutions, getResolution, getSource, listSubNames, setReadParams, skip |
AIGReader
public AIGReader(Object input)
throws DataSourceException
- Creates a new instance of a
AIGReader. I assume nothing about
file extension.
- Parameters:
input - Source object for which we want to build an
AIGReader.
- Throws:
DataSourceException
AIGReader
public AIGReader(Object input,
Hints hints)
throws DataSourceException
- Creates a new instance of a
AIGReader. I assume nothing about
file extension.
- Parameters:
input - Source object for which we want to build an
AIGReader.hints - Hints to be used by this reader throughout his life.
- Throws:
DataSourceException
getFormat
public Format getFormat()
- Description copied from interface:
GridCoverageReader
- Returns the format handled by this
GridCoverageReader.
- Specified by:
getFormat in interface GridCoverageReader
- See Also:
GridCoverageReader.getFormat()
Copyright © 1996-2013 Geotools. All Rights Reserved.