|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectus.zuercher.gpx2map.data.AbstractGpxEntity
us.zuercher.gpx2map.data.WayPoint
us.zuercher.gpx2map.data.TrackPoint
public class TrackPoint
TrackPoint represents a GPX track-point. Track-points are identical to
way-points in every way except their
type.
| Field Summary |
|---|
| Fields inherited from class us.zuercher.gpx2map.data.WayPoint |
|---|
dateTimePropertyNames, decimalPropertyNames, integerPropertyNames, stringPropertyNames |
| Fields inherited from class us.zuercher.gpx2map.data.AbstractGpxEntity |
|---|
dateFormatter |
| Constructor Summary | |
|---|---|
TrackPoint(LatLon location)
Construct a new TrackPoint with the given coordinates. |
|
| Method Summary | |
|---|---|
String |
getType()
Overrides WayPoint to configure type as "TRKPT". |
| Methods inherited from class us.zuercher.gpx2map.data.WayPoint |
|---|
equals, equals, getDateTimePropertyNames, getDecimalPropertyNames, getIntegerPropertyNames, getLocation, getStringPropertyNames, hashCode, toExtendedString, toString |
| Methods inherited from class us.zuercher.gpx2map.data.AbstractGpxEntity |
|---|
equals, getDateTimeProperty, getDecimalProperty, getIntegerProperty, getStringProperty, setDateTimeProperty, setDecimalProperty, setIntegerProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrackPoint(LatLon location)
location - the TrackPoint's location| Method Detail |
|---|
public String getType()
WayPoint to configure type as "TRKPT".
getType in class WayPoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||