public interface WCSDataParameters extends RemoteStoreParameters
Modifier and Type | Method and Description |
---|---|
String |
getCoverageName() |
String |
getDepth() |
Rectangle2D |
getExtent()
Gets the bounding box
|
Object |
getFormat()
Gets the format
|
int |
getHeight() |
Point2D |
getMaxResolution() |
Map<String,String> |
getOnlineResource()
Gets the online resource map
|
String |
getParameter() |
Object |
getSRSCode() |
Object |
getTime()
Gets the time information for the request
|
URI |
getURI() |
int |
getWidth() |
boolean |
isOverridingHost() |
void |
setCancellable(ICancellable cancel) |
void |
setCoverageName(String selectedCoverageName) |
void |
setDepth(String depth) |
void |
setExtent(Rectangle2D bBox)
Assigns the extent.
|
void |
setFormat(String format)
Sets the format
|
void |
setMaxResolution(Point2D maxRes) |
void |
setOnlineResources(Hashtable<String,String> onlineResources)
Sets the set of URLs that should be accessed for each operation performed
to the server.
|
void |
setOverrideHost(boolean over) |
void |
setParameter(String parameterString) |
void |
setSRS(String srs) |
void |
setTime(String time)
Sets the time information for the request
|
void |
setURI(URI uri) |
clone, deleteCache, getAlphaBand, getFrame, isDeletingCache, isSizeFixed, setAlphaBand, setFrame, setHeight, setWidth
getDataStoreName, getDescription, isValid
clear, getCopy, validate
loadFromState, saveToState
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
Object getTime()
void setTime(String time)
time
- Object getFormat()
void setFormat(String format)
format
- Formato.Object getSRSCode()
URI getURI()
String getCoverageName()
Point2D getMaxResolution()
String getParameter()
Rectangle2D getExtent()
int getWidth()
int getHeight()
boolean isOverridingHost()
Map<String,String> getOnlineResource()
onlineResources
- String getDepth()
void setCancellable(ICancellable cancel)
void setOverrideHost(boolean over)
void setExtent(Rectangle2D bBox)
bBox
- void setURI(URI uri)
void setSRS(String srs)
void setCoverageName(String selectedCoverageName)
void setParameter(String parameterString)
void setMaxResolution(Point2D maxRes)
void setOnlineResources(Hashtable<String,String> onlineResources)
onlineResources
- void setDepth(String depth)