java.lang.Object
org.eclipse.mosaic.lib.routing.graphhopper.profile.RoutingProfile
org.eclipse.mosaic.lib.routing.graphhopper.profile.CarProfile

public class CarProfile extends RoutingProfile
  • Field Details

  • Constructor Details

    • CarProfile

      public CarProfile()
  • Method Details

    • createTagParsers

      public List<com.graphhopper.routing.util.parsers.TagParser> createTagParsers(com.graphhopper.routing.ev.EncodedValueLookup lookup)
      Description copied from class: RoutingProfile
      A list of parsers used to fill EncodedValue instances from road data.
      Specified by:
      createTagParsers in class RoutingProfile