Shape
data class Shape(val shapeId: String, val shapePointLatitude: Double, val shapePointLongitude: Double, val shapePointSequence: Int, val shapeDistTraveled: Double? = null)(source)
Rules for mapping vehicle travel paths, sometimes referred to as route alignments.
This class represents a record in the shapes.txt file.
Constructors
Properties
Link copied to clipboard
Actual distance traveled along the shape from the first shape point to the point specified in this record.
Link copied to clipboard
Identifies a shape.
Link copied to clipboard
Latitude of a shape point.
Link copied to clipboard
Longitude of a shape point.
Link copied to clipboard
Sequence in which the shape points connect to form the shape.