Package ie.transportdublin.xml

Examples of ie.transportdublin.xml.Stop


        this.latLon = latLon;
    }

    public RouteStop( Node hit )
    {
        Stop stop = new Stop( hit );
        this.stopId = stop.getStopId();
        this.stopName = stop.getStopName();
        this.latLon = stop.getCoordinate();
    }
View Full Code Here

TOP

Related Classes of ie.transportdublin.xml.Stop

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.