Class and Description |
---|
Affiliation
The Affiliation enumeration represents the affiliation (friendly, hostile, etc.) of an entity
|
CotDetail
The CotDetail class represents all of the content within a CoT message's "detail" element.
|
CotEvent
The CotEvent class represents a Cursor on Target Event
|
CotPoint
The CotPoint class represents the "point" portion of a Cursor on Target Event
|
CotTypeTree
The CotTypeTree class represents the hierarchical type structure for CoT messages.
|
CotUtils.LatitudeDirection
The LatitudeDirection enumeration contains values to represent North and South
|
CotUtils.LatitudeDmsDirection
The LatitudeDmsDirection class represents a latitude value with degrees, minutes, seconds, and a direction (North or South)
|
CotUtils.LongitudeDirection
The LongitudeDirection enumeration contains values to represent East and West
|
CotUtils.LongitudeDmsDirection
The LongitudeDmsDirection class represents a longitude value with degrees, minutes, seconds, and a direction (East or West)
|
DetailSubelement
DetailSubelement is the fundamental interface for all CoT subschemas (any elements that appear within a CoT message's "detail" section).
|
DetailSubelementParser
The DetailSubelementParser interface specifies the parse method required of any implementation which converts an XML String into a specific type of DetailSubelement.
|
Domain
The Domain enumeration represents the battle domain (air, ground, sea-surface, etc.) of an entity
|
FlowTags
The FlowTags class represents the "_flow-tags_" Cursor on Target sub-schema
|
GenericDetailSubelement
The GenericDetailSubelement class represents a non-specific Cursor on Target subschema.
|
Remarks
The Remarks class represents the Cursor On Target sub-schema for generic remarks (aka "FreeText").
|
RootType
The RootType enumeration represents the highest level categorization (atoms, bits, etc.) of an entity
|
UnsupportedCotVersionException
Thrown when attempting to parse a CoT message with a version attribute value that is not supported by this implementation
|