faa.tg.map
Class AcesMapLine

java.lang.Object
  extended by faa.tg.map.MapLine
      extended by 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

Field Summary
static java.lang.String CVS_VERSION_ID
          CVS Version
private  LineClass lineClass
           
 
Constructor Summary
AcesMapLine(Position startPos, Position endPos, MapLineStyle style, LineClass lineClass)
          Constructor
 
Method Summary
 LineClass getLineClass()
          return line class
 java.lang.String toString()
          returns a string representation of this object
 
Methods inherited from class faa.tg.map.MapLine
getEndingPosition, getStartingPosition, getStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
CVS Version

See Also:
Constant Field Values

lineClass

private LineClass lineClass
Constructor Detail

AcesMapLine

public AcesMapLine(Position startPos,
                   Position endPos,
                   MapLineStyle style,
                   LineClass lineClass)
Constructor

Parameters:
startPos - - starting Position of line
endPos - - ending Position of line
style - - style of line
lineClass - - the class of line
Method Detail

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