Uses of Class
core.Link.RoadType
-
Packages that use Link.RoadType Package Description core -
-
Uses of Link.RoadType in core
Methods in core that return Link.RoadType Modifier and Type Method Description Link.RoadType
Link. get_road_type()
static Link.RoadType
Link.RoadType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Link.RoadType[]
Link.RoadType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in core with parameters of type Link.RoadType Constructor Description Link(Network network, jaxb.Roadparam rp, long id, float length, int full_lanes, Node start_node, Node end_node, core.geometry.RoadGeometry rg, Link.RoadType rt, jaxb.Points jpoints, Long alt_next_link)
-