public static class ConvertToDataLayerAction.FromGpxLayer extends ConvertToDataLayerAction<GpxLayer>
GpxLayer
to a OsmDataLayer
.ConvertToDataLayerAction.FromGpxLayer, ConvertToDataLayerAction.FromMarkerLayer
Modifier and Type | Field and Description |
---|---|
private java.text.DateFormat |
timeFormatter |
layer
Constructor and Description |
---|
FromGpxLayer(GpxLayer layer)
Creates a new
FromGpxLayer . |
Modifier and Type | Method and Description |
---|---|
DataSet |
convert()
Performs the conversion to a
DataSet . |
actionPerformed
private final java.text.DateFormat timeFormatter
public FromGpxLayer(GpxLayer layer)
FromGpxLayer
.layer
- the source layerpublic DataSet convert()
ConvertToDataLayerAction
DataSet
.convert
in class ConvertToDataLayerAction<GpxLayer>