public class WCSDataParametersImpl extends AbstractRasterDataParameters implements WCSDataParameters
| Modifier and Type | Field and Description |
|---|---|
protected static DynClass |
DYNCLASS |
PERSISTENT_DESCRIPTION, PERSISTENT_NAMEDONT_CHANGE_PROJECTION, FIELD_CRS, FIELD_RMF_FOLDER, FIELD_URI, NEW_PROJETION_TO_THE_LAYER, NOT_LOAD, ON_THE_FLY, REPROJECT_DATA, REPROJECT_VIEW| Constructor and Description |
|---|
WCSDataParametersImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignFields(RasterDataParameters par,
RasterDataServerExplorer explorer)
Assigns field from a data parameters to other
|
WCSDataParametersImpl |
clone()
Clones this RemoteStoreParameters
|
void |
deleteCache(boolean deleteCache)
Sets the flag to delete cache
|
ICancellable |
getCancellable() |
String |
getCoverageName() |
String |
getDataStoreName()
Returns the DataStore's name
|
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
String |
getDepth() |
String |
getDescription()
Returns the DataStore's description
|
String |
getExplorerName() |
Rectangle2D |
getExtent()
Gets the bounding box
|
String |
getFormat()
Gets the format
|
int |
getHeight()
Gets the height
|
Point2D |
getMaxResolution() |
Map<String,String> |
getOnlineResource()
Gets the online resource map
|
String |
getOnlineResource(String operation)
Gets the URL that should be accessed for an operation performed
to the server.
|
String |
getParameter() |
String |
getSRSCode()
Devuelve el SRS.
|
String |
getTime()
Gets the time information for the request
|
int |
getWidth()
Gets the width
|
protected void |
initialize() |
boolean |
isDeletingCache()
Gets true if the cache is going to be deleted
|
boolean |
isOverridingHost() |
boolean |
isSizeFixed()
Returns true if the service has limits and false if doesn't
|
boolean |
isValid()
Indicates whether these parameters are valid.
|
static DynStruct |
registerDynClass() |
void |
setCancellable(ICancellable cancel) |
void |
setCoverageName(String name) |
void |
setDepth(String depth) |
void |
setExtent(Rectangle2D bBox)
Assigns the extent.
|
void |
setFormat(String format)
Sets the format
|
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 |
setMaxResolution(Point2D res) |
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 parameter) |
void |
setSRS(String m_srs)
Inserta el SRS.
|
void |
setSRSID(String srsid) |
void |
setTime(String time)
Sets the time information for 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.
|
getAlphaBand, getFrame, getReprojectionOption, getRMFFolder, getSRS, getSRSID, getURI, isSourceTiled, isVisible, registerDynClass, setAlphaBand, setFrame, setReprojectionOption, setRMFFolder, setSRS, setURI, setVisibleclear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, loadFromState, saveToState, setDynValue, toString, validateequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetURI, setURIgetAlphaBand, getFrame, setAlphaBand, setFrameclear, getCopy, validateloadFromState, saveToStatedelegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValueprotected static DynClass DYNCLASS
protected void initialize()
public static DynStruct registerDynClass()
public void setMaxResolution(Point2D res)
setMaxResolution in interface WCSDataParameterspublic Point2D getMaxResolution()
getMaxResolution in interface WCSDataParameterspublic void setParameter(String parameter)
setParameter in interface WCSDataParameterspublic String getParameter()
getParameter in interface WCSDataParameterspublic String getFormat()
WCSDataParametersgetFormat in interface WCSDataParameterspublic void setFormat(String format)
WCSDataParameterssetFormat in interface WCSDataParametersformat - Formato.public String getSRSCode()
getSRSCode in interface WCSDataParameterspublic void setSRS(String m_srs)
setSRS in interface WCSDataParametersm_srs - SRS.public void setSRSID(String srsid)
setSRSID in interface RasterDataParameterssetSRSID in class AbstractRasterDataParameterspublic String getCoverageName()
getCoverageName in interface WCSDataParameterspublic void setCoverageName(String name)
setCoverageName in interface WCSDataParameterspublic void setCancellable(ICancellable cancel)
setCancellable in interface WCSDataParameterspublic ICancellable getCancellable()
public void setExtent(Rectangle2D bBox)
WCSDataParameterssetExtent in interface WCSDataParameterspublic void setWidth(int w)
RemoteStoreParameterssetWidth in interface RemoteStoreParameterspublic void setHeight(int h)
RemoteStoreParameterssetHeight in interface RemoteStoreParameterspublic Rectangle2D getExtent()
WCSDataParametersgetExtent in interface WCSDataParameterspublic int getWidth()
getWidth in interface WCSDataParameterspublic int getHeight()
getHeight in interface WCSDataParameterspublic String getDataStoreName()
DataStoreParametersgetDataStoreName in interface DataStoreParameterspublic String getDescription()
DataStoreParametersgetDescription in interface DataStoreParameterspublic String getExplorerName()
public boolean isValid()
DataStoreParametersisValid in interface RasterDataParametersisValid in interface DataStoreParametersisValid in class AbstractRasterDataParametersprotected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic WCSDataParametersImpl clone()
RemoteStoreParametersclone in interface RemoteStoreParametersclone in class Objectpublic void assignFields(RasterDataParameters par, RasterDataServerExplorer explorer)
RasterDataParametersassignFields in interface RasterDataParametersassignFields in class AbstractRasterDataParameterspublic String getTime()
WCSDataParametersgetTime in interface WCSDataParameterspublic void setTime(String time)
WCSDataParameterssetTime in interface WCSDataParameterspublic boolean isOverridingHost()
isOverridingHost in interface RasterDataParametersisOverridingHost in interface WCSDataParameterspublic void setOverrideHost(boolean over)
setOverrideHost in interface RasterDataParameterssetOverrideHost in interface WCSDataParameterspublic void setOnlineResources(Hashtable<String,String> onlineResources)
WCSDataParameterssetOnlineResources in interface WCSDataParameterspublic Map<String,String> getOnlineResource()
WCSDataParametersgetOnlineResource in interface WCSDataParameterspublic String getOnlineResource(String operation)
onlineResources - public String getDepth()
getDepth in interface WCSDataParameterspublic void setDepth(String depth)
setDepth in interface WCSDataParameterspublic boolean isSizeFixed()
RemoteStoreParametersisSizeFixed in interface RemoteStoreParameterspublic void deleteCache(boolean deleteCache)
RemoteStoreParametersdeleteCache in interface RemoteStoreParameterspublic boolean isDeletingCache()
RemoteStoreParametersisDeletingCache in interface RemoteStoreParameters