Package ie.transportdublin.server.plugin.json

Examples of ie.transportdublin.server.plugin.json.Coordinate


        return (String) this.underlyingNode.getProperty( STOPNAME );
    }

    public Coordinate getCoordinate()
    {
        return new Coordinate( this.getLat(), this.getLon() );
    }
View Full Code Here

TOP

Related Classes of ie.transportdublin.server.plugin.json.Coordinate

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.