]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/data/Photo.java
Version 8, September 2009
[GpsPrune.git] / tim / prune / data / Photo.java
index 805e22ea6254b8f88f78ca9b766d6d6c699590eb..4fdb61261b64dbc21beb3ed060b28894903e479d 100644 (file)
@@ -182,6 +182,14 @@ public class Photo
                _currentStatus = inStatus;
        }
 
+       /**
+        * @return true if photo is connected to a point
+        */
+       public boolean isConnected()
+       {
+               return _currentStatus != Status.NOT_CONNECTED;
+       }
+
        /**
         * @return byte array of thumbnail data
         */