Uses of Record Class
com.cta4j.common.geo.Coordinates
Packages that use Coordinates
Package
Description
-
Uses of Coordinates in com.cta4j.bus.vehicle.model
Methods in com.cta4j.bus.vehicle.model that return CoordinatesModifier and TypeMethodDescriptionVehicle.coordinates()Returns the value of thecoordinatesrecord component.Constructors in com.cta4j.bus.vehicle.model with parameters of type CoordinatesModifierConstructorDescriptionVehicle(String id, String route, String destination, Coordinates coordinates, boolean delayed, VehicleMetadata metadata) Constructs aVehicle. -
Uses of Coordinates in com.cta4j.train.common.model
Methods in com.cta4j.train.common.model that return CoordinatesModifier and TypeMethodDescription@Nullable CoordinatesArrivalMetadata.coordinates()Returns the value of thecoordinatesrecord component.Constructors in com.cta4j.train.common.model with parameters of type CoordinatesModifierConstructorDescriptionArrivalMetadata(String runNumber, TrainDirection direction, @Nullable Coordinates coordinates, @Nullable String flags) Constructs anArrivalMetadata. -
Uses of Coordinates in com.cta4j.train.follow.model
Methods in com.cta4j.train.follow.model that return CoordinatesModifier and TypeMethodDescription@Nullable CoordinatesFollowTrain.coordinates()Returns the value of thecoordinatesrecord component.Constructors in com.cta4j.train.follow.model with parameters of type CoordinatesModifierConstructorDescriptionFollowTrain(@Nullable Coordinates coordinates, List<Arrival> arrivals) Constructs aFollowTrain. -
Uses of Coordinates in com.cta4j.train.location.model
Methods in com.cta4j.train.location.model that return CoordinatesModifier and TypeMethodDescriptionLocationTrain.coordinates()Returns the value of thecoordinatesrecord component.Constructors in com.cta4j.train.location.model with parameters of type CoordinatesModifierConstructorDescriptionLocationTrain(String run, String destinationStationId, String destinationName, TrainDirection direction, String nextStationId, String nextStopId, String nextStationName, Instant predictionTime, Instant arrivalTime, boolean approaching, boolean delayed, @Nullable String flags, Coordinates coordinates) Constructs aLocationTrain.