Method Summary |
|
public boolean | accepts(Object o) |
public GeoToolsWriteParams | getDefaultImageIOWriteParameters() Always returns null since for the moment there are no
GeoToolsWriteParams availaible for this format. |
public GridCoverageReader | getReader(Object o) Returns a reader object which you can use to read GridCoverages from a
given source
Parameters: o - the the source object. |
public GridCoverageReader | getReader(Object o, Hints hints) Returns a reader object which you can use to read GridCoverages from a
given source
Parameters: o - the the source object. |
public GridCoverageWriter | getWriter(Object destination) Returns a writer object which you can use to write GridCoverages to a
given destination. |
public GridCoverageWriter | getWriter(Object destination, Hints hints) Returns a writer object which you can use to write GridCoverages to a
given destination. |