public class CotEventFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CotEvent |
createCotEvent(MapItem item)
Given a MapItem, produce a valid CotEvent first by trying to
convert it using a CotEvent service provider, then if the
event has a "type" and does not contain the value "nevercot",
then try to create a GENERIC cot message.
|