NASA World Wind

gov.nasa.worldwind.terrain
Class SectorGeometry.ExtractedShapeDescription

java.lang.Object
  extended by gov.nasa.worldwind.terrain.SectorGeometry.ExtractedShapeDescription
Enclosing interface:
SectorGeometry

public static class SectorGeometry.ExtractedShapeDescription
extends Object


Field Summary
 ArrayList<Vec4[]> interiorPolys
           
 ArrayList<SectorGeometry.BoundaryEdge> shapeOutline
           
 
Constructor Summary
SectorGeometry.ExtractedShapeDescription(ArrayList<Vec4[]> ip, ArrayList<SectorGeometry.BoundaryEdge> so)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interiorPolys

public ArrayList<Vec4[]> interiorPolys

shapeOutline

public ArrayList<SectorGeometry.BoundaryEdge> shapeOutline
Constructor Detail

SectorGeometry.ExtractedShapeDescription

public SectorGeometry.ExtractedShapeDescription(ArrayList<Vec4[]> ip,
                                                ArrayList<SectorGeometry.BoundaryEdge> so)

NASA World Wind