public class AngleValue extends Object implements IPredatorMetadataValue
| Constructor and Description |
|---|
AngleValue(byte[] bytes,
String label)
Create from encoded bytes.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDegrees()
Get the value of this angle in degrees.
|
String |
getDisplayableValue()
Return a string of the displayable value.
|
String |
getDisplayName()
Get the human-readable name for the value.
|
public AngleValue(byte[] bytes,
String label)
bytes - Byte array of length 4label - Human-readable labelpublic String getDisplayableValue()
IKlvValuegetDisplayableValue in interface IKlvValuepublic String getDisplayName()
IKlvValuegetDisplayName in interface IKlvValuepublic double getDegrees()
Copyright © 2022 West Ridge Systems. All rights reserved.