| |
|
| java.lang.Object org.geotools.data.coverage.grid.AbstractGridCoverageWriter
destination | protected Object destination(Code) | | the destination object where we will do the writing
|
hints | protected Hints hints(Code) | | Hints to be used for the writing process.
|
getDestination | final public Object getDestination()(Code) | | (non-Javadoc)
See Also: org.opengis.coverage.grid.GridCoverageWriter.getDestination |
getMetadataNames | public String[] getMetadataNames()(Code) | | Implementation of getMetadataNames. Currently unimplemented because it
has not been specified where to retrieve the metadata
null See Also: org.opengis.coverage.grid.GridCoverageWriter.getMetadataNames |
setCurrentSubname | public void setCurrentSubname(String name) throws IOException(Code) | | See Also: org.opengis.coverage.grid.GridCoverageWriter.setCurrentSubname(java.lang.String) |
setMetadataValue | public void setMetadataValue(String name, String value) throws IOException, MetadataNameNotFoundException(Code) | | See Also: org.opengis.coverage.grid.GridCoverageWriter.setMetadataValue(java.lang.Stringjava.lang.String) |
|
|
|