faa.tg.pointmodel
Class FixedPointModel
java.lang.Object
faa.tg.pointmodel.PointModel
faa.tg.pointmodel.FixedPointModel
- All Implemented Interfaces:
- java.io.Serializable
public class FixedPointModel
- extends PointModel
The FixedPointModel is a model of a fixed object
whose position will be represented as a single point.
See section 6 of the Detailed Design Document for a discussion
of design issues.
See the source: FixedPointModel.java
- Version:
- $Id: FixedPointModel.java,v 3.2 2008/10/20 16:23:13 lykensj Exp $
- Author:
- Jocelyn Scheppers
- See Also:
PointModel,
Position,
Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
CVS_VERSION_ID
public static final java.lang.String CVS_VERSION_ID
- The CVS Version ID
- See Also:
- Constant Field Values
FixedPointModel
public FixedPointModel(Position pos)
- constructor for the FixedPointModel Object
- Parameters:
Position - of the object