|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.CoordinateSystem
ucar.unidata.view.geoloc.TransectDisplay.TransectCoordinateSystem
protected class TransectDisplay.TransectCoordinateSystem
Class for converting from lat/lon/alt to xyz
| Constructor Summary | |
|---|---|
TransectDisplay.TransectCoordinateSystem(Gridded2DSet line)
Create a new CS |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
See if this is equal to the object in question. |
double[][] |
fromReference(double[][] xyz)
Transform display XYZ values to latitude/longitude/altitude |
float[][] |
fromReference(float[][] xyz)
Transform display XYZ values to latitude/longitude/altitude |
double[][] |
toReference(double[][] latlonalt)
Transform latitude/longitude/altitude value to XYZ |
float[][] |
toReference(float[][] latlonalt)
Transform latitude/longitude/altitude value to XYZ |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransectDisplay.TransectCoordinateSystem(Gridded2DSet line)
throws VisADException
line - line of lat/lon points
VisADException - problem creating the CS| Method Detail |
|---|
public float[][] toReference(float[][] latlonalt)
throws VisADException
toReference in class CoordinateSystemlatlonalt - array of latitude, longitude, altitude values
VisADException - can't create the necessary VisAD object
public double[][] toReference(double[][] latlonalt)
throws VisADException
toReference in class CoordinateSystemlatlonalt - array of latitude, longitude, altitude values
VisADException - can't create the necessary VisAD object
public double[][] fromReference(double[][] xyz)
throws VisADException
fromReference in class CoordinateSystemxyz - array of Display.DisplaySpatialCartesianTuple XYZ values
VisADException - can't create the necessary VisAD object
public float[][] fromReference(float[][] xyz)
throws VisADException
fromReference in class CoordinateSystemxyz - array of Display.DisplaySpatialCartesianTuple XYZ values
VisADException - can't create the necessary VisAD objectpublic boolean equals(Object o)
equals in class CoordinateSystemo - object in question.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||