NASA World Wind

gov.nasa.worldwind.globes
Class EllipsoidIcosahedralTessellator

java.lang.Object
  extended by gov.nasa.worldwind.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.globes.EllipsoidIcosahedralTessellator
All Implemented Interfaces:
AVList, Tessellator, WWObject, PropertyChangeListener, EventListener

public class EllipsoidIcosahedralTessellator
extends WWObjectImpl
implements Tessellator


Field Summary
 
Fields inherited from class gov.nasa.worldwind.AVListImpl
changeSupport
 
Constructor Summary
EllipsoidIcosahedralTessellator(Globe globe)
           
 
Method Summary
static gov.nasa.worldwind.globes.EllipsoidIcosahedralTessellator.IcosaTile createTileFromAngles(gov.nasa.worldwind.globes.EllipsoidIcosahedralTessellator.GlobeInfo globeInfo, int level, LatLon g0, LatLon g1, LatLon g2)
           
 Sector getSector()
           
 SectorGeometryList tessellate(DrawContext dc)
           
 
Methods inherited from class gov.nasa.worldwind.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, firePropertyChange, getStringValue, getValue, hasKey, propertyChange, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.AVList
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, firePropertyChange, getStringValue, getValue, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

EllipsoidIcosahedralTessellator

public EllipsoidIcosahedralTessellator(Globe globe)
Method Detail

createTileFromAngles

public static gov.nasa.worldwind.globes.EllipsoidIcosahedralTessellator.IcosaTile createTileFromAngles(gov.nasa.worldwind.globes.EllipsoidIcosahedralTessellator.GlobeInfo globeInfo,
                                                                                                       int level,
                                                                                                       LatLon g0,
                                                                                                       LatLon g1,
                                                                                                       LatLon g2)

getSector

public Sector getSector()

tessellate

public SectorGeometryList tessellate(DrawContext dc)
Specified by:
tessellate in interface Tessellator

NASA World Wind