Package org.movsim.network.autogen.opendrive

Examples of org.movsim.network.autogen.opendrive.OpenDRIVE


     * @throws SAXException
     * @throws ParserConfigurationException
     */
    public static boolean loadRoadNetwork(RoadNetwork roadNetwork, String filename) throws JAXBException, SAXException,
            IllegalArgumentException {
        OpenDRIVE openDriveNetwork = NetworkLoadAndValidation.validateAndLoadOpenDriveNetwork(new File(filename));
        OpenDriveHandlerJaxb openDriveHandlerJaxb = new OpenDriveHandlerJaxb();
        return openDriveHandlerJaxb.create(filename, openDriveNetwork, roadNetwork);
    }
View Full Code Here

TOP

Related Classes of org.movsim.network.autogen.opendrive.OpenDRIVE

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.