|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.CoordinateSystem
ucar.visad.quantities.PolarHorizontalWind.PolarCoordinateSystem
public static final class PolarHorizontalWind.PolarCoordinateSystem
Provides support for transforming wind coordinates between polar and cartesian representations.
| Constructor Summary | |
|---|---|
PolarHorizontalWind.PolarCoordinateSystem(Unit speedUnit,
Unit directionUnit)
Constructs from units for speed and direction. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Tests for semantic equality with an object. |
double[][] |
fromReference(double[][] values)
Converts wind coordinates from cartesian to polar. |
float[][] |
fromReference(float[][] values)
Converts wind coordinates from cartesian to polar. |
double[][] |
toReference(double[][] values)
Converts wind coordinates from polar to cartesian. |
float[][] |
toReference(float[][] values)
Converts wind coordinates from polar to cartesian. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolarHorizontalWind.PolarCoordinateSystem(Unit speedUnit,
Unit directionUnit)
throws VisADException
speedUnit - The unit for speed.directionUnit - The unit for direction.
VisADException - Couldn't create necessary VisAD object.| Method Detail |
|---|
public double[][] toReference(double[][] values)
throws VisADException
toReference in class CoordinateSystemvalues - Polar wind coordinates (speed,
direction).
VisADException - Couldn't create necessary VisAD object.
public float[][] toReference(float[][] values)
throws VisADException
toReference in class CoordinateSystemvalues - Polar wind coordinates (speed,
direction).
VisADException - Couldn't create necessary VisAD object.
public double[][] fromReference(double[][] values)
throws VisADException
fromReference in class CoordinateSystemvalues - Cartesian wind coordinates (u, v).
VisADException - Couldn't create necessary VisAD object.
public float[][] fromReference(float[][] values)
throws VisADException
fromReference in class CoordinateSystemvalues - Cartesian wind coordinates (u, v).
VisADException - Couldn't create necessary VisAD object.public boolean equals(Object object)
equals in class CoordinateSystemobject - The object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||