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_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
CRS_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, setVisible
getSourceId, isTheSameStore
clear, 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, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getProviderName, getSourceId, isTheSameStore
clear, getCopy, toByteArray, toString, validate
clone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
toJson, toJson, toJsonBuilder, toJsonBuilder
fromJson
public 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
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 java.lang.String getDataStoreName()
DataStoreParameters
getDataStoreName
in interface DataStoreParameters
getDataStoreName
in class AbstractDataParameters
public java.lang.String getDescription()
DataStoreParameters
getDescription
in interface DataStoreParameters
getDescription
in class AbstractDataParameters
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
-