Class LineProperties
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
LineProperties
specify the properties of the the road
section directly adjacent to a reference point.
In the case of a first or intermediate reference point this is the
section immediately after the reference point. In the case of a last reference point
it is the section leading to the reference point, unless we are dealing with a
ClosedLinearLocationReference
, in which case they describe the first section of the path
leading back to the first reference point.
param: frc The functional road class of the section. param: fow The form of way of the section. param: bearing The bearing of the road at the beginning of the described section. The bearing is the angle between the start of the section and the point 20m into the section. param: srBearingLeft Optional bearing of road on the left hand side of the referenced line. param: srBearingRight Optional bearing of road on the right hand side of the referenced line.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLineProperties
(FunctionalRoadClass frc, FormOfWay fow, Bearing bearing, Optional<Bearing> srBearingLeft, Optional<Bearing> srBearingRight) LineProperties
(FunctionalRoadClass frc, FormOfWay fow, Bearing bearing, scala.Option<Bearing> srBearingLeft, scala.Option<Bearing> srBearingRight) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
LineProperties
public LineProperties(FunctionalRoadClass frc, FormOfWay fow, Bearing bearing, scala.Option<Bearing> srBearingLeft, scala.Option<Bearing> srBearingRight) -
LineProperties
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) -
toString
-
frc
-
fow
-
bearing
-
srBearingLeft
-
srBearingRight
-
getFrc
-
getFow
-
getBearing
-
getSrBearingLeft
-
getSrBearingRight
-