faa.tg.prep.aces.geomaps
Class AcesLineStyle

java.lang.Object
  extended by faa.tg.prep.aces.geomaps.AcesLineStyle

public final class AcesLineStyle
extends java.lang.Object

 AcesLineType represents the various line types found within the
 Aces Geomaps files.
 
 See the source AcesLineType


Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
static AcesLineStyle LONG_DASH
           
static AcesLineStyle SHORT_DASH
           
static AcesLineStyle SOLID
          A DcpHeaderWord contains the data indicating which type of Line to be drawn.
static AcesLineStyle SYMBOL
           
private  java.lang.String typeName
           
 
Constructor Summary
private AcesLineStyle(java.lang.String typeName)
          Constructor - AcesLineStyle has a private constructor: no new instances of this class can be created.
 
Method Summary
 java.lang.String getTypeName()
          Method getTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

SOLID

public static final AcesLineStyle SOLID
A DcpHeaderWord contains the data indicating which type of Line to be drawn. This data is stored within the 2nd Byte - when a bitwise '&' is applied to it the resulting value has the following form: 48 indicates a long dash. 32 indicates a short dash. 0 indicates a solid line. Finally Symbol indicates a SymbolClass - not a LineClass


SHORT_DASH

public static final AcesLineStyle SHORT_DASH

LONG_DASH

public static final AcesLineStyle LONG_DASH

SYMBOL

public static final AcesLineStyle SYMBOL

typeName

private java.lang.String typeName
Constructor Detail

AcesLineStyle

private AcesLineStyle(java.lang.String typeName)
Constructor - AcesLineStyle has a private constructor: no new instances of this class can be created.

Parameters:
typeName - : the type of lineStyle in string format.
Method Detail

getTypeName

public final java.lang.String getTypeName()
Method getTypeName

Returns:
the type of lineStyle in string format.