getReader(Object source) Retrieves a reader for this source object in case the provided source can
be read using this plugin.
public GridCoverageReader
getReader(Object source, Hints hints) Retrieves a reader for this source object in case the provided source can
be read using this plugin.
Parameters: source - Object Parameters: hints - Hints to control the reader behaviour.
Throw an exception since this plugin is readonly.
nothing.
getReader
public GridCoverageReader getReader(Object source)(Code)
Retrieves a reader for this source object in case the provided source can
be read using this plugin.
Parameters: source - Object An ImagePyramidReader if the provided object can be readusing this plugin or null.
getReader
public GridCoverageReader getReader(Object source, Hints hints)(Code)
Retrieves a reader for this source object in case the provided source can
be read using this plugin.
Parameters: source - Object Parameters: hints - Hints to control the reader behaviour. An ImagePyramidReader if the provided object can be readusing this plugin or null.
getWriter
public GridCoverageWriter getWriter(Object destination)(Code)