| Package | Description |
|---|---|
| org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| Modifier and Type | Field and Description |
|---|---|
private GpxConstants.ColorFormat |
GpxTrack.colorFormat |
| Modifier and Type | Method and Description |
|---|---|
static GpxConstants.ColorFormat |
GpxConstants.ColorFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GpxConstants.ColorFormat[] |
GpxConstants.ColorFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GpxTrack.convertColor(GpxConstants.ColorFormat cFormat)
Converts the color to the given format, if present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GpxWriter.write(GpxData data,
GpxConstants.ColorFormat colorFormat,
boolean savePrefs)
Writes the given GPX data.
|