]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/threedee/ThreeDWindow.java
Version 16.3, July 2014
[GpsPrune.git] / tim / prune / threedee / ThreeDWindow.java
index b7c73d29cf5a6c2fd85d9627531912ea18029025..f4b3ed34d4b195f1c7a02a0d3b0476825e27b3a1 100644 (file)
@@ -1,5 +1,6 @@
 package tim.prune.threedee;
 
+import tim.prune.DataStatus;
 import tim.prune.data.Track;
 
 /**
@@ -29,6 +30,11 @@ public interface ThreeDWindow
         */
        public void setTerrainParameters(TerrainDefinition inDefinition);
 
+       /**
+        * @param inStatus current data status for caching
+        */
+       public void setDataStatus(DataStatus inStatus);
+
        /**
         * Show the window
         * @throws ThreeDException when 3d classes not found