Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
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 |
The CotUtils class contains a collection of static utility functions including time formatting and geospatial conversions
|
CotUtils.LatitudeDmsDirection |
The LatitudeDmsDirection class represents a latitude value with degrees, minutes, seconds, and a direction (North or South)
|
CotUtils.LatitudeLongitudePair |
The LatitudeLongitudePair class represents a geographic location as a pair of latitude and longitude values
|
CotUtils.LongitudeDmsDirection |
The LongitudeDmsDirection class represents a longitude value with degrees, minutes, seconds, and a direction (East or West)
|
FlowTags |
The FlowTags class represents the "_flow-tags_" Cursor on Target sub-schema
|
FlowTagsParser |
The FlowTagsParser class implements the capability to parse the XML string representation of a "_flow-tags_" detail sub-element into a FlowTags object
|
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").
|
RemarksParser |
The RemarksParser class implements the capability to parse the XML string representation of a "remarks" detail sub-element into a Remarks object
|
Enum | Description |
---|---|
Affiliation |
The Affiliation enumeration represents the affiliation (friendly, hostile, etc.) of an entity
|
CotUtils.LatitudeDirection |
The LatitudeDirection enumeration contains values to represent North and South
|
CotUtils.LongitudeDirection |
The LongitudeDirection enumeration contains values to represent East and West
|
Domain |
The Domain enumeration represents the battle domain (air, ground, sea-surface, etc.) of an entity
|
RootType |
The RootType enumeration represents the highest level categorization (atoms, bits, etc.) of an entity
|
Exception | Description |
---|---|
DetailSubelementException |
Thrown to indicate that the application has attempted to parse a String as a particular DetailSubelement type,
but the String is not of the appropriate format (missing element, invalid value, etc.)
|
ErrorBoundUndefinedException |
Thrown when attempting to perform an operation that requires specified error bounds on a CotPoint that has one or both error bounds undefined.
|
UnsupportedCotVersionException |
Thrown when attempting to parse a CoT message with a version attribute value that is not supported by this implementation
|