| Package | Description |
|---|---|
| at.gridgears.aml |
| Modifier and Type | Method and Description |
|---|---|
AmlMessage.PositioningMethod |
AmlMessage.getPositionMethod() |
static AmlMessage.PositioningMethod |
AmlMessage.PositioningMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmlMessage.PositioningMethod[] |
AmlMessage.PositioningMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AmlMessageBuilder |
AmlMessageBuilder.positionMethod(AmlMessage.PositioningMethod positionMethod) |
| Constructor and Description |
|---|
AmlMessage(Integer version,
Double latitude,
Double longitude,
Double radiusMeters,
String imsi,
String imei,
java.time.Instant timeOfPositioning,
Integer levelOfConfidence,
AmlMessage.PositioningMethod positionMethod,
String mcc,
String mnc,
Integer length) |
Copyright © 2017. All rights reserved.