Package com.luciad.util
Interface ILcdOriented
- All Known Subinterfaces:
ILcd3DOrientationSettable
,ILcd3DOriented
,ILcdOrientationSettable
- All Known Implementing Classes:
TLcdASTERIXPlot
,TLcdASTERIXTrack
,TLcdEarthArrowIcon
,TLcdEarthSparseIcon
,TLcdEarthWindIcon
,TLcdEditableAPP6AObject
,TLcdEditableMS2525bObject
,TLcdGRIBArrowIcon
,TLcdGRIBWindIcon
,TLcdNVG15Text
,TLcdNVG20Rectangle
,TLcdNVG20RectangularRing
,TLcdNVG20Text
,TLcdRadar
public interface ILcdOriented
Describes an object that has an orientation. The orientation should be interpreted as
a clockwise angle in degrees starting from 12 o'clock.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the orientation of this object in degrees.
-
Method Details
-
getOrientation
double getOrientation()Returns the orientation of this object in degrees. The orientation should be interpreted as a clockwise angle in degrees starting from 12 o'clock.If there is no rotation known for this object, return
Double.NaN
.- Returns:
- the orientation of this object in degrees, or
NaN
if undefined.
-