<h2>org.autoplot.netCDF.AbstractIOSP</h2><p></p>
<h2>AbstractIOSP( )</h2>
<p></p>

<hr>
<a name="isValidFile"></a>
<h2>isValidFile</h2>
isValidFile( RandomAccessFile raf ) &rarr; boolean

<p>Return false. Netcdf will not automatically determine that this IOSP should handle the given file.
 Use this IOSP only if it is specified in the ncml.</p>

<h3>Parameters</h3>
raf - a RandomAccessFile

<h3>Returns:</h3>
boolean

<br><br>
<a href="https://github.com/autoplot/dev/search?q=isValidFile&unscoped_q=isValidFile">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/netCDF.AbstractIOSP.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/netCDF.AbstractIOSP.html#isValidFile">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/netCDF.AbstractIOSP.java#l43">[view source]</a>
<br>
<br>
<hr>
<a name="sendIospMessage"></a>
<h2>sendIospMessage</h2>
sendIospMessage( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object</a> message ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object</a>

<p>Called by NetCDF passing in the contents of the ncml "iospParam" attribute.
 Assumes that message is a String of key,value pairs: "k1=v1 k2=v2"
 Ignores return value.</p>

<h3>Parameters</h3>
message - an Object

<h3>Returns:</h3>
java.lang.Object

<br><br>
<a href="https://github.com/autoplot/dev/search?q=sendIospMessage&unscoped_q=sendIospMessage">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/netCDF.AbstractIOSP.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/netCDF.AbstractIOSP.html#sendIospMessage">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/netCDF.AbstractIOSP.java#l52">[view source]</a>
<br>
<br>