|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.SegmentPointMesg
public class SegmentPointMesg
Field Summary | |
---|---|
static int |
AltitudeFieldNum
|
static int |
DistanceFieldNum
|
static int |
LeaderTimeFieldNum
|
static int |
MessageIndexFieldNum
|
static int |
PositionLatFieldNum
|
static int |
PositionLongFieldNum
|
protected static Mesg |
segmentPointMesg
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
SegmentPointMesg()
|
|
SegmentPointMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Float |
getAltitude()
Get altitude field Units: m Comment: Accumulated altitude along the segment at the described point |
java.lang.Float |
getDistance()
Get distance field Units: m Comment: Accumulated distance along the segment at the described point |
java.lang.Float[] |
getLeaderTime()
|
java.lang.Float |
getLeaderTime(int index)
Get leader_time field Units: s Comment: Accumualted time each leader board member required to reach the described point. |
java.lang.Integer |
getMessageIndex()
Get message_index field |
int |
getNumLeaderTime()
|
java.lang.Integer |
getPositionLat()
Get position_lat field Units: semicircles |
java.lang.Integer |
getPositionLong()
Get position_long field Units: semicircles |
void |
setAltitude(java.lang.Float altitude)
Set altitude field Units: m Comment: Accumulated altitude along the segment at the described point |
void |
setDistance(java.lang.Float distance)
Set distance field Units: m Comment: Accumulated distance along the segment at the described point |
void |
setLeaderTime(int index,
java.lang.Float leaderTime)
Set leader_time field Units: s Comment: Accumualted time each leader board member required to reach the described point. |
void |
setMessageIndex(java.lang.Integer messageIndex)
Set message_index field |
void |
setPositionLat(java.lang.Integer positionLat)
Set position_lat field Units: semicircles |
void |
setPositionLong(java.lang.Integer positionLong)
Set position_long field Units: semicircles |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MessageIndexFieldNum
public static final int PositionLatFieldNum
public static final int PositionLongFieldNum
public static final int DistanceFieldNum
public static final int AltitudeFieldNum
public static final int LeaderTimeFieldNum
protected static final Mesg segmentPointMesg
Constructor Detail |
---|
public SegmentPointMesg()
public SegmentPointMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Integer getMessageIndex()
public void setMessageIndex(java.lang.Integer messageIndex)
messageIndex
- public java.lang.Integer getPositionLat()
public void setPositionLat(java.lang.Integer positionLat)
positionLat
- public java.lang.Integer getPositionLong()
public void setPositionLong(java.lang.Integer positionLong)
positionLong
- public java.lang.Float getDistance()
public void setDistance(java.lang.Float distance)
distance
- public java.lang.Float getAltitude()
public void setAltitude(java.lang.Float altitude)
altitude
- public java.lang.Float[] getLeaderTime()
public int getNumLeaderTime()
public java.lang.Float getLeaderTime(int index)
index
- of leader_time
public void setLeaderTime(int index, java.lang.Float leaderTime)
index
- of leader_timeleaderTime
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |