|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.coverage.grid.io.AbstractGridCoverageWriter
public abstract class AbstractGridCoverageWriter
An AbstractGridCoverageWriter
is the base class for all
GridCoverageWriter
implementations in GeoTools toolkit.
We expect it to become the place where to move functionalities common to all
GridCoverageWriter
.
Field Summary | |
---|---|
protected java.lang.Object |
destination
the destination object where we will do the writing |
protected Hints |
hints
Hints to be used for the writing process. |
protected javax.imageio.stream.ImageOutputStream |
outStream
The destination ImageOutputStream . |
Constructor Summary | |
---|---|
AbstractGridCoverageWriter()
Default constructor for an AbstractGridCoverageWriter . |
Method Summary | |
---|---|
void |
dispose()
Releases resources held by this AbstractGridCoverageWriter . |
protected void |
finalize()
Forcing the disposal of this AbstractGridCoverageWriter which may
keep a reference to an open ImageOutputStream |
java.lang.Object |
getDestination()
(non-Javadoc) |
java.lang.String[] |
getMetadataNames()
Implementation of getMetadataNames. |
void |
setCurrentSubname(java.lang.String name)
|
void |
setMetadataValue(java.lang.String name,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengis.coverage.grid.GridCoverageWriter |
---|
getFormat, write |
Field Detail |
---|
protected java.lang.Object destination
protected Hints hints
protected javax.imageio.stream.ImageOutputStream outStream
ImageOutputStream
.
Constructor Detail |
---|
public AbstractGridCoverageWriter()
AbstractGridCoverageWriter
.
Method Detail |
---|
public void dispose()
AbstractGridCoverageWriter
.
dispose
in interface org.opengis.coverage.grid.GridCoverageWriter
public java.lang.Object getDestination()
getDestination
in interface org.opengis.coverage.grid.GridCoverageWriter
GridCoverageWriter.getDestination()
public java.lang.String[] getMetadataNames()
getMetadataNames
in interface org.opengis.coverage.grid.GridCoverageWriter
GridCoverageWriter.getMetadataNames()
public void setCurrentSubname(java.lang.String name) throws java.io.IOException
setCurrentSubname
in interface org.opengis.coverage.grid.GridCoverageWriter
java.io.IOException
GridCoverageWriter.setCurrentSubname(java.lang.String)
public void setMetadataValue(java.lang.String name, java.lang.String value) throws java.io.IOException
setMetadataValue
in interface org.opengis.coverage.grid.GridCoverageWriter
java.io.IOException
GridCoverageWriter.setMetadataValue(java.lang.String,
java.lang.String)
protected void finalize() throws java.lang.Throwable
AbstractGridCoverageWriter
which may
keep a reference to an open ImageOutputStream
finalize
in class java.lang.Object
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |