| Package | Description |
|---|---|
| com.topografix.gpx |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<WptType> |
RteType.rtept |
protected java.util.List<WptType> |
TrksegType.trkpt |
protected java.util.List<WptType> |
GpxType.wpt |
| Modifier and Type | Method and Description |
|---|---|
WptType |
ObjectFactory.createWptType()
Create an instance of
WptType |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WptType> |
RteType.getRtept()
Gets the value of the rtept property.
|
java.util.List<WptType> |
TrksegType.getTrkpt()
Gets the value of the trkpt property.
|
java.util.List<WptType> |
GpxType.getWpt()
Gets the value of the wpt property.
|