Uses of Class
jaxb.Points
-
Packages that use Points Package Description core jaxb -
-
Uses of Points in core
Constructors in core with parameters of type Points Constructor Description Link(Network network, Roadparam rp, long id, float length, int full_lanes, Node start_node, Node end_node, RoadGeometry rg, Link.RoadType rt, Points jpoints, Long alt_next_link)
-
Uses of Points in jaxb
Methods in jaxb that return Points Modifier and Type Method Description Points
ObjectFactory. createPoints()
Create an instance ofPoints
Points
Link. getPoints()
Gets the value of the points property.Methods in jaxb with parameters of type Points Modifier and Type Method Description void
Link. setPoints(Points value)
Sets the value of the points property.
-