org.autoplot.netCDF.AbstractIOSP

AbstractIOSP( )


isValidFile

isValidFile( RandomAccessFile raf ) → boolean

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.

Parameters

raf - a RandomAccessFile

Returns:

boolean

[search for examples] [view on GitHub] [view on old javadoc] [view source]


sendIospMessage

sendIospMessage( Object message ) → Object

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.

Parameters

message - an Object

Returns:

java.lang.Object

[search for examples] [view on GitHub] [view on old javadoc] [view source]