case class LineProperties(frc: FunctionalRoadClass, fow: FormOfWay, bearing: Bearing, srBearingLeft: Option[Bearing], srBearingRight: Option[Bearing]) extends Product with 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.
- frc
The functional road class of the section.
- fow
The form of way of the section.
- 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.
- srBearingLeft
Optional bearing of road on the left hand side of the referenced line.
- srBearingRight
Optional bearing of road on the right hand side of the referenced line.
- Alphabetic
- By Inheritance
- LineProperties
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LineProperties(frc: FunctionalRoadClass, fow: FormOfWay, bearing: Bearing, srBearingLeft: Optional[Bearing], srBearingRight: Optional[Bearing])
- new LineProperties(frc: FunctionalRoadClass, fow: FormOfWay, bearing: Bearing, srBearingLeft: Option[Bearing], srBearingRight: Option[Bearing])
- frc
The functional road class of the section.
- fow
The form of way of the section.
- 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.
- srBearingLeft
Optional bearing of road on the left hand side of the referenced line.
- srBearingRight
Optional bearing of road on the right hand side of the referenced line.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bearing: Bearing
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fow: FormOfWay
- val frc: FunctionalRoadClass
- def getBearing: Bearing
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getFow: FormOfWay
- def getFrc: FunctionalRoadClass
- def getSrBearingLeft: Optional[Bearing]
- def getSrBearingRight: Optional[Bearing]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val srBearingLeft: Option[Bearing]
- val srBearingRight: Option[Bearing]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)