public abstract class AbstractRasterFileDataParameters extends AbstractRasterDataParameters implements RasterFileStoreParameters, FilesystemStoreParameters
| Modifier and Type | Field and Description |
|---|---|
protected DelegatedDynObject |
delegatedDynObject |
static java.lang.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_VIEWCRS_PARAMTER_NAME| Constructor and Description |
|---|
AbstractRasterFileDataParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
java.io.File |
getFile() |
boolean |
isOverridingHost() |
void |
setFile(java.io.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, setVisiblegetSourceId, isTheSameStoreclear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDataStoreName, getDescription, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitassignFields, getAlphaBand, getFrame, getReprojectionOption, getRMFFolder, getSRS, getSRSID, getURI, isSourceTiled, isValid, isVisible, setAlphaBand, setFrame, setReprojectionOption, setRMFFolder, setSRS, setSRSID, setURI, setVisiblegetDataStoreName, getDescription, getProviderName, getSourceId, isTheSameStoreclear, getCopy, toByteArray, toString, validateloadFromState, saveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsonpublic static final java.lang.String DYNCLASS_NAME
protected DelegatedDynObject delegatedDynObject
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic java.io.File getFile()
getFile in interface RasterFileStoreParametersgetFile in interface FilesystemStoreParametersgetFile in interface HasAFilepublic void setFile(java.io.File aFile)
setFile in interface RasterFileStoreParameterssetFile in interface FilesystemStoreParameterssetFile in interface HasAFilepublic boolean isOverridingHost()
isOverridingHost in interface RasterDataParameterspublic void setOverrideHost(boolean over)
setOverrideHost in interface RasterDataParameters