|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.dap.functions.Length
public class Length
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.
Constructor Summary | |
---|---|
Length()
|
Method Summary | |
---|---|
static BaseType |
main(BaseType[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Length()
Method Detail |
---|
public static BaseType main(BaseType[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |