NASA World Wind

gov.nasa.worldwind.render
Class TiledSurfaceObjectRenderer.SurfaceObjectInfo

java.lang.Object
  extended by gov.nasa.worldwind.render.TiledSurfaceObjectRenderer.SurfaceObjectInfo
Enclosing class:
TiledSurfaceObjectRenderer

protected static class TiledSurfaceObjectRenderer.SurfaceObjectInfo
extends Object


Field Summary
protected  Iterable<? extends Sector> sectors
           
protected  SurfaceObject surfaceObject
           
 
Constructor Summary
TiledSurfaceObjectRenderer.SurfaceObjectInfo(SurfaceObject object, Iterable<? extends Sector> sectors)
           
 
Method Summary
 boolean contains(LatLon latLon)
           
 boolean contains(Sector sector)
           
 Iterable<? extends Sector> getSectors()
           
 SurfaceObject getSurfaceObject()
           
 boolean intersects(Sector sector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sectors

protected Iterable<? extends Sector> sectors

surfaceObject

protected SurfaceObject surfaceObject
Constructor Detail

TiledSurfaceObjectRenderer.SurfaceObjectInfo

public TiledSurfaceObjectRenderer.SurfaceObjectInfo(SurfaceObject object,
                                                    Iterable<? extends Sector> sectors)
Method Detail

contains

public boolean contains(LatLon latLon)

contains

public boolean contains(Sector sector)

getSectors

public Iterable<? extends Sector> getSectors()

getSurfaceObject

public SurfaceObject getSurfaceObject()

intersects

public boolean intersects(Sector sector)

NASA World Wind