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, setVisible
getDataStoreName, getDescription
clear, getCopy, validate
loadFromState, saveToState
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
static 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
IOException
ArrayList<String[]> getGridVariables() throws IOException
IOException
double[] getLevelList(String var)
var
- String getXDimVariable()
String getYDimVariable()
void selectNextInstant()
TimeStoreParameters
selectNextInstant
in interface TimeStoreParameters
void selectPrevInstant()
TimeStoreParameters
selectPrevInstant
in interface TimeStoreParameters
void goTo(int position)
TimeStoreParameters
goTo
in interface TimeStoreParameters
int getFieldTime()
TimeStoreParameters
getFieldTime
in interface TimeStoreParameters
int getFieldLevel()
String getStringVariable()
MultiDimensionalStoreParameters
getStringVariable
in interface MultiDimensionalStoreParameters
String getStringLevel()
MultiDimensionalStoreParameters
getStringLevel
in interface MultiDimensionalStoreParameters
String getStringTime()
TimeStoreParameters
getStringTime
in interface TimeStoreParameters
void setFieldVariable(String variable)
MultiDimensionalStoreParameters
setFieldVariable
in interface MultiDimensionalStoreParameters
void setFieldTime(int timePosInList)
TimeStoreParameters
setFieldTime
in interface TimeStoreParameters
void setFieldLevel(int levelPosInList)
MultiDimensionalStoreParameters
setFieldLevel
in interface MultiDimensionalStoreParameters
void setFile(File file)