2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
7 package gov
.nasa
.worldwind
;
10 * Implements <code>WWObject</code> functionality. Meant to be either subclassed or aggretated by classes implementing
11 * <code>WWObject</code>.
14 * @version $Id: WWObjectImpl.java 1748 2007-05-06 17:22:05Z tgaskins $
16 public class WWObjectImpl
extends AVListImpl
implements WWObject
19 * Constructs a new <code>WWObjectImpl</code>.