public interface RemoteStoreParameters extends DataStoreParameters
CRS_PARAMTER_NAME| Modifier and Type | Method and Description |
|---|---|
RemoteStoreParameters |
clone()
Clones this RemoteStoreParameters
|
void |
deleteCache(boolean deleteCache)
Sets the flag to delete cache
|
int |
getAlphaBand()
Gets the alpha band
|
int |
getFrame()
Gets the frame width
|
boolean |
isDeletingCache()
Gets true if the cache is going to be deleted
|
boolean |
isSizeFixed()
Returns true if the service has limits and false if doesn't
|
void |
setAlphaBand(int alphaBand)
Sets the number of alpha band
|
void |
setFrame(int frame)
Sets the frame width
|
void |
setHeight(int h)
Sets the height
When a provider is initialized this will need to know what is the height before the request.
|
void |
setWidth(int w)
Sets the width
When a provider is initialized this will need to know what is the width before the request.
|
getDataStoreName, getDescription, getProviderName, getSourceId, isTheSameStore, isValidclear, getCopy, toByteArray, toString, validateloadFromState, saveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsonvoid setAlphaBand(int alphaBand)
alphaBand - void setFrame(int frame)
frame - int getAlphaBand()
int getFrame()
boolean isSizeFixed()
void setWidth(int w)
w - void setHeight(int h)
h - void deleteCache(boolean deleteCache)
deleteCache - boolean isDeletingCache()
RemoteStoreParameters clone()