Package opendap.servers
package opendap.servers
-
ClassDescriptionProvides default implementations for the Clause interface methods.Represents a server-side function, which evaluates to a boolean value.Represents a clause which invokes a function that returns a boolean value.Represents a server-side function, which evaluates to a BaseType.Represents a clause which invokes a function that returns a BaseType.This class is used to parse and evaluate a constraint expression.Represents the common interface of the two types of clause used by the constraint expression (CE) parser: TopLevelClause and SubClause.Represents a source of Clause objects for the constraint expression parser.DAP2 Exception for use by a server.Represents a sub-clause that is a URL reference to remote data.Represents a library of available server-side functions for use in evaluating constraint expressions.Thrown when a
RelOpoperation is called on two types for which it makes no sense to compre, such as attempting to ascertain is a String is less than a Float.Used to indicate that one of the passed parameters to a method is either the wrong type, is missing, or it's value is unacceptable.This class contains the code for performing relative operations (RelOps) on BaseTypes.Thrown byOperator.opwhen an attempt is made to parse a improperly formed regular expression.Represents a clause which compares subclauses, using one of the relative operators supported by the Operator class.The RelOps interface defines how each type responds to relational operators.The Something Bad Happened (SBH) Exception.Holds a OPeNDAP ServerArrayvalue.Holds a OPeNDAP ServerBytevalue.Holds a OPeNDAP ServerFloat32value.Holds a OPeNDAP ServerFloat64value.Holds a OPeNDAP ServerGridvalue.Holds a OPeNDAP ServerInt16value.Holds a OPeNDAP ServerInt32value.Holds a OPeNDAP ServerListvalue.Holds a OPeNDAP ServerSequencevalue.Holds a OPeNDAP ServerStringvalue.Holds a OPeNDAP ServerStructurevalue.Holds a OPeNDAP ServerUnsigned Int16value.Holds a OPeNDAP ServerUnsigned Int32value.Holds a OPeNDAP ServerURLvalue.This interface extends theArrayMethodsfor OPeNDAP types that extendDArrayandDGridclasses.ServerDDS is a specialization of DDS for the server-side of OPeNDAP.This interface defines the additional behaviors that Server side types need to support.Represents common interface of all server-side functions (SSF).Thrown when a Server Side Function (SSF) is used incorrectly.Represents a sub-clause of the selection portion of a constraint expression.Represents a top-level clause in the selection portion of a constraint expression (CE).Represents a clause containing a simple value.Report a type-mismatch problem in the constraint expression.