public class TargetMunitionsDetailHandler extends java.lang.Object implements MarkerDetailHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TARGET_MUNITIONS_VISIBLE |
| Constructor and Description |
|---|
TargetMunitionsDetailHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
toCotDetail(Marker marker,
CotDetail detail)
Given a marker and an CotDetail (usually empty), fill the detail as
appropriate from entries in the Marker Detail.
|
void |
toMarkerMetadata(Marker marker,
CotEvent event,
CotDetail detail)
Given a CotEvent and CotDetails create the appropriate entries in a
Marker.
|
public static final java.lang.String TARGET_MUNITIONS_VISIBLE
public void toCotDetail(Marker marker, CotDetail detail)
MarkerDetailHandlertoCotDetail in interface MarkerDetailHandlerpublic void toMarkerMetadata(Marker marker, CotEvent event, CotDetail detail)
MarkerDetailHandlertoMarkerMetadata in interface MarkerDetailHandler