public interface NetCDFDataParameters extends MultiDimensionalStoreParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_LEVEL |
static String |
FIELD_TIME |
static String |
FIELD_VARIABLE |
static String |
FIELD_XDIM |
static String |
FIELD_YDIM |
DONT_CHANGE_PROJECTION, FIELD_CRS, FIELD_RMF_FOLDER, FIELD_URI, NEW_PROJETION_TO_THE_LAYER, NOT_LOAD, ON_THE_FLY, REPROJECT_DATA, REPROJECT_VIEW| Modifier and Type | Method and Description |
|---|---|
int |
getFieldLevel()
Gets the level selected in the list of levels of the selected variable
|
int |
getFieldTime()
Gets the last instant position selected in the list of instants.
|
ArrayList<String[]> |
getGridVariables()
Gets the list of grids
|
double[] |
getLevelList(String var)
Gets the number of levels of one variable
|
String |
getStringLevel()
Gets the last selected field as a String
|
String |
getStringTime()
Sets the time selecting its position in the list of times
|
String |
getStringVariable()
Gets the last selected variable as a String
|
Date[] |
getTimeList(String var)
Gets the list of dates
|
ArrayList<Variable> |
getVariables()
Gets the list of grids
|
String |
getXDimVariable()
Gets the variable's name of the X dimension
|
String |
getYDimVariable()
Gets the variable's name of the Y dimension
|
void |
goTo(int position)
Goes to the selected position in the image list
|
void |
selectNextInstant()
Selects the next instant.
|
void |
selectPrevInstant()
Selects the previous instant.
|
void |
setFieldLevel(int levelPosInList)
Sets the level selecting its position in the list of levels
|
void |
setFieldTime(int timePosInList)
Sets the time selecting its position in the list of times
|
void |
setFieldVariable(String variable)
Sets the variable
|
void |
setFile(File file) |
assignFields, getAlphaBand, getFrame, getReprojectionOption, getRMFFolder, getSRS, getSRSID, getURI, isOverridingHost, isSourceTiled, isValid, isVisible, setAlphaBand, setFrame, setOverrideHost, setReprojectionOption, setRMFFolder, setSRS, setSRSID, setURI, setVisiblegetDataStoreName, getDescriptionclear, getCopy, validateloadFromState, saveToStatedelegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuestatic final String FIELD_VARIABLE
static final String FIELD_TIME
static final String FIELD_LEVEL
static final String FIELD_XDIM
static final String FIELD_YDIM
ArrayList<Variable> getVariables() throws IOException
IOExceptionArrayList<String[]> getGridVariables() throws IOException
IOExceptiondouble[] getLevelList(String var)
var - String getXDimVariable()
String getYDimVariable()
void selectNextInstant()
TimeStoreParametersselectNextInstant in interface TimeStoreParametersvoid selectPrevInstant()
TimeStoreParametersselectPrevInstant in interface TimeStoreParametersvoid goTo(int position)
TimeStoreParametersgoTo in interface TimeStoreParametersint getFieldTime()
TimeStoreParametersgetFieldTime in interface TimeStoreParametersint getFieldLevel()
String getStringVariable()
MultiDimensionalStoreParametersgetStringVariable in interface MultiDimensionalStoreParametersString getStringLevel()
MultiDimensionalStoreParametersgetStringLevel in interface MultiDimensionalStoreParametersString getStringTime()
TimeStoreParametersgetStringTime in interface TimeStoreParametersvoid setFieldVariable(String variable)
MultiDimensionalStoreParameterssetFieldVariable in interface MultiDimensionalStoreParametersvoid setFieldTime(int timePosInList)
TimeStoreParameterssetFieldTime in interface TimeStoreParametersvoid setFieldLevel(int levelPosInList)
MultiDimensionalStoreParameterssetFieldLevel in interface MultiDimensionalStoreParametersvoid setFile(File file)