public class GpxRoute extends GpxBase
Constructor and Description |
---|
GpxRoute() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getNumber() |
java.util.List<GpxWaypoint> |
getPoints() |
void |
setNumber(int number) |
void |
setPoints(java.util.List<GpxWaypoint> rtept) |
public java.lang.Integer getNumber()
public void setNumber(int number)
public java.util.List<GpxWaypoint> getPoints()
public void setPoints(java.util.List<GpxWaypoint> rtept)