Worldwind public release 0.2
[worldwind-tracker.git] / gov / nasa / worldwind / Locatable.java
blobdca3a1ab8ec6c81c677bfb4ab9616a80542a0b4a
1 /*
2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
5 All Rights Reserved.
6 */
7 package gov.nasa.worldwind;
9 import gov.nasa.worldwind.geom.*;
11 /**
12 * @author tag
13 * @version $Id: Locatable.java 1754 2007-05-06 23:19:22Z tgaskins $
15 public interface Locatable
17 public Position getPosition();