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