|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.prep.aces.geomaps.AcesGeoLine
public class AcesGeoLine
This class represents a completed AcesGeoLine consisting of an AcesClassType, AcesLineStyle and two Positions.See the source AcesGeoLine
| Field Summary | |
|---|---|
private AcesClassType |
classType
|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private Position |
endPosition
|
private AcesLineStyle |
lineStyle
|
private Position |
startPosition
|
| Constructor Summary | |
|---|---|
AcesGeoLine(AcesClassType classType,
AcesLineStyle lineStyle,
Position startPosition,
Position endPosition)
Constructor - |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassTypeString()
Method getClassTypeString returns a String representation of this objects ClassType Number field. |
java.lang.String |
getEndLatitude()
Method getEndLatitude returns a String represenation of a Latitude based after the endPosition field of this object. |
java.lang.String |
getEndLongitude()
Method getEndLongitude returns a String representation of a longitude based after the endPosition field of this object. |
java.lang.String |
getEndPositionString()
Method getEndPositionString returns the endPosition field of this object converted to DraText format. |
java.lang.String |
getLineStyleString()
Method getLineStyleString returns a String representation of this objects LineStyle TypeName field. |
java.lang.String |
getNameTypeString()
Method getNameTypeString returns a String representation of this objects ClassType Name field. |
java.lang.String |
getStartLatitude()
Method getStartLatitude returns a String representation of a Latitude based after he startPosition field of this object. |
java.lang.String |
getStartLongitude()
Method getStartLongitude returns a String representation of a longitude based after the startPosition field of this object. |
java.lang.String |
getStartPositionString()
Method getStartPositionString returns the startPosition field of this object converted to DraText format. |
java.lang.String |
toString()
Method toString returns a string representation of an AcesGeoline 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 AcesLineStyle lineStyle
private Position startPosition
private Position endPosition
| Constructor Detail |
|---|
public AcesGeoLine(AcesClassType classType,
AcesLineStyle lineStyle,
Position startPosition,
Position endPosition)
AcesGeoLine is the representation of a completed Geoline given a start position and end position.
classType - : The information reguarding what the line relates to.
: an example would be SECTOR for a sector boundary.lineStyle - : What type of line is to be displayed. Solid,
: dashed, or short-dashed are examples.startPosition - : Where the line originates from.endPosition - : Where the line ends at.
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic final java.lang.String getNameTypeString()
public final java.lang.String getClassTypeString()
public final java.lang.String getLineStyleString()
public final java.lang.String getStartLatitude()
public final java.lang.String getEndLatitude()
public final java.lang.String getStartLongitude()
public final java.lang.String getEndLongitude()
public final java.lang.String getStartPositionString()
public final java.lang.String getEndPositionString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||