|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvisad.CoordinateSystem
visad.bom.WindPolarCoordinateSystem
public class WindPolarCoordinateSystem
WindPolarCoordinateSystem is the VisAD CoordinateSystem class for (Longitude, Radius) with a Cartesian Reference, and with Longitude in degrees.
| Constructor Summary | |
|---|---|
WindPolarCoordinateSystem()
simple constructor for "static" conversions |
|
WindPolarCoordinateSystem(RealTupleType reference)
construct a CoordinateSystem for (longitude, radius) relative to a 2-D Cartesian reference; this constructor supplies units = {CommonUnit.Degree, CommonUnit.meterPerSecond} to the super constructor, in order to ensure Unit compatibility with its use of trigonometric functions |
|
WindPolarCoordinateSystem(RealTupleType reference,
Unit[] units)
constructor to set units |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object cs)
check for equality of CoordinateSystem objects; must test for cs == null |
double[][] |
fromReference(double[][] tuples)
convert RealTuple values from Reference coordinates; for efficiency, input and output values are passed as double[][] arrays rather than RealTuple[] arrays; the array organization is double[tuple_dimension][number_of_tuples]; can modify and return argument array |
float[][] |
fromReference(float[][] tuples)
convert RealTuple values from Reference coordinates; for efficiency, input and output values are passed as double[][] arrays rather than RealTuple[] arrays; the array organization is double[tuple_dimension][number_of_tuples]; can modify and return argument array for efficiency, subclasses should override this implementation |
double[][] |
toReference(double[][] tuples)
convert RealTuple values to Reference coordinates; for efficiency, input and output values are passed as double[][] arrays rather than RealTuple[] arrays; the array organization is double[tuple_dimension][number_of_tuples]; can modify and return argument array |
float[][] |
toReference(float[][] tuples)
convert RealTuple values to Reference coordinates; for efficiency, input and output values are passed as double[][] arrays rather than RealTuple[] arrays; the array organization is double[tuple_dimension][number_of_tuples]; can modify and return argument array; for efficiency, subclasses should override this implementation |
| Methods inherited from class visad.CoordinateSystem |
|---|
canConvert, checkTable, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindPolarCoordinateSystem(RealTupleType reference)
throws VisADException
VisADException
public WindPolarCoordinateSystem(RealTupleType reference,
Unit[] units)
throws VisADException
VisADException
public WindPolarCoordinateSystem()
throws VisADException
VisADException| Method Detail |
|---|
public double[][] toReference(double[][] tuples)
throws VisADException
CoordinateSystem
toReference in class CoordinateSystemVisADException
public double[][] fromReference(double[][] tuples)
throws VisADException
CoordinateSystem
fromReference in class CoordinateSystemVisADException
public float[][] toReference(float[][] tuples)
throws VisADException
CoordinateSystem
toReference in class CoordinateSystemVisADException
public float[][] fromReference(float[][] tuples)
throws VisADException
CoordinateSystem
fromReference in class CoordinateSystemVisADExceptionpublic boolean equals(java.lang.Object cs)
CoordinateSystem
equals in class CoordinateSystem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||