public abstract class NavigatedCoordinateSystem extends CoordinateSystem
Constructor and Description |
---|
NavigatedCoordinateSystem(RealTupleType reference,
Unit[] units)
Constructs from the type of the reference coordinate system and
units for values in this coordinate system.
|
Modifier and Type | Method and Description |
---|---|
int |
getLatitudeIndex()
Get the index of RealType.Latitude in the reference RealTupleType.
|
int |
getLongitudeIndex()
Get the index of RealType.Longitude in the reference RealTupleType.
|
canConvert, equals, fromReference, fromReference, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
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.public int getLatitudeIndex()
public int getLongitudeIndex()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.