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, setMetadataValueclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispose, getDestination, getMetadataNames, setCurrentSubname, setMetadataValuepublic WorldImageWriter(Object destination)
destination - public Format getFormat()
getFormat in interface GridCoverageWriterGridCoverageWriter.getFormat()public void write(GridCoverage coverage, GeneralParameterValue[] parameters) throws IllegalArgumentException, IOException
write in interface GridCoverageWritercoverage - 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.