Class NetCDFResourceAdapter
java.lang.Object
net.simplace.sim.io.FWSimIOAdapter
net.simplace.sim.io.resources.FWSimInputAdapter
net.simplace.sim.io.resources.FWSimResourceAdapter<List<String>>
net.simplace.sim.io.resources.adapter.NetCDFResourceAdapter
- All Implemented Interfaces:
FWSimFieldContainer
- Author:
- Andreas Enders
-
Nested Class Summary
Nested classes/interfaces inherited from class net.simplace.sim.io.FWSimIOAdapter
FWSimIOAdapter.FREQUENCE -
Field Summary
Fields inherited from class net.simplace.sim.io.resources.FWSimResourceAdapter
iLinesToReadFields inherited from class net.simplace.sim.io.resources.FWSimInputAdapter
iJexlScript, iShouldCacheToDBFields inherited from class net.simplace.sim.io.FWSimIOAdapter
iArrayMode, iFieldcount, iFrequence, iHeaderVariables, iInterface, iJexlRule, iKeyMap, iName, iOrderNumber, iProcessTime, iResourceElement, iSession, iSourceKey -
Constructor Summary
ConstructorsConstructorDescriptionNetCDFResourceAdapter(FWSimResourceAdapter<?> aAdapter, NetCDFInterface aInterface) NetCDFResourceAdapter(org.jdom2.Element aResourceElement, FWSimSession aSession, int aOrderNumber) NetCDFResourceAdapter(org.jdom2.Element aHeaderElement, NetCDFInterface aInterface, int aOrderNumber) -
Method Summary
Modifier and TypeMethodDescriptiongetData(FWSimVarMap aVarMap) getData(FWSimVarMap aVarMap, FileData aFileData) Methods inherited from class net.simplace.sim.io.resources.FWSimResourceAdapter
createAdapterFromObservable, createResourceAdapter, getLinesToRead, setLinesToRead, toXML, updateAdapterMethods inherited from class net.simplace.sim.io.resources.FWSimInputAdapter
getContentType, getInputVariables, getJexlScript, getOutputVariables, getVarMap, isTransformer, shouldCacheToDB, toHTMLTablestringMethods inherited from class net.simplace.sim.io.FWSimIOAdapter
addProcessTime, addVariable, checkCondition, createFormFields, createVariables, finalize, getCreateFormXML, getEditFormXML, getFieldMap, getFrequence, getHeaderVariables, getHeaderXML, getInterface, getJexlRule, getKeyMap, getName, getOrderNumber, getVariable, isArrayMode, isConditionCheck, removeVariable, setInterface, setOrderNumber, toString, writeHeaderList
-
Constructor Details
-
NetCDFResourceAdapter
public NetCDFResourceAdapter(org.jdom2.Element aResourceElement, FWSimSession aSession, int aOrderNumber) - Parameters:
aResourceElement-aSession-aOrderNumber-
-
NetCDFResourceAdapter
- Parameters:
aAdapter-aInterface-
-
NetCDFResourceAdapter
public NetCDFResourceAdapter(org.jdom2.Element aHeaderElement, NetCDFInterface aInterface, int aOrderNumber) - Parameters:
aHeaderElement-aInterface-aOrderNumber-
-
-
Method Details
-
getData
- Specified by:
getDatain classFWSimInputAdapter- Returns:
- SimResourceCache containing the data from the resource media
- Throws:
MissingSimResourceException- See Also:
-
getData
public FWSimResourceCache getData(FWSimVarMap aVarMap, FileData aFileData) throws MissingSimResourceException - Parameters:
aVarMap-aFileData-- Returns:
- ResourceCache as Resource
- Throws:
MissingSimResourceException
-