NASA World Wind

gov.nasa.worldwind.render
Interface SurfaceTile

All Known Implementing Classes:
SurfaceImage, TextureTile

public interface SurfaceTile


Method Summary
 void applyInternalTransform(DrawContext dc)
           
 boolean bind(DrawContext dc)
           
 Extent getExtent(DrawContext dc)
           
 Sector getSector()
           
 

Method Detail

applyInternalTransform

void applyInternalTransform(DrawContext dc)

bind

boolean bind(DrawContext dc)

getExtent

Extent getExtent(DrawContext dc)

getSector

Sector getSector()

NASA World Wind