NASA World Wind

Uses of Class
gov.nasa.worldwind.applications.gio.xml.Element

Packages that use Element
gov.nasa.worldwind.applications.gio.csw   
gov.nasa.worldwind.applications.gio.esg   
gov.nasa.worldwind.applications.gio.filter   
gov.nasa.worldwind.applications.gio.xml   
 

Uses of Element in gov.nasa.worldwind.applications.gio.csw
 

Subclasses of Element in gov.nasa.worldwind.applications.gio.csw
 class Constraint
           
 class ElementName
           
 class ElementSetName
           
 class GetRecordById
           
 class GetRecords
           
 class Query
           
 class Request
           
 

Methods in gov.nasa.worldwind.applications.gio.csw that return Element
 Element GetRecordById.addId(String id)
           
 

Uses of Element in gov.nasa.worldwind.applications.gio.esg
 

Subclasses of Element in gov.nasa.worldwind.applications.gio.esg
protected static class GetContextDocument.Request
           
protected static class GetServiceCommon.Request
           
 class GetServiceData
           
protected static class GetServiceData.ServiceDataLinksRequest
           
protected static class GetServiceData.ServiceDataRequest
           
protected static class GetServices.Request
           
 

Uses of Element in gov.nasa.worldwind.applications.gio.filter
 

Subclasses of Element in gov.nasa.worldwind.applications.gio.filter
 class And
           
 class BBOX
           
 class BinaryComparisonOperator
           
 class BinaryLogicalOperator
           
 class ComparisonOperator
           
 class Envelope
           
 class Filter
           
 class Literal
           
 class LogicalOperator
           
 class LowerBoundary
           
 class LowerCorner
           
 class Not
           
 class Or
           
 class PropertyIsBetween
           
 class PropertyIsEqualTo
           
 class PropertyIsGreaterThan
           
 class PropertyIsGreaterThanOrEqualTo
           
 class PropertyIsLessThan
           
 class PropertyIsLessThanOrEqualTo
           
 class PropertyIsLike
           
 class PropertyIsNotEqualTo
           
 class PropertyIsNull
           
 class PropertyName
           
 class SpatialOperator
           
 class UnaryLogicalOperator
           
 class UpperBoundary
           
 class UpperCorner
           
 

Methods in gov.nasa.worldwind.applications.gio.filter that return Element
 Element UpperBoundary.addExpression(Expression expression)
           
 Element PropertyIsBetween.addExpression(Expression expression)
           
 Element LowerBoundary.addExpression(Expression expression)
           
 Element BinaryComparisonOperator.addExpression(Expression expression)
           
 

Uses of Element in gov.nasa.worldwind.applications.gio.xml
 

Subclasses of Element in gov.nasa.worldwind.applications.gio.xml
 class TextElement
           
 

Methods in gov.nasa.worldwind.applications.gio.xml that return Element
 Element Element.addElement(Element e)
           
 Element Element.addElement(int index, Element e)
           
 Element Element.getElement(int index)
           
 

Methods in gov.nasa.worldwind.applications.gio.xml with parameters of type Element
 Element Element.addElement(Element e)
           
 Element Element.addElement(int index, Element e)
           
 int Element.getIndex(Element e)
           
 void Element.setElement(int index, Element e)
           
 

Method parameters in gov.nasa.worldwind.applications.gio.xml with type arguments of type Element
 void Element.addElements(Collection<? extends Element> c)
           
 


NASA World Wind