public class RoadSegmentLocation extends Location
Like RoadLocation, but for high scale problems to avoid the memory issue of keeping the entire cost matrix in memory. Used with DistanceType.SEGMENTED_ROAD_DISTANCE.
  • Field Details

  • Constructor Details

    • RoadSegmentLocation

      public RoadSegmentLocation()
    • RoadSegmentLocation

      public RoadSegmentLocation(long id)
    • RoadSegmentLocation

      public RoadSegmentLocation(long id, double latitude, double longitude)
  • Method Details