v2x-client
Package Index
|
Class Index
com.commsignia.v2x.client
com.commsignia.v2x.client.exception
com.commsignia.v2x.client.model
com.commsignia.v2x.client.model.bsm
com.commsignia.v2x.client.model.dev
com.commsignia.v2x.client.model.ivi
com.commsignia.v2x.client.model.poti
com.commsignia.v2x.client.model.stationinfo
com.commsignia.v2x.utils
com.commsignia.v2x.utils.units
com.commsignia.v2x.utils.vectors
Classes
AccelerationControl
AccidentSubCauseCode
AdverseWeatherConditionAdhesionSubCauseCode
AdverseWeatherConditionExtremeWeatherConditionSubCauseCode
AdverseWeatherConditionPrecipitationSubCauseCode
AdverseWeatherConditionVisibilitySubCauseCode
AllowedManeuvers
BaseSubCauseCode
CanNotification
CanNotification.Builder
CauseCode
CenDsrcTollingZone
CenDsrcTollingZone.Builder
ClosedLanes
CollisionRiskSubCauseCode
CustomSubCauseCode
DangerousEndOfQueueSubCauseCode
DangerousGoodsExtended
DangerousSituationSubCauseCode
DeltaReferencePosition
DeltaReferencePosition.Builder
DENM
DENMActionID
DENMTerminate
DENMTrigger
DestAreaCircle
DestAreaCircle.Builder
DestAreaEllipse
DestAreaEllipse.Builder
DestAreaRectangle
DestAreaRectangle.Builder
DiagnosticsNotification
DiagnosticsNotification.Builder
DrivingLaneStatus
EmergencyPriority
EmergencyVehicleApproachingSubCauseCode
EnergyStorageType
EventPoint
EventPoint.Builder
ExteriorLights
FacilityNotification
FacilityNotification.Builder
FacilitySubscriptionMessages
GenericLane
GeonetSecurityInfo
GeonetSecurityInfo.Builder
GeonetSendData
GeonetSendData.Builder
GNNotification
GNNotification.Builder
GNTrafficClass
GpsStatus
GpsStatus.Builder
HazardousLocationAnimalOnTheRoadSubCauseCode
HazardousLocationDangerousCurveSubCauseCode
HazardousLocationObstacleOnTheRoadSubCauseCode
HazardousLocationSurfaceConditionSubCauseCode
HumanPresenceOnTheRoadSubCauseCode
HumanProblemSubCauseCode
ImpactReduction
ImpactReduction.PositionOfPillar
InjectData
InjectData.Builder
Intersection
IntersectionState
LaneConnection
LaneNode
LaneSharing
LdmFilter
LdmObject
ManualPosition
ManualPosition.Builder
ModelUtilities
MovementEvent
MovementState
NavNotification
NavNotification.Builder
Position3D
PositionFilter
PositionOfOccupants
PositionOfOccupants.RowStatus
PostCrashSubCauseCode
PrimaryCause
<S extends
BaseSubCauseCode
>
PrioritizationResponse
ProfilingRequestResults
ProtectedCommunicationZone
ProtectedCommunicationZone.Builder
ReferencePos
RegSpeedLimit
RescueAndRecoveryWorkInProgressSubCauseCode
RoadWorks
RoadworksSubCauseCode
SignalViolationSubCauseCode
SlowVehicleSubCauseCode
SpecialTransportType
StationaryVehicle
StationaryVehicleSubCauseCode
StationBasicInfo
StationCommonInfo
StationObject
StationPositionInfo
StationSpecialInfo
StatisticsResponse
TracePathPoint
TrafficConditionSubCauseCode
VehicleBreakdownSubCauseCode
WrongWayDrivingSubCauseCode
WsaNotification
WsaNotification.Builder
WsmpNotification
WsmpNotification.Builder
WsmpSendData
WsmpSendData.Builder
Enums
AltConfidence
AntennaChoice
BTPType
CanInjectType
ChannelAccessMode
CurvatureCalculationMode
CurvatureConfidence
CurvatureSource
DangerousGoodsBasicCategory
DriveDirection
FacilityNotificationType
GNMethod
HardShoulderStatus
InjectData.Type
IntersectionStatus
LaneBundling
LaneDirection
LaneType
LdmObject.NotificationType
LdmObjectType
LdmSubscriptionLocal
LightbarInUse
MovementPhase
NavModeType
PerformanceClass
PositioningSolutionType
PrioritizationResponseStatus
ProtectedZoneType
PtActivationType
RegSpeedLimitType
RelevanceDistance
RelevanceTrafficDirection
RequestResponseIndication
RoadType
RoadWorksSubCause
ShapeType
SirenInUse
StationarySince
StationType
TimeConfidence
TrafficRule
VehicleLengthConfidenceIndication
VehicleRole
WsmpSecurityStatus
WsmpSendSecurity
YawRateConfidence
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
NavNotification.Builder
extends Object
java.lang.Object
↳
com.commsignia.v2x.client.model.NavNotification.Builder
Summary
Public Constructors
NavNotification.Builder
()
Public Methods
NavNotification
build
()
NavNotification.Builder
withAltitude
(double altitude,
LengthUnit
altitudeUnit)
NavNotification.Builder
withAltitudeAccuracy
(double altitudeAccuracy,
LengthUnit
altitudeAccuracyUnit)
NavNotification.Builder
withHeading
(double heading,
DegreeUnit
headingUnit)
NavNotification.Builder
withHeadingAccuracy
(double headingAccuracy,
DegreeUnit
headingAccuracyUnit)
NavNotification.Builder
withLatitude
(long latitude)
NavNotification.Builder
withLongitude
(long longitude)
NavNotification.Builder
withNavMode
(
NavModeType
navMode)
NavNotification.Builder
withSemiMajor
(double semiMajor,
LengthUnit
semiMajorUnit)
NavNotification.Builder
withSemiMajorOrientation
(double semiMajorOrientation,
DegreeUnit
semiMajorOrientationUnit)
NavNotification.Builder
withSemiMinor
(double semiMinor,
LengthUnit
semiMinorUnit)
NavNotification.Builder
withSpeed
(double speed,
SpeedUnit
speedUnit)
NavNotification.Builder
withSpeedAccuracy
(double speedAccuracy,
SpeedUnit
speedAccuracyUnit)
NavNotification.Builder
withTimestamp
(long timestamp)
NavNotification.Builder
withValid
(boolean valid)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
NavNotification.Builder
()
Public Methods
public
NavNotification
build
()
public
NavNotification.Builder
withAltitude
(double altitude,
LengthUnit
altitudeUnit)
public
NavNotification.Builder
withAltitudeAccuracy
(double altitudeAccuracy,
LengthUnit
altitudeAccuracyUnit)
public
NavNotification.Builder
withHeading
(double heading,
DegreeUnit
headingUnit)
public
NavNotification.Builder
withHeadingAccuracy
(double headingAccuracy,
DegreeUnit
headingAccuracyUnit)
public
NavNotification.Builder
withLatitude
(long latitude)
public
NavNotification.Builder
withLongitude
(long longitude)
public
NavNotification.Builder
withNavMode
(
NavModeType
navMode)
public
NavNotification.Builder
withSemiMajor
(double semiMajor,
LengthUnit
semiMajorUnit)
public
NavNotification.Builder
withSemiMajorOrientation
(double semiMajorOrientation,
DegreeUnit
semiMajorOrientationUnit)
public
NavNotification.Builder
withSemiMinor
(double semiMinor,
LengthUnit
semiMinorUnit)
public
NavNotification.Builder
withSpeed
(double speed,
SpeedUnit
speedUnit)
public
NavNotification.Builder
withSpeedAccuracy
(double speedAccuracy,
SpeedUnit
speedAccuracyUnit)
public
NavNotification.Builder
withTimestamp
(long timestamp)
public
NavNotification.Builder
withValid
(boolean valid)