Package org.opentripplanner.inspector

Examples of org.opentripplanner.inspector.TileRendererManager


            // cpf.bind(RemainingWeightHeuristicFactory.class,
            //        new DefaultRemainingWeightHeuristicFactoryImpl());
        }

        planGenerator = new PlanGenerator(graphService, pathService);
        tileRendererManager = new TileRendererManager(graphService);

        // Optional Analyst Modules.
        if (params.analyst) {
            tileCache = new TileCache(graphService);
            sptCache = new SPTCache(sptServiceFactory, graphService);
View Full Code Here

TOP

Related Classes of org.opentripplanner.inspector.TileRendererManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.