|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.prep.aces.geomaps.AcesGeoSymbol
public class AcesGeoSymbol
This class represents a completed AcesGeoSymbol consisting of an AcesClassType, AcesSymbolType and a single Position. See the source AcesGeoSymbol
| Field Summary | |
|---|---|
private AcesClassType |
classType
|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private Position |
symbolPosition
|
private AcesSymbolType |
symbolType
|
| Constructor Summary | |
|---|---|
AcesGeoSymbol(AcesClassType classType,
AcesSymbolType symbolType,
Position symbolPosition)
Constructor - AcesGeoSymbol is the representation of a completed Geosymbol. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassTypeString()
Method getClassTypeString |
java.lang.String |
getLatitude()
Method getLatitude |
java.lang.String |
getLongitude()
Method getLongitude |
java.lang.String |
getNameTypeString()
Method getNameTypeString |
java.lang.String |
getSymbolPositionString()
Method getSymbolPositionString |
java.lang.String |
getSymbolTypeString()
Method getSymbolTypeString |
java.lang.String |
toString()
Method toString returns a String representation of this Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
private AcesClassType classType
private AcesSymbolType symbolType
private Position symbolPosition
| Constructor Detail |
|---|
public AcesGeoSymbol(AcesClassType classType,
AcesSymbolType symbolType,
Position symbolPosition)
classType - : The information reguarding what the line indicates.symbolType - : What type of symbol is to be displayed.symbolPosition - : The location of the symbol on the map.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic final java.lang.String getClassTypeString()
for more information.public final java.lang.String getNameTypeString()
for more information.public final java.lang.String getSymbolTypeString()
for more information.public final java.lang.String getLatitude()
public final java.lang.String getLongitude()
public final java.lang.String getSymbolPositionString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||