org.geotools.data.gtopo30
Class GTopo30Format

java.lang.Object
  extended byorg.geotools.data.coverage.grid.AbstractGridFormat
      extended byorg.geotools.data.gtopo30.GTopo30Format
All Implemented Interfaces:
org.opengis.coverage.grid.Format

public class GTopo30Format
extends AbstractGridFormat
implements org.opengis.coverage.grid.Format

DOCUMENT ME!

Author:
giannecchini TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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 input)
           
 org.opengis.coverage.grid.GridCoverageReader getReader(java.lang.Object source)
           
 org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object 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

GTopo30Format

public GTopo30Format()
Creates an instance and sets the metadata.

Method Detail

getReader

public org.opengis.coverage.grid.GridCoverageReader getReader(java.lang.Object source)
Specified by:
getReader in class AbstractGridFormat

getWriter

public org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination)
Specified by:
getWriter in class AbstractGridFormat

accepts

public boolean accepts(java.lang.Object input)
Specified by:
accepts in class AbstractGridFormat


Copyright © GeoTools. All Rights Reserved.