NASA World Wind

gov.nasa.worldwind.ogc.ows
Class OWSDomain

java.lang.Object
  extended by gov.nasa.worldwind.util.xml.AbstractXMLEventParser
      extended by gov.nasa.worldwind.ogc.ows.OWSUnNamedDomain
          extended by gov.nasa.worldwind.ogc.ows.OWSDomain
All Implemented Interfaces:
XMLEventParser

public class OWSDomain
extends OWSUnNamedDomain

Parses an OGC Web Service Common (OWS) DomainType element and provides access to its contents. See http://schemas.opengis.net/ows/2.0/owsDomainType.xsd.


Field Summary
 
Fields inherited from class gov.nasa.worldwind.ogc.ows.OWSUnNamedDomain
metadata, possibleValues
 
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI, parent
 
Constructor Summary
OWSDomain(String namespaceURI)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class gov.nasa.worldwind.ogc.ows.OWSUnNamedDomain
addMetadata, doAddEventContent, getDataType, getDefaultValue, getMeaning, getMetadata, getPossibleValues, getValuesUnit, setPossibleValues
 
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
allocate, doAddCharacters, doAddEventAttribute, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWSDomain

public OWSDomain(String namespaceURI)
Method Detail

getName

public String getName()

NASA World Wind