faa.tg.units
Interface HasText
- All Known Implementing Classes:
- Angle, Azimuth, DisplayRotation, FlightPathAngle, FlightPathRelAirAngle, GroundTrackHeading, Latitude, Longitude, MagneticDeclination, MagneticHeading, MagneticVariation, NasTime, Radial, RollAngle, SimulationTime, SystemTime, Time, TrueBearing, TrueHeading, WindDirection, WindDirectionFrom, WindDirectionTo
public interface HasText
Marker interface for measurements that have a standard text output.
See the source: HasText.java
- Version:
- $Id: HasText.java,v 3.1 2009/01/07 21:37:55 danaw Exp $
- Author:
- Dana N. Whicker; TGF/L-3 Titan/Engility Corporation; Jan 6, 2009
|
Field Summary |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
|
Method Summary |
java.lang.String |
toText()
Returns the value in a standardized text output value. |
CVS_VERSION_ID
static final java.lang.String CVS_VERSION_ID
- The CVS Version ID
- See Also:
- Constant Field Values
toText
java.lang.String toText()
- Returns the value in a standardized text output value.