|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.coverage.grid.io.AbstractGridCoverage2DReader
org.geotools.coverageio.BaseGridCoverage2DReader
org.geotools.coverageio.gdal.BaseGDALGridCoverage2DReader
org.geotools.coverageio.gdal.erdasimg.ErdasImgReader
public final class ErdasImgReader
This class can read a ERDAS Imagine data source and create a GridCoverage2D
from the data.
Field Summary |
---|
Fields inherited from class org.geotools.coverageio.gdal.BaseGDALGridCoverage2DReader |
---|
DEFAULT_WORLDFILE_EXT |
Fields inherited from class org.geotools.coverage.grid.io.AbstractGridCoverage2DReader |
---|
closeMe, coverageFactory, crs, demColors, EPS, gzipped, highestRes, hints, inStream, numOverviews, originalEnvelope, originalGridRange, overViewResolutions, raster2Model, source |
Constructor Summary | |
---|---|
ErdasImgReader(java.lang.Object input)
Creates a new instance of a ErdasImgReader . |
|
ErdasImgReader(java.lang.Object input,
Hints hints)
Creates a new instance of a ErdasImgReader . |
Method Summary | |
---|---|
org.opengis.coverage.grid.Format |
getFormat()
|
Methods inherited from class org.geotools.coverageio.gdal.BaseGDALGridCoverage2DReader |
---|
setCoverageProperties |
Methods inherited from class org.geotools.coverageio.BaseGridCoverage2DReader |
---|
getCoverageCRS, getCoverageEnvelope, getCoverageGridRange, getCoverageName, getGridCoverageCount, getInfo, getInfo, getInputFile, hasMoreGridCoverages, parsePRJFile, parseWorldFile, read, setCoverageCRS, setCoverageEnvelope, setCoverageGridRange |
Methods inherited from class org.geotools.coverage.grid.io.AbstractGridCoverage2DReader |
---|
createImageCoverage, createImageCoverage, decimationOnReadingControl, dispose, finalize, getCrs, getCurrentSubname, getMetadataNames, getMetadataValue, getOriginalEnvelope, getOriginalGridRange, getOriginalGridToWorld, getResolution, getSource, listSubNames, setReadParams, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengis.coverage.grid.GridCoverageReader |
---|
dispose, getCurrentSubname, getMetadataNames, getMetadataValue, getSource, hasMoreGridCoverages, listSubNames, read, skip |
Constructor Detail |
---|
public ErdasImgReader(java.lang.Object input) throws DataSourceException
ErdasImgReader
. I assume nothing about
file extension.
input
- Source object for which we want to build an ErdasImgReader
.
DataSourceException
public ErdasImgReader(java.lang.Object input, Hints hints) throws DataSourceException
ErdasImgReader
. I assume nothing about
file extension.
input
- Source object for which we want to build an ErdasImgReader
.hints
- Hints to be used by this reader throughout his life.
DataSourceException
Method Detail |
---|
public org.opengis.coverage.grid.Format getFormat()
getFormat
in interface org.opengis.coverage.grid.GridCoverageReader
GridCoverageReader.getFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |