Method Summary |
|
public boolean | accepts(Object o) Currently, we only accept files, and we open the file to verify that it
has a GeoKeyDirectory tag. |
public GeoToolsWriteParams | getDefaultImageIOWriteParameters() Returns an instance of
GeoTiffWriteParams for controlling an
hypothetic writing process. |
public GridCoverageReader | getReader(Object source) If source is a file, this will return a reader object. |
public GridCoverageReader | getReader(Object source, Hints hints) If source is a file, this will return a reader object.
This file does not use hints in the construction of the geotiff reader.
Parameters: source - must be a GeoTiff File Parameters: hints - Hints to pass the hypothetic GridCoverageReader tocontrol its behaviour. |
public GridCoverageWriter | getWriter(Object destination, Hints hints) Retrieves a
GeoTiffWriter or null if the provided
destination is suitable.
This file does not use hints in the construction of the geotiff reader.
Parameters: destination - must be a GeoTiff File Parameters: hints - Hints to pass the hypothetic GridCoverageReader tocontrol its behaviour. |
public GridCoverageWriter | getWriter(Object destination) Retrieves a
GeoTiffWriter or null if the provided
destination is suitable. |