Class WCS100Capability
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.AbstractXMLEventParser
-
- gov.nasa.worldwind.ogc.wcs.wcs100.WCS100Capability
-
- All Implemented Interfaces:
XMLEventParser
public class WCS100Capability extends AbstractXMLEventParser
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI, parent
-
-
Constructor Summary
Constructors Constructor Description WCS100Capability(java.lang.String namespaceURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WCS100ExceptiongetException()java.lang.StringgetGetOperationAddress(java.lang.String opName)WCS100RequestgetRequest()-
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
-
-
-
-
Method Detail
-
getRequest
public WCS100Request getRequest()
-
getException
public WCS100Exception getException()
-
getGetOperationAddress
public java.lang.String getGetOperationAddress(java.lang.String opName)
-
-