Uses of Enum Class
com.targomo.client.api.enums.TravelType
Packages that use TravelType
Package
Description
-
Uses of TravelType in com.targomo.client.api
Methods in com.targomo.client.api that return TravelTypeModifier and TypeMethodDescriptionTravelOptions.getTravelType()Deprecated.for backwards compatibilityMethods in com.targomo.client.api with parameters of type TravelTypeModifier and TypeMethodDescriptionvoidTravelOptions.setTravelType(TravelType type) Set the travel type to use when routing. -
Uses of TravelType in com.targomo.client.api.enums
Methods in com.targomo.client.api.enums that return TravelTypeModifier and TypeMethodDescriptionstatic TravelTypeTravelType.fromString(String key) static TravelTypestatic TravelTypeReturns the enum constant of this class with the specified name.static TravelType[]TravelType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TravelType in com.targomo.client.api.geo
Methods in com.targomo.client.api.geo that return types with arguments of type TravelTypeModifier and TypeMethodDescriptionDefaultTargetCoordinate.getTravelTypes()Not implemented, will throw exception.Location.getTravelTypes()Get the travel type(s) associated with the location.Methods in com.targomo.client.api.geo with parameters of type TravelTypeModifier and TypeMethodDescriptionvoidAbstractCoordinate.setTravelType(TravelType travelType) Set the travel type to use when routing.voidAbstractGeometry.setTravelType(TravelType travelType) Set the travel type to use when routing.voidDefaultSourceAddress.setTravelType(TravelType travelType) voidDefaultTargetCoordinate.setTravelType(TravelType travelType) Not implemented, will throw exception.voidLocation.setTravelType(TravelType travelType) Set the travel type to use when routing.Method parameters in com.targomo.client.api.geo with type arguments of type TravelTypeModifier and TypeMethodDescriptionvoidDefaultTargetCoordinate.setTravelTypes(List<TravelType> travelType) Not implemented, will throw exception.voidLocation.setTravelTypes(List<TravelType> travelTypes) Set the travel type(s) to use when routing.Constructors in com.targomo.client.api.geo with parameters of type TravelTypeModifierConstructorDescriptionDefaultSourceAddress(String h3Address, TravelType travelType) DefaultSourceAddress(String h3Address, TravelType travelType, LocationProperties locationProperties) DefaultSourceCoordinate(String id, double x, double y, TravelType travelType) Generate Source coordinate with a TravelType as well as ID, X and Y values.DefaultSourceCoordinate(String id, double x, double y, TravelType travelType, LocationProperties locationProperties) Generate Source coordinate with a TravelType as well as ID, X and Y values.DefaultSourceGeometry(String id, String geojson, int crs, TravelType travelType) Generate Source geometry with a TravelType as well as ID, geojson and crs values.DefaultSourceGeometry(String id, String geojson, int crs, TravelType travelType, boolean routeFromCentroid) DefaultSourceGeometry(String id, String geojson, int crs, TravelType travelType, boolean routeFromCentroid, LocationProperties locationProperties) Generate Source geometry with a TravelType as well as ID, geojson and crs values.DefaultSourceGeometry(String id, String geojson, int crs, TravelType travelType, LocationProperties locationProperties) Constructor parameters in com.targomo.client.api.geo with type arguments of type TravelTypeModifierConstructorDescriptionDefaultSourceAddress(String h3Address, List<TravelType> travelTypes, LocationProperties locationProperties) DefaultSourceCoordinate(String id, double x, double y, List<TravelType> travelTypes, LocationProperties locationProperties) DefaultSourceGeometry(String id, String geojson, int crs, List<TravelType> travelTypes, boolean routeFromCentroid, LocationProperties locationProperties) -
Uses of TravelType in com.targomo.client.api.quality.criterion
Methods in com.targomo.client.api.quality.criterion that return TravelTypeModifier and TypeMethodDescriptionGravitationCriterionDefinition.getTravelType()RoutingBasedCriterionDefinition.getTravelType() -
Uses of TravelType in com.targomo.client.api.util
Method parameters in com.targomo.client.api.util with type arguments of type TravelTypeModifier and TypeMethodDescriptionstatic voidSerializationUtil.travelTypeListToJsonGenerator(List<TravelType> travelTypes, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, String fieldNameList, String fieldNameSingle) static StringSerializationUtil.travelTypeListToString(List<TravelType> travelTypes)