|
||||||||||
| 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 |
|---|
| Constructor Summary | |
|---|---|
GTopo30Format()
Creates an instance and sets the metadata. |
|
| Method Summary | |
|---|---|
boolean |
accepts(Object o,
Hints hints)
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 |
|---|
accepts, 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 AbstractGridFormato - 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 AbstractGridFormatdestination - The destination object
public GridCoverageWriter getWriter(Object destination,
Hints hints)
getWriter in class AbstractGridFormatdestination - The destination objecthints - Hints to control the internal machinery.
DataSourceException
public boolean accepts(Object o,
Hints hints)
accepts in class AbstractGridFormato - 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)hints - Hints to control the accepts internal machinery.
public GTopo30Reader getReader(Object o,
Hints hints)
getReader in class AbstractGridFormato - 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 | |||||||||