|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.quantities.Quantity
ucar.visad.quantities.VectorQuantity
public abstract class VectorQuantity
Provides support for vector quantities. A vector quantity has at least one component (and usually at least two components) and may have associated with it a default CoordinateSystem and default domain set.
| Constructor Summary | |
|---|---|
protected |
VectorQuantity(RealTupleType realTupleType)
Constructs from an existing VisAD RealTupleType. |
protected |
VectorQuantity(RealType[] realTypes)
Constructs from an array of VisAD RealTypes. |
protected |
VectorQuantity(RealType[] realTypes,
CoordinateSystem coordinateSystem)
Constructs from an array of VisAD RealTypes and a default
coordinate system transformation. |
protected |
VectorQuantity(RealType[] realTypes,
CoordinateSystem coordinateSystem,
Set set)
Constructs from an array of VisAD RealTypes, a default
coordinate system transformation, and a default sampling set. |
| Method Summary | |
|---|---|
protected EarthVectorType |
earthVectorType()
Returns the associated RealTupleType. |
| Methods inherited from class ucar.visad.quantities.Quantity |
|---|
realTupleType, setRealTupleType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected VectorQuantity(RealType[] realTypes)
throws VisADException
RealTypes.
realTypes - The array of RealTypes.
VisADException - if a core VisAD failure occurs.
protected VectorQuantity(RealType[] realTypes,
CoordinateSystem coordinateSystem)
throws VisADException
RealTypes and a default
coordinate system transformation.
realTypes - The array of RealTypes.coordinateSystem - The default CoordinateSystem of this quantity.
May be null.
VisADException - if a core VisAD failure occurs.
protected VectorQuantity(RealType[] realTypes,
CoordinateSystem coordinateSystem,
Set set)
throws VisADException
RealTypes, a default
coordinate system transformation, and a default sampling set.
realTypes - The array of RealTypes.coordinateSystem - The default CoordinateSystem of this quantity.
May be null.set - The default domain set of this quantity. May be
null.
VisADException - if a core VisAD failure occurs.protected VectorQuantity(RealTupleType realTupleType)
RealTupleType.
realTupleType - An existing RealTupleType.| Method Detail |
|---|
protected final EarthVectorType earthVectorType()
throws VisADException
RealTupleType.
RealTupleType.
VisADException - if a core VisAD failure occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||