Package opendap.servers
-
Interface Summary Interface Description BoolFunction Represents a server-side function, which evaluates to a boolean value.BTFunction Represents a server-side function, which evaluates to a BaseType.Clause Represents the common interface of the two types of clause used by the constraint expression (CE) parser: TopLevelClause and SubClause.RelOps The RelOps interface defines how each type responds to relational operators.ServerArrayMethods This interface extends theArrayMethodsfor OPeNDAP types that extendDArrayandDGridclasses.ServerMethods This interface defines the additional behaviors that Server side types need to support.ServerSideFunction Represents common interface of all server-side functions (SSF).SubClause Represents a sub-clause of the selection portion of a constraint expression.TopLevelClause Represents a top-level clause in the selection portion of a constraint expression (CE). -
Class Summary Class Description AbstractClause Provides default implementations for the Clause interface methods.BoolFunctionClause Represents a clause which invokes a function that returns a boolean value.BTFunctionClause Represents a clause which invokes a function that returns a BaseType.CEEvaluator This class is used to parse and evaluate a constraint expression.ClauseFactory Represents a source of Clause objects for the constraint expression parser.DereferenceClause Represents a sub-clause that is a URL reference to remote data.FunctionLibrary Represents a library of available server-side functions for use in evaluating constraint expressions.Operator This class contains the code for performing relative operations (RelOps) on BaseTypes.RelOpClause Represents a clause which compares subclauses, using one of the relative operators supported by the Operator class.SDArray Holds a OPeNDAP ServerArrayvalue.SDByte Holds a OPeNDAP ServerBytevalue.SDFloat32 Holds a OPeNDAP ServerFloat32value.SDFloat64 Holds a OPeNDAP ServerFloat64value.SDGrid Holds a OPeNDAP ServerGridvalue.SDInt16 Holds a OPeNDAP ServerInt16value.SDInt32 Holds a OPeNDAP ServerInt32value.SDList Holds a OPeNDAP ServerListvalue.SDSequence Holds a OPeNDAP ServerSequencevalue.SDString Holds a OPeNDAP ServerStringvalue.SDStructure Holds a OPeNDAP ServerStructurevalue.SDUInt16 Holds a OPeNDAP ServerUnsigned Int16value.SDUInt32 Holds a OPeNDAP ServerUnsigned Int32value.SDURL Holds a OPeNDAP ServerURLvalue.ServerDDS ServerDDS is a specialization of DDS for the server-side of OPeNDAP.ValueClause Represents a clause containing a simple value. -
Exception Summary Exception Description DAP2ServerSideException DAP2 Exception for use by a server.InvalidOperatorException Thrown when aRelOpoperation 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.InvalidParameterException 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.RegExpException Thrown byOperator.opwhen an attempt is made to parse a improperly formed regular expression.SBHException The Something Bad Happened (SBH) Exception.SSFunctionException Thrown when a Server Side Function (SSF) is used incorrectly.WrongTypeException Report a type-mismatch problem in the constraint expression.