Uses of Class
org.optaweb.vehiclerouting.plugin.websocket.PortableCoordinates
-
Packages that use PortableCoordinates Package Description org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket. -
-
Uses of PortableCoordinates in org.optaweb.vehiclerouting.plugin.websocket
Methods in org.optaweb.vehiclerouting.plugin.websocket that return PortableCoordinates Modifier and Type Method Description (package private) static PortableCoordinatesPortableCoordinates. fromCoordinates(Coordinates coordinates)Methods in org.optaweb.vehiclerouting.plugin.websocket that return types with arguments of type PortableCoordinates Modifier and Type Method Description List<PortableCoordinates>ServerInfo. getBoundingBox()List<List<PortableCoordinates>>PortableRoute. getTrack()Constructor parameters in org.optaweb.vehiclerouting.plugin.websocket with type arguments of type PortableCoordinates Constructor Description ServerInfo(List<PortableCoordinates> boundingBox, List<String> countryCodes, List<RoutingProblemInfo> demos)
-