Examples of flagNewGpsData()


Examples of org.openstreetmap.josm.gui.layer.geoimage.ImageEntry.flagNewGpsData()

                                case "exif-image-direction":
                                    entry.setExifImgDir(Double.parseDouble(attrElem.getTextContent()));
                                    break;
                                case "is-new-gps-data":
                                    if (Boolean.parseBoolean(attrElem.getTextContent())) {
                                        entry.flagNewGpsData();
                                    }
                                }
                                // TODO: handle thumbnail loading
                            } catch (NumberFormatException e) {
                                // nothing
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.