public interface RasterDataParameters extends DataStoreParameters
| Modifier and Type | Field and Description |
|---|---|
static int |
DONT_CHANGE_PROJECTION |
static java.lang.String |
FIELD_CRS |
static java.lang.String |
FIELD_RMF_FOLDER |
static java.lang.String |
FIELD_URI |
static int |
NEW_PROJETION_TO_THE_LAYER |
static int |
NOT_LOAD |
static int |
ON_THE_FLY |
static int |
REPROJECT_DATA |
static int |
REPROJECT_VIEW |
CRS_PARAMTER_NAME| Modifier and Type | Method and Description |
|---|---|
void |
assignFields(RasterDataParameters par,
RasterDataServerExplorer explorer)
Assigns field from a data parameters to other
|
int |
getAlphaBand()
Gets the number of alpha band
|
int |
getFrame()
Gets the frame width
|
int |
getReprojectionOption()
When a layer is loaded will have several options when its projection is not the same that the view projection.
|
java.io.File |
getRMFFolder()
Gets the folder to store RMF file
|
IProjection |
getSRS() |
java.lang.String |
getSRSID() |
java.net.URI |
getURI()
Gets the uniform resource identifier of a provider.
|
boolean |
isOverridingHost() |
boolean |
isSourceTiled()
Return true if the store to open is going to be tiled
|
boolean |
isValid()
Indicates whether these parameters are valid.
|
boolean |
isVisible()
Flag to know if this provider is visible or it isn't
|
void |
setAlphaBand(int alphaBand)
Sets the number of alpha band
|
void |
setFrame(int frame)
Sets the frame width
|
void |
setOverrideHost(boolean over) |
void |
setReprojectionOption(int option)
When a layer is loaded will have several options when its projection is not the same that the view projection.
|
void |
setRMFFolder(java.io.File rmfFolder)
Sets the folder to store RMF file.
|
void |
setSRS(IProjection srs) |
void |
setSRSID(java.lang.String srsid) |
void |
setURI(java.net.URI uri)
Sets the uniform resource identifier of a provider.
|
void |
setVisible(boolean visible)
Assigns the flag to know if this provider is visible or it isn't
|
getDataStoreName, getDescription, getProviderName, getSourceId, isTheSameStoreclear, getCopy, toByteArray, toString, validateloadFromState, saveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsonstatic final int REPROJECT_DATA
static final int REPROJECT_VIEW
static final int DONT_CHANGE_PROJECTION
static final int NEW_PROJETION_TO_THE_LAYER
static final int NOT_LOAD
static final int ON_THE_FLY
static final java.lang.String FIELD_URI
static final java.lang.String FIELD_CRS
static final java.lang.String FIELD_RMF_FOLDER
boolean isVisible()
void setVisible(boolean visible)
boolean isValid()
DataStoreParametersisValid in interface DataStoreParametersvoid setReprojectionOption(int option)
frame - int getReprojectionOption()
java.net.URI getURI()
void setURI(java.net.URI uri)
uri - java.lang.String getSRSID()
void setSRSID(java.lang.String srsid)
void setSRS(IProjection srs)
IProjection getSRS()
boolean isOverridingHost()
void setOverrideHost(boolean over)
void setAlphaBand(int alphaBand)
alphaBand - void setFrame(int frame)
frame - int getAlphaBand()
alphaBand - int getFrame()
frame - void setRMFFolder(java.io.File rmfFolder)
rmfFolder - java.io.File getRMFFolder()
boolean isSourceTiled()
void assignFields(RasterDataParameters par, RasterDataServerExplorer explorer)
par -