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_NAME
DONT_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, setVisible
clear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue, toString, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clear, getCopy, validate
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
public 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
Persistent
saveToState
in interface Persistent
saveToState
in class AbstractDataParameters
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
loadFromState
in class AbstractDataParameters
PersistenceException
protected void initialize()
public String getDataStoreName()
DataStoreParameters
public String getDescription()
DataStoreParameters
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParameters
DynObject
to delegate to.getDelegatedDynObject
in class AbstractDataParameters
DynObject
public 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
-