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
.render
;
9 import gov
.nasa
.worldwind
.geom
.*;
13 * @version $Id: SurfaceTile.java 2533 2007-08-13 05:59:08Z tgaskins $
15 public interface SurfaceTile
17 boolean bind(DrawContext dc
);
18 void applyInternalTransform(DrawContext dc
);
20 Extent
getExtent(DrawContext dc
);