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