anl.aida.gis3D
Class SectorCreator

java.lang.Object
  extended by anl.aida.gis3D.SectorCreator

public class SectorCreator
extends java.lang.Object


Field Summary
private  double maxLat
           
private  double maxLon
           
private  double minLat
           
private  double minLon
           
 
Constructor Summary
SectorCreator()
           
 
Method Summary
 void addLatLon(gov.nasa.worldwind.geom.LatLon latLon)
           
 gov.nasa.worldwind.geom.Sector createSector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minLat

private double minLat

minLon

private double minLon

maxLat

private double maxLat

maxLon

private double maxLon
Constructor Detail

SectorCreator

public SectorCreator()
Method Detail

addLatLon

public void addLatLon(gov.nasa.worldwind.geom.LatLon latLon)

createSector

public gov.nasa.worldwind.geom.Sector createSector()