object Sc4Path extends DbpfTypeCompanion[Sc4Path]
- Source
- Sc4Path.scala
- Alphabetic
- By Inheritance
- Sc4Path
- DbpfTypeCompanion
- WithContentConverter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type Cardinal = Sc4Path.Cardinal.Value
- type Coord = (Float, Float, Float)
- case class Path(comment: Option[String], transportType: TransportType, classNumber: Int, entry: Cardinal, exit: Cardinal, junction: Boolean = false, coords: Seq[Coord]) extends PathLike with Product with Serializable
- sealed trait PathLike extends AnyRef
- case class StopPath(comment: Option[String], uk: Boolean, transportType: TransportType, classNumber: Int, entry: Cardinal, exit: Cardinal, coord: Coord) extends PathLike with Product with Serializable
- type TransportType = Sc4Path.TransportType.Value
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
- def apply(terrainVariance: Boolean, paths: Seq[Path], stopPaths: Seq[StopPath] = Seq(), decFormat: Option[DecimalFormat] = None): Sc4Path
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
contentConverter: Converter[BufferedEntry[DbpfType], BufferedEntry[Sc4Path]]
- Definition Classes
- DbpfTypeCompanion → WithContentConverter
-
implicit
val
converter: Converter[DbpfType, Sc4Path]
- Definition Classes
- Sc4Path → DbpfTypeCompanion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
threeDecimals: DecimalFormat
useful format for new paths (three decimal digits)
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Cardinal extends Enumeration
- object StrictParsing extends DbpfTypeCompanion[Sc4Path]
- object TransportType extends Enumeration