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
;
9 import gov
.nasa
.worldwind
.avlist
.AVListImpl
;
12 * Implements <code>WWObject</code> functionality. Meant to be either subclassed or aggretated by classes implementing
13 * <code>WWObject</code>.
16 * @version $Id: WWObjectImpl.java 2422 2007-07-25 23:07:49Z tgaskins $
18 public class WWObjectImpl
extends AVListImpl
implements WWObject
21 * Constructs a new <code>WWObjectImpl</code>.
27 public WWObjectImpl(Object source
)