Routify Documentation
Loading...
Searching...
No Matches
Here is a list of all functions with links to the classes they belong to:
- a -
addEdge() :
ch.routify.graph.CustomGraph< V, E >
,
ch.routify.routing.DirectionSegment
AirOperation() :
ch.routify.routing.operations.AirOperation
apply() :
ch.routify.routing.operations.AirOperation
,
ch.routify.routing.operations.BaseWeightsOperation
,
ch.routify.routing.operations.FilterDisallowedOperation
,
ch.routify.routing.operations.GreenIndexOperation
,
ch.routify.routing.operations.NoiseOperation
,
ch.routify.routing.operations.SlopeOperation
,
ch.routify.routing.operations.WeightOperation
aStar() :
ch.routify.routing.Routing
- c -
calcRoute() :
ch.routify.controllers.RoutingController
calculateBearing() :
ch.routify.bearingcalculator.BearingCalculator
call() :
ch.routify.routing.CallableRouting
CallableRouting() :
ch.routify.routing.CallableRouting
clear() :
ch.routify.osmparser.OsmParser
computeId() :
ch.routify.graph.CustomVertex
computeWeights() :
ch.routify.routing.config.RoutingModeService
correctAltitude() :
ch.routify.graph.CustomEdge
create() :
ch.routify.routing.operations.WeightOperationFactory
createObject() :
ch.routify.graph.CustomVertexFactory
CustomAsSubgraph() :
ch.routify.graph.CustomAsSubgraph< V, E >
CustomEdge() :
ch.routify.graph.CustomEdge
CustomGEXFExporter() :
ch.routify.graph.CustomGEXFExporter< V, E >
CustomGraph() :
ch.routify.graph.CustomGraph< V, E >
CustomRoute() :
ch.routify.routing.CustomRoute
CustomVertex() :
ch.routify.graph.CustomVertex
- d -
devMode() :
ch.routify.Routify
Directions() :
ch.routify.routing.Directions
DirectionSegment() :
ch.routify.routing.DirectionSegment
distance() :
ch.routify.graph.CustomVertex
- e -
equals() :
ch.routify.graph.CustomVertex
exportGexf() :
ch.routify.graph.CustomGraph< V, E >
exportGraph() :
ch.routify.graph.CustomGEXFExporter< V, E >
exportOsmIdToCoordinates() :
ch.routify.osmparser.OsmParser
extendedPath() :
ch.routify.RoutifySystem
- f -
fetchMeta() :
ch.routify.controllers.StatusController
fetchMetaData() :
ch.routify.RoutifySystem
- g -
getAllowedFeatures() :
ch.routify.routing.operations.WeightOperationContext
getAllowedFeaturesBike() :
ch.routify.RoutifyConfig
getAllowedFeaturesDrive() :
ch.routify.RoutifyConfig
getAllowedFeatureSet() :
ch.routify.routing.operations.WeightOperationContext
getAllowedFeaturesForTransportMode() :
ch.routify.RoutifySystem
getAllowedFeaturesWalk() :
ch.routify.RoutifyConfig
getAltData() :
ch.routify.RoutifySystem
getAltitude() :
ch.routify.graph.CustomVertex
getAqius() :
ch.routify.graph.CustomEdge
getAvailableModes() :
ch.routify.routing.config.RoutingModeService
getBaseWeights() :
ch.routify.routing.operations.WeightOperationContext
getBearing() :
ch.routify.graph.CustomEdge
getBoundary() :
ch.routify.controllers.StatusController
,
ch.routify.RoutifySystem
getById() :
ch.routify.graph.CustomEdge
getByNodeId() :
ch.routify.graph.CustomVertex
getCachedNoiseBounds() :
ch.routify.routing.operations.WeightOperationContext
getCardinalDirection() :
ch.routify.bearingcalculator.BearingCalculator
,
ch.routify.graph.CustomEdge
getCoordinates() :
ch.routify.revgeocode.RevGeoCode
getDirections() :
ch.routify.routing.Directions
getDistance() :
ch.routify.graph.CustomEdge
getDouble() :
ch.routify.routing.operations.WeightOperationContext
getDoubleOrDefault() :
ch.routify.routing.operations.WeightOperationContext
getEdges() :
ch.routify.routing.CustomRoute
,
ch.routify.routing.operations.WeightOperationContext
getEdgeWeight() :
ch.routify.graph.CustomEdge
getGraph() :
ch.routify.RoutifySystem
getGreenIndex() :
ch.routify.graph.CustomEdge
getGreenIndexData() :
ch.routify.RoutifySystem
getHighway() :
ch.routify.graph.CustomEdge
getHTML() :
ch.routify.revgeocode.RevGeoCode
getId() :
ch.routify.graph.CustomEdge
,
ch.routify.graph.CustomVertex
getLat() :
ch.routify.graph.CustomVertex
getLon() :
ch.routify.graph.CustomVertex
getMaxspeed() :
ch.routify.graph.CustomEdge
getName() :
ch.routify.routing.config.RoutingModeDefinition
getNode() :
ch.routify.controllers.QueryController
getNodes() :
ch.routify.osmparser.OsmParser
getNoise() :
ch.routify.graph.CustomEdge
,
ch.routify.graph.CustomVertex
getNoiseData() :
ch.routify.RoutifySystem
getOperations() :
ch.routify.routing.config.RoutingModeDefinition
getOriginalEndVertex() :
ch.routify.routing.CustomRoute
getOriginalStartVertex() :
ch.routify.routing.CustomRoute
getOsmId() :
ch.routify.graph.CustomEdge
,
ch.routify.graph.CustomVertex
getPathAltitude() :
ch.routify.RoutifyConfig
getPathConfFeatures() :
ch.routify.RoutifyConfig
getPathGreenIndex() :
ch.routify.RoutifyConfig
getPathNoise() :
ch.routify.RoutifyConfig
getPathToBoundary() :
ch.routify.RoutifyConfig
getPathToMap() :
ch.routify.RoutifyConfig
getPm10() :
ch.routify.graph.CustomVertex
getPm_10() :
ch.routify.graph.CustomEdge
getReader() :
ch.routify.RoutifySystem
getRequestData() :
ch.routify.routing.operations.WeightOperationContext
getRoutingMode() :
ch.routify.routing.operations.WeightOperationContext
getSlope() :
ch.routify.graph.CustomEdge
getSourceVertex() :
ch.routify.graph.CustomEdge
getStatus() :
ch.routify.controllers.QueryController
,
ch.routify.controllers.StatusController
getSubGraph() :
ch.routify.routing.SubGraphRouting
getTag() :
ch.routify.graph.CustomEdge
getTags() :
ch.routify.graph.CustomEdge
getTargetVertex() :
ch.routify.graph.CustomEdge
getTransportMode() :
ch.routify.routing.operations.WeightOperationContext
getTravelTime() :
ch.routify.graph.CustomEdge
getTraveltime() :
ch.routify.graph.CustomEdge
getWays() :
ch.routify.osmparser.OsmParser
getWeightModifiers() :
ch.routify.RoutifySystem
getWeightsBike() :
ch.routify.RoutifySystem
getWeightsDrive() :
ch.routify.RoutifySystem
getWeightsWalk() :
ch.routify.RoutifySystem
GreenIndexOperation() :
ch.routify.routing.operations.GreenIndexOperation
- h -
hashCode() :
ch.routify.graph.CustomVertex
hasMode() :
ch.routify.routing.config.RoutingModeService
health() :
ch.routify.controllers.HealthController
- i -
initialize() :
ch.routify.RoutifySystem
initializeGraph() :
ch.routify.osmparser.OsmParser
- l -
loadMetaData() :
ch.routify.graph.CustomEdge
,
ch.routify.graph.CustomVertex
- m -
main() :
ch.routify.bearingcalculator.BearingCalculator
,
ch.routify.osmparser.OsmParser
,
ch.routify.revgeocode.RevGeoCode
,
ch.routify.Routify
mapValue() :
ch.routify.graph.CustomGEXFExporter< V, E >
mergeVertices() :
ch.routify.graph.CustomGraph< V, E >
- n -
nearestVertex() :
ch.routify.graph.CustomAsSubgraph< V, E >
,
ch.routify.graph.CustomGraph< V, E >
NoiseOperation() :
ch.routify.routing.operations.NoiseOperation
normalizeBearing() :
ch.routify.bearingcalculator.BearingCalculator
- o -
OsmParser() :
ch.routify.osmparser.OsmParser
- p -
prune() :
ch.routify.graph.CustomGraph< V, E >
- r -
requireDouble() :
ch.routify.routing.operations.WeightOperationContext
resolveRequestAddresses() :
ch.routify.revgeocode.RevGeoCode
RoutingModeDefinition() :
ch.routify.routing.config.RoutingModeDefinition
RoutingModeService() :
ch.routify.routing.config.RoutingModeService
- s -
setAltitude() :
ch.routify.graph.CustomVertex
setAqius() :
ch.routify.graph.CustomEdge
setCachedNoiseBounds() :
ch.routify.routing.operations.WeightOperationContext
setPm10() :
ch.routify.graph.CustomVertex
SlopeOperation() :
ch.routify.routing.operations.SlopeOperation
- t -
toDegrees() :
ch.routify.bearingcalculator.BearingCalculator
toJSON() :
ch.routify.routing.CustomRoute
toLineStringArray() :
ch.routify.graph.CustomVertex
toLonLatArray() :
ch.routify.graph.CustomVertex
toRadians() :
ch.routify.bearingcalculator.BearingCalculator
toString() :
ch.routify.graph.CustomVertex
,
ch.routify.routing.CustomRoute
- w -
WeightOperationContext() :
ch.routify.routing.operations.WeightOperationContext
Generated by
1.11.0