Skip to content
LocationInfo.md 3.11 KiB
Newer Older
# LocationInfo
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accuracy** | [**Integer**](integer.md) | Horizontal accuracy / (semi-major) uncertainty of location provided in meters, as defined in ETSI TS 123 032 [14]. Present only if \"shape\" equals 4, 5 or 6 | [optional] [default to null]
**accuracyAltitude** | [**Integer**](integer.md) | Altitude accuracy / uncertainty of location provided in meters, as defined in ETSI TS 123 032 [14]. Present only if \"shape\" equals 3 or 4 | [optional] [default to null]
**accuracySemiMinor** | [**Integer**](integer.md) | Horizontal accuracy / (semi-major) uncertainty of location provided in meters, as defined in ETSI TS 123 032 [14]. Present only if \"shape\" equals 4, 5 or 6 | [optional] [default to null]
**altitude** | [**Float**](float.md) | Location altitude relative to the WGS84 ellipsoid surface. | [optional] [default to null]
**confidence** | [**Integer**](integer.md) | Confidence by which the position of a target entity is known to be within the shape description, expressed as a percentage and defined in ETSI TS 123 032 [14]. Present only if \"shape\" equals 1, 4 or 6 | [optional] [default to null]
**includedAngle** | [**Integer**](integer.md) | Present only if \"shape\" equals 6 | [optional] [default to null]
**innerRadius** | [**Integer**](integer.md) | Present only if \"shape\" equals 6 | [optional] [default to null]
**latitude** | [**List**](float.md) | Location latitude, expressed in the range -90° to +90°. Cardinality greater than one only if \"shape\" equals 7. | [default to null]
**longitude** | [**List**](float.md) | Location longitude, expressed in the range -180° to +180°. Cardinality greater than one only if \"shape\" equals 7. | [default to null]
**offsetAngle** | [**Integer**](integer.md) | Present only if \"shape\" equals 6 | [optional] [default to null]
**orientationMajorAxis** | [**Integer**](integer.md) | Angle of orientation of the major axis, expressed in the range 0° to 180°, as defined in ETSI TS 123 032 [14]. Present only if \"shape\" equals 4 or 6 | [optional] [default to null]
**shape** | [**Integer**](integer.md) | Shape information, as detailed in ETSI TS 123 032 [14], associated with the reported location coordinate: <p>1 = ELLIPSOID_ARC <p>2 = ELLIPSOID_POINT <p>3 = ELLIPSOID_POINT_ALTITUDE <p>4 = ELLIPSOID_POINT_ALTITUDE_UNCERT_ELLIPSOID <p>5 = ELLIPSOID_POINT_UNCERT_CIRCLE <p>6 = ELLIPSOID_POINT_UNCERT_ELLIPSE <p>7 = POLYGON | [default to null]
**timeStamp** | [**TimeStamp**](TimeStamp.md) |  | [optional] [default to null]
**uncertaintyRadius** | [**Integer**](integer.md) | Present only if \"shape\" equals 6 | [optional] [default to null]
**velocity** | [**LocationInfo_velocity**](LocationInfo_velocity.md) |  | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)