public interface MarkerProducers
Modifier and Type | Method and Description |
---|---|
Marker |
createMarker(WayPoint wp,
java.io.File relativePath,
MarkerLayer parentLayer,
double time,
double offset)
Returns a Marker object if this implementation wants to create one for the
given input data, or
null otherwise. |
Marker createMarker(WayPoint wp, java.io.File relativePath, MarkerLayer parentLayer, double time, double offset)
null
otherwise.wp
- waypoint datarelativePath
- An path to use for constructing relative URLs or
null
for no relative URLsnull
.