org.iges.grads.server.dap
Class GenericFloat64

java.lang.Object
  |
  +--SDFloat64
        |
        +--org.iges.grads.server.dap.GenericFloat64

public class GenericFloat64
extends SDFloat64

Implements the server-side version of Float64 All datatypes that appear in DDS'es for GrADS datasets must have server-side implementations, even if its just a shell.

See Also:
Serialized Form

Constructor Summary
GenericFloat64()
          Constructs a new GenericFloat64.
GenericFloat64(java.lang.String n)
          Constructs a new GenericFloat64 with name n.
 
Method Summary
 boolean read(java.lang.String datasetName, java.lang.Object specialO)
          Dummy procedure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFloat64

public GenericFloat64()
Constructs a new GenericFloat64.


GenericFloat64

public GenericFloat64(java.lang.String n)
Constructs a new GenericFloat64 with name n.

Parameters:
n - the name of the variable.
Method Detail

read

public boolean read(java.lang.String datasetName,
                    java.lang.Object specialO)
             throws NoSuchVariableException,
                    java.io.IOException,
                    java.io.EOFException
Dummy procedure

NoSuchVariableException
java.io.IOException
java.io.EOFException