org.geotools.gce.gtopo30
Class GTopo30Writer
Object
AbstractGridCoverageWriter
GTopo30Writer
- All Implemented Interfaces:
- GridCoverageWriter
public final class GTopo30Writer
- extends AbstractGridCoverageWriter
- implements GridCoverageWriter
Class used for encoding a GridCoverage2D
into a GTOPO30 file.
- Author:
- Simone Giannecchini, jeichar, mkraemer
- Module:
Methods inherited from interface GridCoverageWriter |
dispose, getDestination, getMetadataNames, setCurrentSubname, setMetadataValue |
GTopo30Writer
public GTopo30Writer(Object dest)
throws DataSourceException
- Creates a
GTopo30Writer
.
- Parameters:
dest
- The destination object can be a File
(a directory
actually), an URL
to a directory, or a String
representing a directory or an URL
to a directory.
- Throws:
DataSourceException
GTopo30Writer
public GTopo30Writer(Object dest,
Hints hints)
throws DataSourceException
- Creates a
GTopo30Writer
.
- Parameters:
dest
- The destination object can be a File (a directory actually),
an URL to a directory, or a String representing a directory or
an URL to a directory.
- Throws:
DataSourceException
getFormat
public Format getFormat()
- Specified by:
getFormat
in interface GridCoverageWriter
- See Also:
GridCoverageWriter.getFormat()
write
public void write(GridCoverage coverage,
GeneralParameterValue[] params)
throws IllegalArgumentException,
IOException
- Specified by:
write
in interface GridCoverageWriter
- Throws:
IllegalArgumentException
IOException
- See Also:
GridCoverageWriter.write(org.opengis.coverage.grid.GridCoverage,
org.opengis.parameter.GeneralParameterValue[])
Copyright © 1996-2010 Geotools. All Rights Reserved.