NASA World Wind

gov.nasa.worldwind.applications.gio.filter
Class Envelope

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.Element
      extended by gov.nasa.worldwind.applications.gio.filter.Envelope

public class Envelope
extends Element


Constructor Summary
Envelope()
           
 
Method Summary
 LowerCorner addLowerCorner(Angle latitude, Angle longitude)
           
 UpperCorner addUpperCorner(Angle latitude, Angle longitude)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.Element
addElement, addElement, addElements, clearAttributes, clearElements, getAttribute, getElement, getElementCount, getIndex, getName, getNs, hasContent, removeAttribute, removeElement, setAttribute, setElement, toXml, write, writeAttributes, writeBeginElement, writeElementContent, writeEndElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Envelope

public Envelope()
Method Detail

addLowerCorner

public LowerCorner addLowerCorner(Angle latitude,
                                  Angle longitude)
                           throws Exception
Throws:
Exception

addUpperCorner

public UpperCorner addUpperCorner(Angle latitude,
                                  Angle longitude)
                           throws Exception
Throws:
Exception

NASA World Wind