public final class WorldImageWriter extends AbstractGridCoverageWriter implements GridCoverageWriter
destination, hints, outStream
Constructor and Description |
---|
WorldImageWriter(Object destination)
Destination must be a File.
|
WorldImageWriter(Object destination,
Hints hints)
Destination must be a File.
|
Modifier and Type | Method and Description |
---|---|
Format |
getFormat()
(non-Javadoc)
|
void |
write(GridCoverage coverage,
GeneralParameterValue[] parameters)
Takes a GridCoverage and writes the image to the destination file.
|
dispose, finalize, getDestination, getMetadataNames, setCurrentSubname, setMetadataValue
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getDestination, getMetadataNames, setCurrentSubname, setMetadataValue
public WorldImageWriter(Object destination)
destination
- public Format getFormat()
getFormat
in interface GridCoverageWriter
GridCoverageWriter.getFormat()
public void write(GridCoverage coverage, GeneralParameterValue[] parameters) throws IllegalArgumentException, IOException
write
in interface GridCoverageWriter
coverage
- the GridCoverage to write.parameters
- no parameters are accepted. Currently ignored.IllegalArgumentException
- DOCUMENT ME!IOException
- DOCUMENT ME!org.opengis.coverage.grid.GridCoverageWriter#write(org.geotools.gc.GridCoverage,
org.opengis.parameter.GeneralParameterValue[])
Copyright © 1996–2019 Geotools. All rights reserved.