|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.coverage.grid.io.AbstractGridFormat
org.geotools.coverageio.gdal.BaseGDALGridFormat
org.geotools.coverageio.gdal.mrsid.MrSIDFormat
public final class MrSIDFormat
An implementation of Format
for the MrSID format.
Field Summary |
---|
Fields inherited from class org.geotools.coverageio.gdal.BaseGDALGridFormat |
---|
SUGGESTED_TILE_SIZE, TILE_SIZE_SEPARATOR, USE_MULTITHREADING |
Fields inherited from class org.geotools.coverage.grid.io.AbstractGridFormat |
---|
GEOTOOLS_WRITE_PARAMS, mInfo, OVERVIEW_POLICY, READ_GRIDGEOMETRY2D, readParameters, USE_JAI_IMAGEREAD, writeParameters |
Constructor Summary | |
---|---|
MrSIDFormat()
Creates an instance and sets the metadata. |
Method Summary | |
---|---|
MrSIDReader |
getReader(java.lang.Object source,
Hints hints)
Gets a GridCoverageReader for this format able to create
coverages out of the source object using the provided
hints . |
protected void |
setInfo()
Sets the metadata information. |
Methods inherited from class org.geotools.coverageio.gdal.BaseGDALGridFormat |
---|
accepts, getDefaultImageIOWriteParameters, getDefaultParameterGroup, getReader, getWriter, getWriter |
Methods inherited from class org.geotools.coverage.grid.io.AbstractGridFormat |
---|
equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengis.coverage.grid.Format |
---|
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Constructor Detail |
---|
public MrSIDFormat()
Method Detail |
---|
protected void setInfo()
setInfo
in class BaseGDALGridFormat
public MrSIDReader getReader(java.lang.Object source, Hints hints)
AbstractGridFormat
GridCoverageReader
for this format able to create
coverages out of the source
object using the provided
hints
.
In case this Format
cannot reader the provided
source
object null
is returned.
getReader
in class AbstractGridFormat
source
- The source object to parse. *hints
- The Hints
to use when trying to instantiate this
reader.
Format
or null.org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object, Hints)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |