public abstract class AbstractRasterFileDataParameters extends AbstractRasterDataParameters implements RasterFileStoreParameters, FilesystemStoreParameters
| Modifier and Type | Field and Description |
|---|---|
protected DelegatedDynObject |
delegatedDynObject |
static String |
DYNCLASS_NAME |
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 |
|---|
AbstractRasterFileDataParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
File |
getFile() |
boolean |
isOverridingHost() |
void |
setFile(File aFile) |
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, loadFromState, saveToState, setDynValue, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitassignFields, getAlphaBand, getFrame, getReprojectionOption, getRMFFolder, getSRS, getSRSID, getURI, isSourceTiled, isValid, isVisible, setAlphaBand, setFrame, setReprojectionOption, setRMFFolder, setSRS, setSRSID, setURI, setVisiblegetDataStoreName, getDescriptionclear, getCopy, validateloadFromState, saveToStatedelegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuepublic static final String DYNCLASS_NAME
protected DelegatedDynObject delegatedDynObject
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic File getFile()
getFile in interface RasterFileStoreParametersgetFile in interface FilesystemStoreParameterspublic void setFile(File aFile)
setFile in interface RasterFileStoreParameterssetFile in interface FilesystemStoreParameterspublic boolean isOverridingHost()
isOverridingHost in interface RasterDataParameterspublic void setOverrideHost(boolean over)
setOverrideHost in interface RasterDataParameters