Package edu.harvard.hul.ois.ots.schemas.MIX

Examples of edu.harvard.hul.ois.ots.schemas.MIX.GPSLatitude


        catch (XmlContentException e) {}
    }

    protected void populateGPSLatitude (String latitude) {
        attachGPSData ();
        GPSLatitude latit = new GPSLatitude ();
        parseItude (latit, latitude);
        try {
            gps.setGPSLatitude(latit);
        }
        catch (XmlContentException e) {}
View Full Code Here

TOP

Related Classes of edu.harvard.hul.ois.ots.schemas.MIX.GPSLatitude

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.