org.autoplot.dods.MyDDSParser
MyDDSParser( )
Creates a new instance of DDSParser
getRecDims
getRecDims( String variable ) → int[]
return the dimensions, or null for Sequences or Grids
Parameters
variable - a String
Returns:
the dimensions, or null for Sequences or Grids
[search for examples]
[view on GitHub]
[view on old javadoc]
parse
parse( java.io.InputStream in ) → void
Parameters
in - an InputStream
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]