Uses of Interface
org.geotools.data.coverage.grid.Format

Packages that use Format
org.geotools.data.coverage.grid This package contains the support classes necessary to implement a GridCoverageExchange and the data formats, such as ArcGrid or Geotiff.  
 

Uses of Format in org.geotools.data.coverage.grid
 

Methods in org.geotools.data.coverage.grid that return Format
 Format GridCoverageWriter.getFormat()
          Deprecated. Returns the format handled by this GridCoverageWriter.
 Format GridCoverageReader.getFormat()
          Deprecated. Returns the format handled by this GridCoverageReader.
 Format[] GridCoverageExchange.getFormats()
          Retrieve information on file formats or resources available with the GridCoverageExchange implementation.
 

Methods in org.geotools.data.coverage.grid with parameters of type Format
 boolean Format.equals(Format f)
          Deprecated.  
 GridCoverageWriter GridCoverageExchange.getWriter(java.lang.Object destination, Format format)
          Returns a GridCoverageWriter that can write the specified format.
 



Copyright © GeoTools. All Rights Reserved.