|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractGridCoverage2DReader
BaseGridCoverage2DReader
BaseGDALGridCoverage2DReader
JP2KReader
public final class JP2KReader
This class can read a JP2K data source and create a GridCoverage2D
from the data.
Field Summary |
---|
Fields inherited from class AbstractGridCoverage2DReader |
---|
closeMe, coverageFactory, crs, demColors, EPS, gzipped, highestRes, hints, inStream, numOverviews, originalEnvelope, originalGridRange, overViewResolutions, raster2Model, source |
Constructor Summary | |
---|---|
JP2KReader(Object input)
Creates a new instance of a JP2KReader . |
|
JP2KReader(Object input,
Hints hints)
Creates a new instance of a JP2KReader basing the decision on
whether the file is compressed or not. |
Method Summary | |
---|---|
Format |
getFormat()
|
Methods inherited from class BaseGDALGridCoverage2DReader |
---|
setCoverageProperties |
Methods inherited from class Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface GridCoverageReader |
---|
dispose, getCurrentSubname, getMetadataNames, getMetadataValue, getSource, hasMoreGridCoverages, listSubNames, read, skip |
Constructor Detail |
---|
public JP2KReader(Object input) throws DataSourceException
JP2KReader
. I assume nothing about
file extension.
input
- Source object for which we want to build an JP2KReader.
DataSourceException
public JP2KReader(Object input, Hints hints) throws DataSourceException
JP2KReader
basing the decision on
whether the file is compressed or not. I assume nothing about file
extension.
input
- Source object for which we want to build an JP2KReader
.hints
- Hints to be used by this reader throughout his life.
DataSourceException
Method Detail |
---|
public Format getFormat()
getFormat
in interface GridCoverageReader
GridCoverageReader.getFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |