public class Length
extends java.lang.Object
This class implements the length CE function which is used to return the
length of List variables. Note that this is the prototypical CE function
implementation. The function `length' is implemented in class
`opendap.dap.functions.Length' which has one method called main which takes
an array of BaseType objects and returns its value in a BaseType object.