- clear() - Method in class mil.af.cursorOnTarget.CotDetail
-
- clearDescription(String) - Method in class mil.af.cursorOnTarget.CotTypeTree
-
Removes any description currently associated with the specified type String
- clone() - Method in class mil.af.cursorOnTarget.CotPoint
-
Creates a new instance of a CotPoint with its values as copies of the
original.
- contains(Object) - Method in class mil.af.cursorOnTarget.CotDetail
-
- containsAll(Collection<?>) - Method in class mil.af.cursorOnTarget.CotDetail
-
- containsFlowTag(String) - Method in class mil.af.cursorOnTarget.FlowTags
-
Returns a boolean indicating if a given flow tag (attribute) has been set on this FlowTags object.
- convertCotDateStringToDate(String) - Static method in class mil.af.cursorOnTarget.CotUtils
-
Converts a String representation of a date into a Date object
- convertDateToCotDateString(Date) - Static method in class mil.af.cursorOnTarget.CotUtils
-
Converts a Date object into a properly formatted date time string for CoT.
- copy(CotEvent) - Static method in class mil.af.cursorOnTarget.CotEvent
-
Returns a deep copy of the CotEvent object
- CotDetail - Class in mil.af.cursorOnTarget
-
The CotDetail class represents all of the content within a CoT message's "detail" element.
- CotDetail() - Constructor for class mil.af.cursorOnTarget.CotDetail
-
Class constructor.
- CotDetail(CotDetail) - Constructor for class mil.af.cursorOnTarget.CotDetail
-
Copy constructor for CotDetail.
- CotEvent - Class in mil.af.cursorOnTarget
-
The CotEvent class represents a Cursor on Target Event
- CotEvent() - Constructor for class mil.af.cursorOnTarget.CotEvent
-
Constructs a new CotEvent, setting all required attributes to default values.
- CotPoint - Class in mil.af.cursorOnTarget
-
The CotPoint class represents the "point" portion of a Cursor on Target Event
- CotPoint() - Constructor for class mil.af.cursorOnTarget.CotPoint
-
Constructs object with default values
- CotTypeTree - Class in mil.af.cursorOnTarget
-
The CotTypeTree class represents the hierarchical type structure for CoT messages.
- CotUtils - Class in mil.af.cursorOnTarget
-
The CotUtils class contains a collection of static utility functions including time formatting and geospatial conversions
- CotUtils() - Constructor for class mil.af.cursorOnTarget.CotUtils
-
- CotUtils.LatitudeDirection - Enum in mil.af.cursorOnTarget
-
The LatitudeDirection enumeration contains values to represent North and South
- CotUtils.LatitudeDmsDirection - Class in mil.af.cursorOnTarget
-
The LatitudeDmsDirection class represents a latitude value with degrees, minutes, seconds, and a direction (North or South)
- CotUtils.LatitudeDmsDirection(int, int, double, CotUtils.LatitudeDirection) - Constructor for class mil.af.cursorOnTarget.CotUtils.LatitudeDmsDirection
-
- CotUtils.LatitudeLongitudePair - Class in mil.af.cursorOnTarget
-
The LatitudeLongitudePair class represents a geographic location as a pair of latitude and longitude values
- CotUtils.LatitudeLongitudePair(double, double) - Constructor for class mil.af.cursorOnTarget.CotUtils.LatitudeLongitudePair
-
- CotUtils.LongitudeDirection - Enum in mil.af.cursorOnTarget
-
The LongitudeDirection enumeration contains values to represent East and West
- CotUtils.LongitudeDmsDirection - Class in mil.af.cursorOnTarget
-
The LongitudeDmsDirection class represents a longitude value with degrees, minutes, seconds, and a direction (East or West)
- CotUtils.LongitudeDmsDirection(int, int, double, CotUtils.LongitudeDirection) - Constructor for class mil.af.cursorOnTarget.CotUtils.LongitudeDmsDirection
-