X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2Fthreedee%2FThreeDWindow.java;h=f4b3ed34d4b195f1c7a02a0d3b0476825e27b3a1;hb=88f2c3647ed9e055090484f01a959d4581f85e7d;hp=df72bc758f9431bea0f5e069d97e514042ad1b5d;hpb=da0b1f449260a0b4a94318006382a9039726ef3e;p=GpsPrune.git diff --git a/tim/prune/threedee/ThreeDWindow.java b/tim/prune/threedee/ThreeDWindow.java index df72bc7..f4b3ed3 100644 --- a/tim/prune/threedee/ThreeDWindow.java +++ b/tim/prune/threedee/ThreeDWindow.java @@ -1,5 +1,6 @@ package tim.prune.threedee; +import tim.prune.DataStatus; import tim.prune.data.Track; /** @@ -14,6 +15,25 @@ public interface ThreeDWindow */ public void setTrack(Track inTrack); + /** + * @param inFactor altitude factor to use + */ + public void setAltitudeFactor(double inFactor); + + /** + * @param inDefinition image definition (image or not, source, zoom) + */ + public void setBaseImageParameters(ImageDefinition inDefinition); + + /** + * @param inDefinition terrain definition (terrain or not, resolution) + */ + public void setTerrainParameters(TerrainDefinition inDefinition); + + /** + * @param inStatus current data status for caching + */ + public void setDataStatus(DataStatus inStatus); /** * Show the window