|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.CoordinateSystem
visad.georef.NavigatedCoordinateSystem
public abstract class NavigatedCoordinateSystem
Abstract class for CoordinateSystems that have RealType.Latitude and RealType.Longitude in their reference RealTupleType.
| Constructor Summary | |
|---|---|
NavigatedCoordinateSystem(RealTupleType reference,
Unit[] units)
Constructs from the type of the reference coordinate system and units for values in this coordinate system. |
|
| Method Summary | |
|---|---|
int |
getLatitudeIndex()
Get the index of RealType.Latitude in the reference RealTupleType. |
int |
getLongitudeIndex()
Get the index of RealType.Longitude in the reference RealTupleType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavigatedCoordinateSystem(RealTupleType reference,
Unit[] units)
throws VisADException
reference - The type of the reference coordinate system. The
reference must contain RealType.Latitude and
RealType.Longitude. Values in the reference
coordinate system shall be in units of
reference.getDefaultUnits() unless specified
otherwise.units - The default units for this coordinate system.
Numeric values in this coordinate system shall be
in units of units unless specified otherwise.
May be null or an array of null-s.
VisADException - Couldn't create necessary VisAD object or
reference does not contain RealType.Latitude
or RealType.Longitude.| Method Detail |
|---|
public int getLatitudeIndex()
public int getLongitudeIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||