faa.tg.map
Class AcesMapLine
java.lang.Object
faa.tg.map.MapLine
faa.tg.map.AcesMapLine
public class AcesMapLine
- extends MapLine
This class defines AcesMapLine contains information about a line in
an aces geo map such as type, style, name, start, and end
- Version:
- $Id: AcesMapLine.java,v 3.1 2006/03/14 15:57:04 samf Exp $
- Author:
- Sam Fullerton, Titan
See the source:
AcesMapLine.java
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CVS_VERSION_ID
public static final java.lang.String CVS_VERSION_ID
- CVS Version
- See Also:
- Constant Field Values
lineClass
private LineClass lineClass
AcesMapLine
public AcesMapLine(Position startPos,
Position endPos,
MapLineStyle style,
LineClass lineClass)
- Constructor
- Parameters:
startPos - - starting Position of lineendPos - - ending Position of linestyle - - style of linelineClass - - the class of line
getLineClass
public LineClass getLineClass()
- return line class
toString
public java.lang.String toString()
- returns a string representation of this object
- Overrides:
toString in class MapLine