| RasBaseType |
PURPOSE:
This class represents the Base types and is the superclass of
the types RasStructureType and RasPrimitiveType in the
representation of the RasDaMan type system.
|
| RasDimensionMismatchException |
PURPOSE:
This exception is thrown if the dimensions of two objects do not match.
|
| RasException |
|
| RasGMArray |
PURPOSE:
This class represents a generic MDD in the sense that it
is independent of the cell base type.
|
| RasIndexOutOfBoundsException |
PURPOSE:
This exception is thrown when a cell index for an MDD exceeds
the objects's bounds.
|
| RasMArrayByte |
PURPOSE:
This class represents a MArray with base type Byte.
|
| RasMArrayDouble |
PURPOSE:
This class represents a MArray with base type double.
|
| RasMArrayFloat |
PURPOSE:
This class represents a MArray with base type float.
|
| RasMArrayInteger |
PURPOSE:
This class represents a MArray with base type Integer.
|
| RasMArrayLong |
PURPOSE:
This class represents a MArray with base type long.
|
| RasMArrayShort |
PURPOSE:
This class represents a MArray with base type short.
|
| RasMInterval |
PURPOSE:
The spatial domain of an MDD is represented by an object
of class RasMInterval.
|
| RasPoint |
PURPOSE:
This class represents an n-dimensional point vector.
|
| RasQueryExecutionFailedException |
PURPOSE:
This exception extends the ODMGQueryInvalidException by offering direct access to the
RasDaMan error number and the line, column and token in the querystring that produced the error.
|
| RasResultIsNoIntervalException |
PURPOSE:
This exception is thrown if the result of an operation is no interval.
|
| RasRuntimeException |
|
| RasSInterval |
PURPOSE:
The class represents an interval with lower and upper bound.
|
| RasStorageLayout |
PURPOSE:
This class is used to express the storage options for MDD objects.
|
| RasStreamInputOverflowException |
PURPOSE:
This exception is thrown if an initialization overflow has occured.
|
| RasStructureType |
PURPOSE:
This class represents all user defined structured types in the ODMG conformant
representation of the RasDaMan type system.
|
| RasType |
PURPOSE:
This class the superclass for all types in the ODMG conformant
representation of the RasDaMan type system.
|
| RasTypeInvalidException |
PURPOSE:
This exception is thrown if a primitive type is accessed by a method
having the wrong type.
|