NASA World Wind

Uses of Interface
gov.nasa.worldwind.globes.Tessellator

Packages that use Tessellator
gov.nasa.worldwind.globes   
 

Uses of Tessellator in gov.nasa.worldwind.globes
 

Classes in gov.nasa.worldwind.globes that implement Tessellator
 class RectangularTessellator
           
 

Methods in gov.nasa.worldwind.globes that return Tessellator
 Tessellator EllipsoidalGlobe.getTessellator()
           
 Tessellator FlatGlobe.getTessellator()
           
 Tessellator Globe.getTessellator()
           
 

Methods in gov.nasa.worldwind.globes with parameters of type Tessellator
 void EllipsoidalGlobe.setTessellator(Tessellator tessellator)
           
 void FlatGlobe.setTessellator(Tessellator tessellator)
           
 void Globe.setTessellator(Tessellator tessellator)
           
 


NASA World Wind