net.simplace.sim.io.interfaces.NetCDFInterface

implementation of the FWSimInterface giving access to resources from and output to files divider can be given in xml-configuration tag. If not given divider will by default be 'tab' or '\t' Use Interface by FWSimInterface.getLinesOfFile();


public class NetCDFInterface extends FILEInterface {
// Public Constructors
public NetCDFInterface(String aName, int aPoolSize, String aFileName,
Integer aSimulationCount);
// Protected Constructors
protected NetCDFInterface(String aName, int aPoolSize, Element
aInterfaceElement);


// Public Instance Methods
public FilePool getInterface(FWSimVarMap aVarMap, FWSimVariable.CONTENT_TYPE
aContentType); // Overrides FILEInterface

implementation of the get interface method.
public int getSimulationCount();


returns
public String getSectionSpec();


returns


}



Hierarchy: java.lang.Object - FWSimInterface - FILEInterface - NetCDFInterface



Passed to: net.simplace.sim.io.resources.adapter.NetCDFResourceAdapter(), net.simplace.sim.io.resources.adapter.NetCDFResourceAdapter()