Package org.geotools.coverage.io
Class CoverageUpdateRequest
- Object
- 
- CoverageRequest
- 
- CoverageUpdateRequest
 
 
- 
 public class CoverageUpdateRequest extends CoverageRequest - Author:
- Simone Giannecchini, GeoSolutions
 
- 
- 
Constructor SummaryConstructors Constructor Description CoverageUpdateRequest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Coverage>getData()Map<String,String>getMetadata()String[]getMetadataNames()StringgetMetadataValue(String arg0)voidsetData(Collection<? extends Coverage> data)voidsetMetadata(Map<String,String> metadata)- 
Methods inherited from class CoverageRequestgetAdditionalParameters, getHandle, getHints, getName, setAdditionalParameters, setHandle, setHints, setName
 
- 
 
- 
- 
- 
Method Detail- 
getMetadataNamespublic String[] getMetadataNames() throws IOException - Throws:
- IOException
- See Also:
- getMetadataNames()
 
 - 
getMetadataValuepublic String getMetadataValue(String arg0) throws IOException - Throws:
- IOException
- See Also:
- getMetadataValue(java.lang.String)
 
 - 
setMetadatapublic void setMetadata(Map<String,String> metadata) throws IOException - Throws:
- IOException
- See Also:
- setMetadata(java.util.Map)
 
 - 
getMetadatapublic Map<String,String> getMetadata() throws IOException - Throws:
- IOException
- See Also:
- getMetadata()
 
 - 
setDatapublic void setData(Collection<? extends Coverage> data) - See Also:
- setData(java.util.Collection)
 
 - 
getDatapublic Collection<? extends Coverage> getData() - See Also:
- getData()
 
 
- 
 
-