|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractGridCoverageWriter
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 Object |
destination
the destination object where we will do the writing |
protected Hints |
hints
Hints to be used for the writing process. |
protected ImageOutputStream |
outStream
The destination ImageOutputStream. |
| Constructor Summary | |
|---|---|
AbstractGridCoverageWriter()
Default constructor for an AbstractGridCoverageWriter. |
|
| Method Summary | |
|---|---|
void |
dispose()
Releases resources held by this AbstractGridCoverageWriter. |
Object |
getDestination()
(non-Javadoc) |
String[] |
getMetadataNames()
Implementation of getMetadataNames. |
void |
setCurrentSubname(String name)
|
void |
setMetadataValue(String name,
String value)
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface GridCoverageWriter |
|---|
getFormat, write |
| Field Detail |
|---|
protected Object destination
protected Hints hints
protected ImageOutputStream outStream
ImageOutputStream.
| Constructor Detail |
|---|
public AbstractGridCoverageWriter()
AbstractGridCoverageWriter.
| Method Detail |
|---|
public void dispose()
AbstractGridCoverageWriter.
dispose in interface GridCoverageWriterpublic final Object getDestination()
getDestination in interface GridCoverageWriterGridCoverageWriter.getDestination()public String[] getMetadataNames()
getMetadataNames in interface GridCoverageWriterGridCoverageWriter.getMetadataNames()
public void setCurrentSubname(String name)
throws IOException
setCurrentSubname in interface GridCoverageWriterIOExceptionGridCoverageWriter.setCurrentSubname(java.lang.String)
public void setMetadataValue(String name,
String value)
throws IOException,
MetadataNameNotFoundException
setMetadataValue in interface GridCoverageWriterIOException
MetadataNameNotFoundExceptionGridCoverageWriter.setMetadataValue(java.lang.String,
java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||