Update to Worldwind release 0.4.1
[worldwind-tracker.git] / gov / nasa / worldwind / render / SurfaceTile.java
blob17df808256ab7474e2da760cc378ad53aedb85f9
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.render;
9 import gov.nasa.worldwind.geom.*;
11 /**
12 * @author tag
13 * @version $Id: SurfaceTile.java 2812 2007-09-12 19:16:41Z tgaskins $
15 public interface SurfaceTile
17 boolean bind(DrawContext dc);
18 void applyInternalTransform(DrawContext dc);
19 Sector getSector();
20 Extent getExtent(DrawContext dc);