visad
Class DisplayTupleType
java.lang.Object
visad.MathType
visad.TupleType
visad.RealTupleType
visad.DisplayTupleType
- All Implemented Interfaces:
- Serializable
public class DisplayTupleType
- extends RealTupleType
DisplayTupleType is the class for tuples of DisplayRealType's.
- See Also:
- Serialized Form
Methods inherited from class visad.RealTupleType |
binary, buildShadowType, equalsExceptName, equalsExceptNameButUnits, getCoordinateSystem, getDefaultSet, getDefaultUnits, makeArray, makeArray, makeArray, makeArray, missingData, prettyString, setDefaultSet, unary |
Methods inherited from class visad.TupleType |
__getitem__, __len__, cloneDerivative, equals, getComponent, getComponents, getDimension, getFlat, getIndex, getIndex, getNumberOfRealComponents, getRealComponents, hashCode |
DisplayTupleType
public DisplayTupleType(DisplayRealType[] types)
throws VisADException
- construct a DisplayTupleType with null CoordinateSystem
- Parameters:
types
- array of DisplayRealType to be components
note a DisplayRealType may not be a component
of more than one DisplayTupleType
- Throws:
VisADException
- a VisAD error occurred
DisplayTupleType
public DisplayTupleType(DisplayRealType[] types,
CoordinateSystem coord_sys)
throws VisADException
- construct a DisplayTupleType
- Parameters:
types
- array of DisplayRealType to be components
note a DisplayRealType may not be a component
of more than one DisplayTupleTypecoord_sys
- CoordinateSystem; if non-null, its reference
must be another DisplayTupleType
- Throws:
VisADException
- a VisAD error occurred