Class LineProperties

java.lang.Object
com.here.platform.location.tpeg2.olr.LineProperties
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class LineProperties extends Object implements 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: