public class PostGISRasterDataParameters extends AbstractRasterDataParameters
| Modifier and Type | Field and Description |
|---|---|
protected DelegatedDynObject |
delegatedDynObject |
static String |
DYNCLASS_NAME |
protected static String |
FIELD_BLOCKS |
static String |
FIELD_DBEXPLORER_PARAMS |
static String |
FIELD_DBPARAMS |
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 |
|---|
PostGISRasterDataParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStoreName()
Returns the DataStore's name
|
DBServerExplorer |
getDBExplorer() |
DBServerExplorerParameters |
getDBExplorerParameters() |
DBStoreParameters |
getDBStoreParameters() |
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
String |
getDescription()
Returns the DataStore's description
|
long |
getNumberOfBlocks()
Gets the number of blocks of the selected table
|
protected void |
initialize() |
boolean |
isOverridingHost() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static DynStruct |
registerDynClass() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setDBExplorer(DBServerExplorer dbServerExplorer) |
void |
setDBExplorerParameters(DBServerExplorerParameters dbExplorerParameters) |
void |
setDBStoreParameters(DBStoreParameters dbStoreParameters) |
void |
setNumberOfBlocks(long blocks)
Gets the number of blocks of the selected table
|
void |
setOverrideHost(boolean over) |
assignFields, getAlphaBand, getFrame, getReprojectionOption, getRMFFolder, getSRS, getSRSID, getURI, isSourceTiled, isValid, isVisible, registerDynClass, setAlphaBand, setFrame, setReprojectionOption, setRMFFolder, setSRS, setSRSID, setURI, setVisibleclear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, getCopy, validatedelegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuepublic static final String DYNCLASS_NAME
protected DelegatedDynObject delegatedDynObject
public static final String FIELD_DBPARAMS
public static final String FIELD_DBEXPLORER_PARAMS
protected static final String FIELD_BLOCKS
public static DynStruct registerDynClass()
public void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentsaveToState in class AbstractDataParametersPersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentloadFromState in class AbstractDataParametersPersistenceExceptionprotected void initialize()
public String getDataStoreName()
DataStoreParameterspublic String getDescription()
DataStoreParametersprotected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic boolean isOverridingHost()
public void setOverrideHost(boolean over)
public DBServerExplorerParameters getDBExplorerParameters()
public void setDBExplorerParameters(DBServerExplorerParameters dbExplorerParameters)
public DBStoreParameters getDBStoreParameters()
public void setDBStoreParameters(DBStoreParameters dbStoreParameters)
public DBServerExplorer getDBExplorer()
public void setDBExplorer(DBServerExplorer dbServerExplorer)
public long getNumberOfBlocks()
public void setNumberOfBlocks(long blocks)
host -