Uses of Class
com.graphhopper.matching.Observation
-
Uses of Observation in com.graphhopper.matching
Fields in com.graphhopper.matching declared as ObservationModifier and TypeFieldDescriptionfinal ObservationObservationWithCandidateStates.observationObservation made at this time step.Methods in com.graphhopper.matching that return ObservationMethods in com.graphhopper.matching that return types with arguments of type ObservationModifier and TypeMethodDescriptionMapMatching.filterObservations(List<Observation> observations) Filters observations to only those which will be used for map matching (i.e.Method parameters in com.graphhopper.matching with type arguments of type ObservationModifier and TypeMethodDescriptionMapMatching.filterObservations(List<Observation> observations) Filters observations to only those which will be used for map matching (i.e.MapMatching.match(List<Observation> observations) Constructors in com.graphhopper.matching with parameters of type ObservationModifierConstructorDescriptionObservationWithCandidateStates(Observation observation, List<State> candidates) State(Observation entry, Snap snap) Creates an undirected candidate for a real node.State(Observation entry, Snap snap, VirtualEdgeIteratorState incomingVirtualEdge, VirtualEdgeIteratorState outgoingVirtualEdge) Creates a directed candidate for a virtual node.