Updated to worldwind release 20070817
[worldwind-tracker.git] / gov / nasa / worldwind / Locatable.java
blob9d644b2cc5ef876764a10cdedb49fd1cba18107f
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.Position;
11 /**
12 * @author tag
13 * @version $Id: Locatable.java 2471 2007-07-31 21:50:57Z tgaskins $
15 public interface Locatable
17 public Position getPosition();