|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.coverage.grid.AbstractGridFormat org.geotools.gce.gtopo30.GTopo30Format
Provides basic information about the GeoTIFF format IO.
Field Summary |
Fields inherited from class org.geotools.data.coverage.grid.AbstractGridFormat |
CRSAuthorityfactoriesMap, mInfo, readParameters, writeParameters |
Constructor Summary | |
GTopo30Format()
Creates an instance and sets the metadata. |
Method Summary | |
boolean |
accepts(java.lang.Object o)
Checks if the GTopo30DataSource supports a given file |
org.opengis.coverage.grid.GridCoverageReader |
getReader(java.lang.Object o)
Returns a reader object which you can use to read GridCoverages from a given source |
org.opengis.coverage.grid.GridCoverageWriter |
getWriter(java.lang.Object destination)
Returns a writer object which you can use to write GridCoverages to a given destination. |
Methods inherited from class org.geotools.data.coverage.grid.AbstractGridFormat |
addAuthorityFactory, equals, getAuthorityfactory, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengis.coverage.grid.Format |
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Constructor Detail |
public GTopo30Format()
Method Detail |
public org.opengis.coverage.grid.GridCoverageReader getReader(java.lang.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 org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination)
getWriter
in class AbstractGridFormat
destination
- The destination object
public boolean accepts(java.lang.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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |