Package | Description |
---|---|
com.gpxcreator.gpxpanel |
Modifier and Type | Method and Description |
---|---|
WaypointGroup.EleCorrectedStatus |
WaypointGroup.correctElevation(boolean doCleanse)
Corrects the elevation of each
Waypoint in the group and updates the aggregate group properties.Optionally can do a "cleanse," attempting to fill missing data (SRTM voids) in the response. Note: The MapQuest Open Elevation API has a bug with POST XML, and the useFilter parameter. |
static WaypointGroup.EleCorrectedStatus |
WaypointGroup.EleCorrectedStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WaypointGroup.EleCorrectedStatus[] |
WaypointGroup.EleCorrectedStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|