|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.CoordinateSystem
visad.georef.NavigatedCoordinateSystem
visad.georef.TrivialNavigation
public class TrivialNavigation
Constructor Summary | |
---|---|
TrivialNavigation(RealTupleType reference)
Create a NavigationCoordinateSystem that just returns the input tuple. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object cs)
See if the object in question is equal to this CoordinateSystem. |
double[][] |
fromReference(double[][] refTuple)
Transform from the reference coordinates |
double[][] |
toReference(double[][] tuple)
Transform to the reference coordinates |
Methods inherited from class visad.georef.NavigatedCoordinateSystem |
---|
getLatitudeIndex, getLongitudeIndex |
Methods inherited from class visad.CoordinateSystem |
---|
canConvert, checkTable, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, 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 TrivialNavigation(RealTupleType reference) throws VisADException
reference
- reference RealTupleType
VisADException
- reference does not contain Latitude/Longitude
or couldn't create the necessary VisAD objectMethod Detail |
---|
public double[][] toReference(double[][] tuple) throws VisADException
toReference
in class CoordinateSystem
tuple
- array of values
VisADException
- tuple is null or wrong dimensionpublic double[][] fromReference(double[][] refTuple) throws VisADException
fromReference
in class CoordinateSystem
refTuple
- array of values
VisADException
- tuple is null or wrong dimensionpublic boolean equals(java.lang.Object cs)
equals
in class CoordinateSystem
cs
- Object in question
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |