public class TrackPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
course
The course of an object being tracked, expressed in decimal degrees and measured from true
north in a clockwise direction
|
TrackPointDetail |
detail |
long |
eventTime
Date and Time of this event (track item).
|
GeodeticPosition |
location
The position of an object being tracked.
|
String |
motionEvent
The motion event
|
Area |
objectMask
A spatial outline of an object being tracked.
|
Security |
security |
Double |
speed
The speed of an object being tracked, expressed in meters per second (m/s).
|
String |
trackItemComment |
String |
trackItemSource |
ModalityType |
trackPointSource
information related to the source of the track point data.
|
TrackPointType |
trackPointType
Information of whether a track point is estimated, or predicted manually or automatically.
|
String |
uuid
UUID for this TrackPoint
|
| Constructor and Description |
|---|
TrackPoint() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCourse() |
TrackPointDetail |
getDetail() |
List<TrackDotSource> |
getDotSources() |
long |
getEventTime() |
Long |
getId() |
GeodeticPosition |
getLocation() |
Area |
getObjectMask() |
Security |
getSecurity() |
Double |
getSpeed() |
String |
getTrackItemComment() |
String |
getTrackItemSource() |
ModalityType |
getTrackPointSource() |
TrackPointType |
getTrackPointType() |
String |
getUuid() |
void |
setCourse(Double course) |
void |
setDetail(TrackPointDetail detail) |
void |
setDotSources(List<TrackDotSource> dotSources) |
void |
setEventTime(long eventTime) |
void |
setId(Long id) |
void |
setLocation(GeodeticPosition location) |
void |
setObjectMask(Area objectMask) |
void |
setSecurity(Security security) |
void |
setSpeed(Double speed) |
void |
setTrackItemComment(String trackItemComment) |
void |
setTrackItemSource(String trackItemSource) |
void |
setTrackPointSource(ModalityType trackPointSource) |
void |
setTrackPointType(TrackPointType trackPointType) |
void |
setUuid(String uuid) |
public String uuid
public Security security
public long eventTime
for example, indicating the time when the tracked target was on a specific position. Values and formats In accordance with the W3C recommendation for implementation of ISO 8601 standard.
public String trackItemSource
public String trackItemComment
public GeodeticPosition location
public Double speed
public Double course
public String motionEvent
public TrackPointType trackPointType
TrackPointTypepublic ModalityType trackPointSource
public Area objectMask
for example, in case of video tracking, a box or polygon surrounding the object may be specified.
public TrackPointDetail detail
public Long getId()
public void setId(Long id)
public String getUuid()
public void setUuid(String uuid)
public Security getSecurity()
public void setSecurity(Security security)
public long getEventTime()
public void setEventTime(long eventTime)
public String getTrackItemSource()
public void setTrackItemSource(String trackItemSource)
public String getTrackItemComment()
public void setTrackItemComment(String trackItemComment)
public GeodeticPosition getLocation()
public void setLocation(GeodeticPosition location)
public Double getSpeed()
public void setSpeed(Double speed)
public Double getCourse()
public void setCourse(Double course)
public TrackPointType getTrackPointType()
public void setTrackPointType(TrackPointType trackPointType)
public ModalityType getTrackPointSource()
public void setTrackPointSource(ModalityType trackPointSource)
public Area getObjectMask()
public void setObjectMask(Area objectMask)
public TrackPointDetail getDetail()
public void setDetail(TrackPointDetail detail)
public List<TrackDotSource> getDotSources()
public void setDotSources(List<TrackDotSource> dotSources)
Copyright © 2013–2022. All rights reserved.