org.geotools.gce.geotiff
Class GeoTiffWriter
java.lang.Object
org.geotools.gce.geotiff.GeoTiffWriter
- All Implemented Interfaces:
- org.opengis.coverage.grid.GridCoverageWriter
- public class GeoTiffWriter
- extends java.lang.Object
- implements org.opengis.coverage.grid.GridCoverageWriter
DOCUMENT ME!
- Author:
- giannecchini TODO To change the template for this generated type
comment go to Window - Preferences - Java - Code Style - Code
Templates
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoTiffWriter
public GeoTiffWriter(java.lang.Object destination)
throws java.io.IOException
- DOCUMENT ME!
- Parameters:
destination
-
- Throws:
java.io.IOException
GeoTiffWriter
public GeoTiffWriter()
getFormat
public org.opengis.coverage.grid.Format getFormat()
- Specified by:
getFormat
in interface org.opengis.coverage.grid.GridCoverageWriter
getDestination
public java.lang.Object getDestination()
- Specified by:
getDestination
in interface org.opengis.coverage.grid.GridCoverageWriter
getMetadataNames
public java.lang.String[] getMetadataNames()
- Specified by:
getMetadataNames
in interface org.opengis.coverage.grid.GridCoverageWriter
setMetadataValue
public void setMetadataValue(java.lang.String arg0,
java.lang.String arg1)
throws java.io.IOException,
org.opengis.coverage.MetadataNameNotFoundException
- Specified by:
setMetadataValue
in interface org.opengis.coverage.grid.GridCoverageWriter
- Throws:
java.io.IOException
org.opengis.coverage.MetadataNameNotFoundException
setCurrentSubname
public void setCurrentSubname(java.lang.String arg0)
throws java.io.IOException
- Specified by:
setCurrentSubname
in interface org.opengis.coverage.grid.GridCoverageWriter
- Throws:
java.io.IOException
write
public void write(org.opengis.coverage.grid.GridCoverage gc,
org.opengis.parameter.GeneralParameterValue[] arg1)
throws java.lang.IllegalArgumentException,
java.io.IOException
- Specified by:
write
in interface org.opengis.coverage.grid.GridCoverageWriter
- Throws:
java.lang.IllegalArgumentException
java.io.IOException
dispose
public void dispose()
throws java.io.IOException
- Specified by:
dispose
in interface org.opengis.coverage.grid.GridCoverageWriter
- Throws:
java.io.IOException
Copyright © GeoTools. All Rights Reserved.