public class PostGISRasterDataParameters extends AbstractRasterDataParameters
| Modifier and Type | Field and Description |
|---|---|
protected DelegatedDynObject |
delegatedDynObject |
static java.lang.String |
DYNCLASS_NAME |
protected static java.lang.String |
FIELD_BLOCKS |
static java.lang.String |
FIELD_DBEXPLORER_PARAMS |
static java.lang.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_VIEWCRS_PARAMTER_NAME| Constructor and Description |
|---|
PostGISRasterDataParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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. |
java.lang.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, setVisiblegetSourceId, isTheSameStoreclear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadPRJ, loadWLD, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProviderName, getSourceId, isTheSameStoreclear, getCopy, toByteArray, toString, validateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsonpublic static final java.lang.String DYNCLASS_NAME
protected DelegatedDynObject delegatedDynObject
public static final java.lang.String FIELD_DBPARAMS
public static final java.lang.String FIELD_DBEXPLORER_PARAMS
protected static final java.lang.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 java.lang.String getDataStoreName()
DataStoreParametersgetDataStoreName in interface DataStoreParametersgetDataStoreName in class AbstractDataParameterspublic java.lang.String getDescription()
DataStoreParametersgetDescription in interface DataStoreParametersgetDescription in class AbstractDataParametersprotected 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 -