public class DeviceLocationWithAsset extends DeviceEventWithAsset implements IDeviceLocation
DeviceLocation so that information about the asset associated
with its assignment is available.asset, UNASSOCIATED_ASSET_NAME, wrapped| Constructor and Description |
|---|
DeviceLocationWithAsset(IDeviceLocation wrapped,
IAssetModuleManager assets) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getElevation()
Get elevation value.
|
java.lang.Double |
getLatitude()
Get latitude value.
|
java.lang.Double |
getLongitude()
Get longitude value.
|
addOrReplaceMetadata, clearMetadata, compareTo, getAssetId, getAssetModuleId, getAssetName, getAssignmentType, getDeviceAssignmentToken, getEventDate, getEventType, getId, getMetadata, getMetadata, getReceivedDate, getSiteToken, getWrapped, removeMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssetId, getAssetModuleId, getAssignmentType, getDeviceAssignmentToken, getEventDate, getEventType, getId, getReceivedDate, getSiteTokenaddOrReplaceMetadata, clearMetadata, getMetadata, getMetadata, removeMetadatapublic DeviceLocationWithAsset(IDeviceLocation wrapped, IAssetModuleManager assets) throws SiteWhereException
SiteWhereExceptionpublic java.lang.Double getLatitude()
IDeviceLocationgetLatitude in interface IDeviceLocationpublic java.lang.Double getLongitude()
IDeviceLocationgetLongitude in interface IDeviceLocationpublic java.lang.Double getElevation()
IDeviceLocationgetElevation in interface IDeviceLocation