Package org.opentripplanner.analyst.request

Examples of org.opentripplanner.analyst.request.SPTRequest


            width  = (int) Math.ceil(bbox.width  / resolution);
            height = (int) Math.ceil(bbox.height / resolution);
        }
       
        TileRequest tileRequest = new TileRequest("", bbox, width, height);
        SPTRequest sptRequest = new SPTRequest(x, y, time.cal);
        RenderRequest renderRequest = new RenderRequest(format, Layer.TRAVELTIME, Style.GRAY, false, false);

        return null; //renderer.getResponse(tileRequest, sptRequest, null, renderRequest);
       
    }
View Full Code Here

TOP

Related Classes of org.opentripplanner.analyst.request.SPTRequest

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.