Method Summary |
|
public boolean | accepts(Object input) Takes the input and determines if it is a class that we can understand
and then futher checks the format of the class to make sure we can
read/write to it.
Parameters: input - The object to check for acceptance. |
public GeoToolsWriteParams | getDefaultImageIOWriteParameters() Always returns null since for the moment there are no
GeoToolsWriteParams availaible for this format. |
public GridCoverageReader | getReader(Object source) Retrieves a
WorldImageReader in case the providede
source can be accepted as a valid source for a world
image. |
public GridCoverageReader | getReader(Object source, Hints hints) Retrieves a
WorldImageReader in case the providede
source can be accepted as a valid source for a world
image. |
public static Set | getWorldExtension(String fileExtension) Takes an image file extension (such as .gif, including the '.') and
returns it's corresponding world file extension (such as .gfw). |
public GridCoverageWriter | getWriter(Object destination) Call the accepts() method before asking for a writer to determine if the
current object is supported. |
public GridCoverageWriter | getWriter(Object destination, Hints hints) Call the accepts() method before asking for a writer to determine if the
current object is supported. |