|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractGridFormat
GTopo30Format
public final class GTopo30Format
Provides basic information about the GTOPO30 format IO.
Field Summary |
---|
Fields inherited from class AbstractGridFormat |
---|
GEOTOOLS_WRITE_PARAMS, mInfo, OVERVIEW_POLICY, READ_GRIDGEOMETRY2D, readParameters, USE_JAI_IMAGEREAD, writeParameters |
Constructor Summary | |
---|---|
GTopo30Format()
Creates an instance and sets the metadata. |
Method Summary | |
---|---|
boolean |
accepts(Object o)
Checks if the GTopo30DataSource supports a given file |
GeoToolsWriteParams |
getDefaultImageIOWriteParameters()
Always returns null since for the moment there are no GeoToolsWriteParams availaible for this format. |
GTopo30Reader |
getReader(Object o)
Returns a reader object which you can use to read GridCoverages from a given source |
GTopo30Reader |
getReader(Object o,
Hints hints)
Returns a reader object which you can use to read GridCoverages from a given source |
GridCoverageWriter |
getWriter(Object destination)
Returns a writer object which you can use to write GridCoverages to a given destination. |
GridCoverageWriter |
getWriter(Object destination,
Hints hints)
Returns a writer object which you can use to write GridCoverages to a given destination. |
Methods inherited from class AbstractGridFormat |
---|
equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Format |
---|
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Constructor Detail |
---|
public GTopo30Format()
Method Detail |
---|
public GTopo30Reader getReader(Object o)
getReader
in class AbstractGridFormat
o
- the the source object. This can be a File, an URL or a String
(representing a filename or an URL)
public GridCoverageWriter getWriter(Object destination)
getWriter
in class AbstractGridFormat
destination
- The destination object
public GridCoverageWriter getWriter(Object destination, Hints hints)
destination
- The destination object
DataSourceException
public boolean accepts(Object o)
accepts
in class AbstractGridFormat
o
- the source object to test for compatibility with this format.
This can be a File, an URL or a String (representing a
filename or an URL)
public GTopo30Reader getReader(Object o, Hints hints)
getReader
in class AbstractGridFormat
o
- the the source object. This can be a File, an URL or a String
(representing a filename or an URL)hints
- The Hints
to use when trying to instantiate this
reader.
public GeoToolsWriteParams getDefaultImageIOWriteParameters()
GeoToolsWriteParams
availaible for this format.
getDefaultImageIOWriteParameters
in class AbstractGridFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |