public class NumTrackPoints extends Object implements IVmtiMetadataValue
From ST0903:
The number of coordinates of type Location that describe the trackHistorySeries of VMTI detections for the target. Strictly speaking, Number of Track Points is unnecessary, since the value is derivable from the Length information associated with VTracker Tag 9 trackHistorySeries. If specified, the number of track points needs to be at least 1, else no trackHistorySeries would exist.Valid Values: The set of all integers from 1 to 65,536 inclusive
| Constructor and Description |
|---|
NumTrackPoints(byte[] bytes)
Create from encoded bytes.
|
NumTrackPoints(int value)
Create from value.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Get the encoded bytes.
|
String |
getDisplayableValue()
Return a string of the displayable value.
|
String |
getDisplayName()
Get the human-readable name for the value.
|
int |
getNumberOfTrackPoints()
Get the number of track points.
|
public NumTrackPoints(int value)
value - The number of track points.public NumTrackPoints(byte[] bytes)
bytes - Byte array of variable length, maximum 2public int getNumberOfTrackPoints()
public byte[] getBytes()
IVmtiMetadataValuegetBytes in interface IVmtiMetadataValuepublic String getDisplayableValue()
IKlvValuegetDisplayableValue in interface IKlvValuepublic final String getDisplayName()
IKlvValuegetDisplayName in interface IKlvValueCopyright © 2022 West Ridge Systems. All rights reserved.