Class Hierarchy
- java.lang.Object
- com.graphhopper.routing.weighting.AbstractAdjustedWeighting (implements com.graphhopper.routing.weighting.Weighting)
- com.graphhopper.routing.util.AbstractAlgoPreparation
- com.graphhopper.routing.AbstractBidirAlgo (implements com.graphhopper.routing.BidirRoutingAlgorithm)
- com.graphhopper.storage.AbstractDataAccess (implements com.graphhopper.storage.DataAccess)
- com.graphhopper.reader.dem.AbstractElevationProvider (implements com.graphhopper.reader.dem.ElevationProvider)
- com.graphhopper.routing.util.AbstractFlagEncoder (implements com.graphhopper.routing.util.FlagEncoder)
- com.graphhopper.util.details.AbstractPathDetailsBuilder (implements com.graphhopper.util.details.PathDetailsBuilder)
- com.graphhopper.routing.AbstractRoutingAlgorithm (implements com.graphhopper.routing.RoutingAlgorithm)
- com.graphhopper.routing.template.AbstractRoutingTemplate
- com.graphhopper.routing.util.spatialrules.AbstractSpatialRule (implements com.graphhopper.routing.util.spatialrules.SpatialRule)
- com.graphhopper.routing.weighting.AbstractWeighting (implements com.graphhopper.routing.weighting.Weighting)
- com.graphhopper.routing.AlgorithmOptions
- com.graphhopper.routing.AlgorithmOptions.Builder
- com.graphhopper.routing.AlternativeRoute (implements com.graphhopper.routing.RoutingAlgorithm)
- com.graphhopper.routing.AlternativeRoute.AlternativeInfo
- com.graphhopper.routing.AlternativeRoute.PlateauInfo
- com.graphhopper.routing.AlternativeRouteCH.AlternativeInfo
- com.graphhopper.routing.AlternativeRouteCH.PotentialAlternativeInfo
- com.graphhopper.routing.AlternativeRouteEdgeCH.AlternativeInfo
- com.graphhopper.routing.AlternativeRouteEdgeCH.PotentialAlternativeInfo
- com.graphhopper.routing.weighting.BalancedWeightApproximator
- com.graphhopper.routing.weighting.BeelineWeightApproximator (implements com.graphhopper.routing.weighting.WeightApproximator)
- com.graphhopper.routing.BidirPathExtractor
- java.util.BitSet (implements java.lang.Cloneable, java.io.Serializable)
- com.graphhopper.util.BitUtil
- com.graphhopper.storage.index.BresenhamLine
- com.graphhopper.storage.CHConfig
- com.graphhopper.storage.CHGraphImpl (implements com.graphhopper.storage.CHGraph, com.graphhopper.storage.Storable<T>)
- com.graphhopper.routing.ch.CHParameters
- com.graphhopper.routing.ch.CHPreparationHandler
- com.graphhopper.routing.ch.CHRoutingAlgorithmFactory (implements com.graphhopper.routing.RoutingAlgorithmFactory)
- com.graphhopper.coll.CompressedArray
- com.graphhopper.reader.osm.conditional.ConditionalOSMTagInspector (implements com.graphhopper.reader.ConditionalTagInspector)
- com.graphhopper.reader.osm.conditional.ConditionalParser
- com.graphhopper.util.Constants
- com.graphhopper.routing.util.spatialrules.CountriesSpatialRuleFactory (implements com.graphhopper.routing.util.spatialrules.SpatialRuleLookupBuilder.SpatialRuleFactory)
- com.graphhopper.reader.osm.conditional.DateRange
- com.graphhopper.reader.osm.conditional.DateRangeParser (implements com.graphhopper.reader.osm.conditional.ConditionalValueParser)
- com.graphhopper.storage.DAType
- com.graphhopper.routing.util.DefaultEdgeFilter (implements com.graphhopper.routing.util.EdgeFilter)
- com.graphhopper.routing.ev.DefaultEncodedValueFactory (implements com.graphhopper.routing.ev.EncodedValueFactory)
- com.graphhopper.routing.util.DefaultFlagEncoderFactory (implements com.graphhopper.routing.util.FlagEncoderFactory)
- com.graphhopper.routing.util.parsers.DefaultTagParserFactory (implements com.graphhopper.routing.util.parsers.TagParserFactory)
- com.graphhopper.routing.weighting.DefaultTurnCostProvider (implements com.graphhopper.routing.weighting.TurnCostProvider)
- com.graphhopper.routing.DirectionResolver
- com.graphhopper.routing.DirectionResolverResult
- com.graphhopper.util.DistanceCalcEarth (implements com.graphhopper.util.DistanceCalc)
- com.graphhopper.util.DouglasPeucker
- com.graphhopper.util.Downloader
- com.graphhopper.routing.subnetwork.EdgeBasedTarjanSCC
- com.graphhopper.routing.subnetwork.EdgeBasedTarjanSCC.ConnectedComponents
- com.graphhopper.routing.ch.EdgeBasedWitnessPathSearcher
- com.graphhopper.reader.dem.EdgeElevationInterpolator
- com.graphhopper.util.EdgeIterator.Edge
- com.graphhopper.reader.dem.ElevationInterpolator
- com.graphhopper.routing.ev.EncodedValue.InitializerConfig
- com.graphhopper.routing.util.EncodingManager (implements com.graphhopper.routing.ev.EncodedValueLookup)
- com.graphhopper.routing.util.EncodingManager.AcceptWay
- com.graphhopper.routing.util.EncodingManager.Builder
- com.graphhopper.util.EngineWarmUp
- com.graphhopper.storage.ExtendedNodeAccess (implements com.graphhopper.storage.NodeAccess)
- com.graphhopper.routing.ev.GetOffBike
- com.graphhopper.storage.GHDirectory (implements com.graphhopper.storage.Directory)
- com.graphhopper.coll.GHLongIntBTree (implements com.graphhopper.coll.LongIntMap)
- com.graphhopper.coll.GHSortedCollection
- com.graphhopper.coll.GHTBitSet (implements com.graphhopper.coll.GHBitSet)
- com.graphhopper.coll.GHTreeMapComposed
- com.graphhopper.util.GHUtility
- com.graphhopper.util.GHUtility.DisabledEdgeIterator (implements com.graphhopper.util.CHEdgeIterator)
- com.graphhopper.util.GHUtility.DisabledNodeAccess (implements com.graphhopper.storage.NodeAccess)
- com.graphhopper.util.GitInfo
- com.graphhopper.storage.GraphBuilder
- com.graphhopper.storage.GraphEdgeIdFinder
- com.graphhopper.storage.GraphEdgeIdFinder.BlockArea
- com.graphhopper.reader.dem.GraphElevationSmoothing
- com.graphhopper.GraphHopper (implements com.graphhopper.GraphHopperAPI)
- com.graphhopper.storage.GraphHopperStorage (implements com.graphhopper.storage.Graph, com.graphhopper.storage.GraphStorage)
- com.graphhopper.reader.dem.HeightTile
- com.graphhopper.routing.InstructionsFromEdges (implements com.graphhopper.routing.Path.EdgeVisitor)
- com.carrotsearch.hppc.IntArrayList (implements java.lang.Cloneable, com.carrotsearch.hppc.IntIndexedContainer, com.carrotsearch.hppc.Preallocable)
- com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap (implements com.graphhopper.coll.BinHeapWrapper<K,E>)
- com.carrotsearch.hppc.IntHashSet (implements java.lang.Cloneable, com.carrotsearch.hppc.IntLookupContainer, com.carrotsearch.hppc.IntSet, com.carrotsearch.hppc.Preallocable)
- com.carrotsearch.hppc.IntLongHashMap (implements java.lang.Cloneable, com.carrotsearch.hppc.IntLongMap, com.carrotsearch.hppc.Preallocable)
- com.carrotsearch.hppc.IntObjectHashMap<VType> (implements java.lang.Cloneable, com.carrotsearch.hppc.IntObjectMap<VType>, com.carrotsearch.hppc.Preallocable)
- com.graphhopper.storage.IntsRef (implements java.lang.Comparable<T>)
- com.graphhopper.debatty.java.stringsimilarity.JaroWinkler
- com.graphhopper.routing.lm.LandmarkStorage (implements com.graphhopper.storage.Storable<T>)
- com.graphhopper.routing.lm.LandmarkSuggestion
- com.graphhopper.routing.util.LevelEdgeFilter (implements com.graphhopper.routing.util.EdgeFilter)
- com.graphhopper.geohash.LinearKeyAlgo (implements com.graphhopper.geohash.KeyAlgo)
- com.graphhopper.routing.lm.LMApproximator (implements com.graphhopper.routing.weighting.WeightApproximator)
- com.graphhopper.routing.lm.LMConfig
- com.graphhopper.routing.lm.LMPreparationHandler
- com.graphhopper.routing.lm.LMRoutingAlgorithmFactory (implements com.graphhopper.routing.RoutingAlgorithmFactory)
- com.graphhopper.storage.index.Location2IDFullIndex (implements com.graphhopper.storage.index.LocationIndex)
- com.graphhopper.storage.index.Location2IDFullWithEdgesIndex (implements com.graphhopper.storage.index.LocationIndex)
- com.graphhopper.storage.index.LocationIndex.Visitor
- com.graphhopper.storage.index.LocationIndexTree (implements com.graphhopper.storage.index.LocationIndex)
- com.carrotsearch.hppc.LongHashSet (implements java.lang.Cloneable, com.carrotsearch.hppc.LongLookupContainer, com.carrotsearch.hppc.LongSet, com.carrotsearch.hppc.Preallocable)
- com.carrotsearch.hppc.LongLongHashMap (implements java.lang.Cloneable, com.carrotsearch.hppc.LongLongMap, com.carrotsearch.hppc.Preallocable)
- com.carrotsearch.hppc.LongObjectHashMap<VType> (implements java.lang.Cloneable, com.carrotsearch.hppc.LongObjectMap<VType>, com.carrotsearch.hppc.Preallocable)
- com.graphhopper.routing.ev.MaxAxleLoad
- com.graphhopper.routing.ev.MaxHeight
- com.graphhopper.routing.ev.MaxLength
- com.graphhopper.routing.ev.MaxSpeed
- com.graphhopper.routing.ev.MaxWeight
- com.graphhopper.routing.ev.MaxWidth
- com.graphhopper.util.MiniPerfTest
- com.graphhopper.reader.dem.MultiSourceElevationProvider (implements com.graphhopper.reader.dem.ElevationProvider)
- com.graphhopper.routing.util.NameSimilarityEdgeFilter (implements com.graphhopper.routing.util.EdgeFilter)
- com.graphhopper.storage.NativeFSLockFactory (implements com.graphhopper.storage.LockFactory)
- com.graphhopper.routing.ch.NodeBasedWitnessPathSearcher
- com.graphhopper.reader.dem.NodeElevationInterpolator
- com.carrotsearch.hppc.ObjectIntHashMap<KType> (implements java.lang.Cloneable, com.carrotsearch.hppc.ObjectIntMap<KType>, com.carrotsearch.hppc.Preallocable)
- com.graphhopper.routing.util.parsers.OSMBikeNetworkTagParser (implements com.graphhopper.routing.util.parsers.RelationTagParser)
- com.graphhopper.routing.util.parsers.OSMFootNetworkTagParser (implements com.graphhopper.routing.util.parsers.RelationTagParser)
- com.graphhopper.routing.util.parsers.OSMGetOffBikeParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMHazmatParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMHazmatTunnelParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMHazmatWaterParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.coll.OSMIDMap (implements com.graphhopper.coll.LongIntMap)
- com.graphhopper.routing.util.parsers.OSMMaxAxleLoadParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMMaxHeightParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMMaxLengthParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMMaxSpeedParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMMaxWeightParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMMaxWidthParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMRoadAccessParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMRoadClassLinkParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMRoadClassParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMRoadEnvironmentParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMRoundaboutParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMSurfaceParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMTollParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.parsers.OSMTrackTypeParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.reader.OSMTurnRelation
- com.graphhopper.routing.util.parsers.OSMTurnRelationParser (implements com.graphhopper.routing.util.parsers.TurnCostParser)
- com.graphhopper.routing.util.parsers.helpers.OSMValueExtractor
- com.graphhopper.reader.osm.conditional.ParsedCalendar
- com.graphhopper.routing.Path
- com.graphhopper.util.details.PathDetailsBuilderFactory
- com.graphhopper.util.details.PathDetailsFromEdges (implements com.graphhopper.routing.Path.EdgeVisitor)
- com.graphhopper.routing.PathExtractor
- com.graphhopper.util.PathMerger
- com.graphhopper.util.PathSimplification
- com.graphhopper.routing.lm.PerfectApproximator (implements com.graphhopper.routing.weighting.WeightApproximator)
- com.graphhopper.reader.PillarInfo (implements com.graphhopper.util.PointAccess)
- com.graphhopper.routing.ch.PrepareCHEdgeIteratorImpl (implements com.graphhopper.routing.ch.PrepareCHEdgeExplorer, com.graphhopper.routing.ch.PrepareCHEdgeIterator)
- com.graphhopper.routing.ch.PrepareCHGraph
- com.graphhopper.routing.ch.PrepareEncoder
- com.graphhopper.routing.subnetwork.PrepareRoutingSubnetworks
- com.graphhopper.routing.subnetwork.PrepareRoutingSubnetworks.PrepareJob
- com.graphhopper.config.Profile
- com.graphhopper.routing.ProfileResolver
- com.graphhopper.routing.querygraph.QueryGraph (implements com.graphhopper.storage.Graph)
- com.graphhopper.routing.weighting.QueryGraphWeighting (implements com.graphhopper.routing.weighting.Weighting)
- com.graphhopper.storage.index.QueryResult
- com.graphhopper.reader.ReaderElement
- com.graphhopper.reader.ReaderRelation.Member
- com.graphhopper.routing.ev.RoadClassLink
- com.graphhopper.routing.ev.Roundabout
- com.graphhopper.routing.RoutingAlgorithmFactorySimple (implements com.graphhopper.routing.RoutingAlgorithmFactory)
- com.graphhopper.storage.RoutingCHEdgeIteratorStateImpl (implements com.graphhopper.storage.RoutingCHEdgeIteratorState)
- com.graphhopper.storage.RoutingCHGraphImpl (implements com.graphhopper.storage.RoutingCHGraph)
- com.graphhopper.routing.ch.ShortcutFilter
- com.graphhopper.routing.ch.ShortcutUnpacker
- com.graphhopper.storage.SimpleFSLockFactory (implements com.graphhopper.storage.LockFactory)
- com.graphhopper.util.SimpleIntDeque
- com.graphhopper.routing.util.SnapPreventionEdgeFilter (implements com.graphhopper.routing.util.EdgeFilter)
- com.graphhopper.coll.SparseIntIntArray
- com.graphhopper.geohash.SpatialKeyAlgo (implements com.graphhopper.geohash.KeyAlgo)
- com.graphhopper.routing.util.spatialrules.SpatialRuleLookupBuilder
- com.graphhopper.routing.util.spatialrules.SpatialRuleLookupHelper
- com.graphhopper.routing.util.spatialrules.SpatialRuleLookupJTS (implements com.graphhopper.routing.util.spatialrules.SpatialRuleLookup)
- com.graphhopper.routing.util.parsers.SpatialRuleParser (implements com.graphhopper.routing.util.parsers.TagParser)
- com.graphhopper.routing.util.spatialrules.SpatialRuleSet
- com.graphhopper.routing.SPTEntry (implements java.lang.Cloneable, java.lang.Comparable<T>)
- com.graphhopper.util.StopWatch
- com.graphhopper.storage.StorableProperties (implements com.graphhopper.storage.Storable<T>)
- com.graphhopper.search.StringIndex (implements com.graphhopper.storage.Storable<T>)
- com.graphhopper.apache.commons.lang3.StringUtils
- com.graphhopper.routing.subnetwork.SubnetworkStorage (implements com.graphhopper.storage.Storable<T>)
- com.graphhopper.routing.subnetwork.TarjanSCC
- com.graphhopper.routing.subnetwork.TarjanSCC.ConnectedComponents
- com.graphhopper.routing.util.TestAlgoCollector
- com.graphhopper.routing.util.TestAlgoCollector.AlgoHelperEntry
- com.graphhopper.routing.util.TestAlgoCollector.OneRun
- com.graphhopper.routing.util.tour.TourStrategy
- com.graphhopper.util.TranslationMap
- com.graphhopper.util.TranslationMap.TranslationHashMap (implements com.graphhopper.util.Translation)
- com.graphhopper.routing.ev.TurnCost
- com.graphhopper.storage.TurnCostStorage (implements com.graphhopper.storage.Storable<T>)
- com.graphhopper.routing.ev.UnsignedIntEncodedValue (implements com.graphhopper.routing.ev.IntEncodedValue)
- com.graphhopper.util.Unzipper
- com.graphhopper.routing.querygraph.VirtualEdgeIteratorState (implements com.graphhopper.util.CHEdgeIteratorState, com.graphhopper.util.EdgeIteratorState)
- com.graphhopper.storage.VLongStorage
- com.graphhopper.util.XFirstSearch
Interface Hierarchy
Annotation Type Hierarchy
Enum Hierarchy
Copyright © 2012–2020. All rights reserved.