|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.prep.aces.geomaps.AcesLineStyle
public final class AcesLineStyle
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 |
|---|
public static final java.lang.String CVS_VERSION_ID
public static final AcesLineStyle SOLID
public static final AcesLineStyle SHORT_DASH
public static final AcesLineStyle LONG_DASH
public static final AcesLineStyle SYMBOL
private java.lang.String typeName
| Constructor Detail |
|---|
private AcesLineStyle(java.lang.String typeName)
typeName - : the type of lineStyle in string format.| Method Detail |
|---|
public final java.lang.String getTypeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||