SYMBOL INDEX (117 symbols across 17 files) FILE: src/offlinemapmatching/__init__.py function classFactory (line 28) | def classFactory(iface): # pylint: disable=invalid-name FILE: src/offlinemapmatching/mm/helper/measurement_statistics.py class MeasurementStatistics (line 3) | class MeasurementStatistics: method __init__ (line 5) | def __init__(self): method addMeasurement (line 8) | def addMeasurement(self, value): method getMeanValue (line 11) | def getMeanValue(self): method getStandardDeviation (line 14) | def getStandardDeviation(self): FILE: src/offlinemapmatching/mm/hidden_states/candidate.py class Candidate (line 4) | class Candidate: method __init__ (line 6) | def __init__(self, point, distance, observation_id): method getEmissionProbability (line 11) | def getEmissionProbability(self, sigma, my): FILE: src/offlinemapmatching/mm/hidden_states/hidden_model.py class HiddenModel (line 12) | class HiddenModel: method __init__ (line 14) | def __init__(self, trajectory, network): method createGraph (line 27) | def createGraph(self, maximum_distance): method createBacktracking (line 85) | def createBacktracking(self): method findViterbiPath (line 125) | def findViterbiPath(self): method setTransitions (line 168) | def setTransitions(self, fast_map_matching=False): method candidatesHaveDifferentPositions (line 214) | def candidatesHaveDifferentPositions(self, candidate_1, candidate_2): method setStartingProbabilities (line 227) | def setStartingProbabilities(self): method addFeaturesToLayer (line 241) | def addFeaturesToLayer(self, features, attributes, crs): method getPathOnNetwork (line 265) | def getPathOnNetwork(self, vertices, field_array): method initProgressbar (line 313) | def initProgressbar(self, maximum): method updateProgressbar (line 319) | def updateProgressbar(self): method initFeedback (line 325) | def initFeedback(self, maximum): method updateFeedback (line 333) | def updateFeedback(self): FILE: src/offlinemapmatching/mm/hidden_states/transition.py class Transition (line 4) | class Transition: method __init__ (line 6) | def __init__(self, start_candidate, end_candidate, network, different_... method setDirectionProbability (line 16) | def setDirectionProbability(self, start_observation, end_observation): method setRoutingProbability (line 61) | def setRoutingProbability(self, distance_between_observations, beta): method setTransitionProbability (line 76) | def setTransitionProbability(self): method getAllpoints_on_network (line 84) | def getAllpoints_on_network(self, network): method getLengthOfTransition (line 88) | def getLengthOfTransition(self): method getDistanceOfBeeline (line 103) | def getDistanceOfBeeline(self): FILE: src/offlinemapmatching/mm/map_matcher.py class MapMatcher (line 7) | class MapMatcher: method __init__ (line 9) | def __init__(self): method startViterbiMatchingGui (line 16) | def startViterbiMatchingGui(self, pb, trajectory_name, network_name, a... method startViterbiMatchingProcessing (line 84) | def startViterbiMatchingProcessing(self, trajectory_name, network_name... method fillLayerComboBox (line 184) | def fillLayerComboBox(self, iface, combobox, geom_type): method fillAttributeComboBox (line 199) | def fillAttributeComboBox(self, combobox, layername): method getLayer (line 212) | def getLayer(self, layername): method setUp (line 218) | def setUp(self, line_layer, point_layer, point_attr, feedback): method defineAttributes (line 234) | def defineAttributes(self): FILE: src/offlinemapmatching/mm/observation/intersection.py class Intersection (line 3) | class Intersection: method __init__ (line 5) | def __init__(self, geometry, edge_ids): FILE: src/offlinemapmatching/mm/observation/network.py class Network (line 6) | class Network: method __init__ (line 9) | def __init__(self, linestring_layer): method extractAllIntersections (line 15) | def extractAllIntersections(self): method routing (line 52) | def routing(self, start, end): FILE: src/offlinemapmatching/mm/observation/observation.py class Observation (line 6) | class Observation: method __init__ (line 8) | def __init__(self, point, id): method getAllCandidates (line 12) | def getAllCandidates(self, network, max_distance): method getCandidates (line 27) | def getCandidates(self, network, max_distance): method isIntersectionInSearchDistance (line 85) | def isIntersectionInSearchDistance(self, edges, candidates): FILE: src/offlinemapmatching/mm/observation/trajectory.py class Trajectory (line 4) | class Trajectory: method __init__ (line 6) | def __init__(self, point_layer, id_field): method extractObservations (line 11) | def extractObservations(self, point_layer, id_field): FILE: src/offlinemapmatching/mm_processing/clip_network_algorithm.py class ClipNetworkAlgorithm (line 49) | class ClipNetworkAlgorithm(QgsProcessingAlgorithm): method initAlgorithm (line 73) | def initAlgorithm(self, config): method processAlgorithm (line 121) | def processAlgorithm(self, parameters, context, feedback): method name (line 221) | def name(self): method helpUrl (line 231) | def helpUrl(self): method shortHelpString (line 241) | def shortHelpString(self): method displayName (line 251) | def displayName(self): method group (line 258) | def group(self): method groupId (line 265) | def groupId(self): method tr (line 275) | def tr(self, string): method createInstance (line 278) | def createInstance(self): method icon (line 281) | def icon(self): FILE: src/offlinemapmatching/mm_processing/offline_map_matching_algorithm.py class OfflineMapMatchingAlgorithm (line 49) | class OfflineMapMatchingAlgorithm(QgsProcessingAlgorithm): method initAlgorithm (line 74) | def initAlgorithm(self, config): method processAlgorithm (line 130) | def processAlgorithm(self, parameters, context, feedback): method name (line 210) | def name(self): method helpUrl (line 220) | def helpUrl(self): method shortHelpString (line 230) | def shortHelpString(self): method displayName (line 240) | def displayName(self): method group (line 247) | def group(self): method groupId (line 254) | def groupId(self): method tr (line 264) | def tr(self, string): method createInstance (line 267) | def createInstance(self): method icon (line 270) | def icon(self): FILE: src/offlinemapmatching/mm_processing/offline_map_matching_provider.py class OfflineMapMatchingProvider (line 41) | class OfflineMapMatchingProvider(QgsProcessingProvider): method __init__ (line 43) | def __init__(self): method unload (line 52) | def unload(self): method loadAlgorithms (line 59) | def loadAlgorithms(self): method id (line 66) | def id(self): method icon (line 74) | def icon(self): method name (line 77) | def name(self): method longName (line 86) | def longName(self): FILE: src/offlinemapmatching/mm_processing/reduce_trajectory_density.py class ReduceTrajectoryDensity (line 50) | class ReduceTrajectoryDensity(QgsProcessingAlgorithm): method initAlgorithm (line 73) | def initAlgorithm(self, config): method processAlgorithm (line 112) | def processAlgorithm(self, parameters, context, feedback): method name (line 165) | def name(self): method helpUrl (line 175) | def helpUrl(self): method shortHelpString (line 185) | def shortHelpString(self): method displayName (line 195) | def displayName(self): method group (line 202) | def group(self): method groupId (line 209) | def groupId(self): method tr (line 219) | def tr(self, string): method createInstance (line 222) | def createInstance(self): method icon (line 225) | def icon(self): method reduceDensity (line 228) | def reduceDensity(self, startIndex, nextIndex, layer, distance, output... FILE: src/offlinemapmatching/offline_map_matching.py class OfflineMapMatching (line 46) | class OfflineMapMatching: method __init__ (line 49) | def __init__(self, iface): method tr (line 107) | def tr(self, message): method add_action (line 122) | def add_action( method initGui (line 199) | def initGui(self): method clipNetwork (line 243) | def clipNetwork(self): method reduceDensity (line 246) | def reduceDensity(self): method fastTrajectoryMatching (line 249) | def fastTrajectoryMatching(self): method matchTrajectory (line 252) | def matchTrajectory(self): method unload (line 255) | def unload(self): method run (line 270) | def run(self): method populateComboBox (line 296) | def populateComboBox(self, type): method startPopulateFieldsComboBox (line 305) | def startPopulateFieldsComboBox(self): method startMapMatching (line 308) | def startMapMatching(self): FILE: src/offlinemapmatching/offline_map_matching_dialog.py class OfflineMapMatchingDialog (line 34) | class OfflineMapMatchingDialog(QtWidgets.QDialog, FORM_CLASS): method __init__ (line 35) | def __init__(self, parent=None): FILE: src/offlinemapmatching/resources.py function qInitResources (line 470) | def qInitResources(): function qCleanupResources (line 473) | def qCleanupResources():