|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.commons.xml.XMLAdapter org.deegree.protocol.ows.OWSCommonXMLAdapter org.deegree.protocol.sos.SOSRequest100XMLAdapter org.deegree.protocol.sos.getobservation.GetObservation100XMLAdapter
public class GetObservation100XMLAdapter
This is an xml adapter for SOS 1.0.0 GetObservation requests.
This class also implements the GetObservation
interface. The parse()
method returns itself. The
elements are parsed lazy, on request.
Nested Class Summary | |
---|---|
static class |
GetObservation100XMLAdapter.ResultFilterException
ResultFilterException is a hack to work around missing OWSException in core. |
Field Summary |
---|
Fields inherited from class org.deegree.protocol.sos.SOSRequest100XMLAdapter |
---|
nsContext |
Fields inherited from class org.deegree.protocol.ows.OWSCommonXMLAdapter |
---|
OWS_NS, OWS_PREFIX, OWS110_NS, OWS110_PREFIX, XML_NS, XML_PREFIX |
Fields inherited from class org.deegree.commons.xml.XMLAdapter |
---|
DEFAULT_URL, rootElement, XLN_NS |
Constructor Summary | |
---|---|
GetObservation100XMLAdapter(org.apache.axiom.om.OMElement rootElement)
|
Method Summary | |
---|---|
GetObservation |
parse()
|
Methods inherited from class org.deegree.protocol.sos.SOSRequest100XMLAdapter |
---|
getRequiredStringNode |
Methods inherited from class org.deegree.protocol.ows.OWSCommonXMLAdapter |
---|
exportBoundingBoxType, exportCoordinateList, exportPositionType, parseBoundingBoxType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetObservation100XMLAdapter(org.apache.axiom.om.OMElement rootElement)
rootElement
- Method Detail |
---|
public GetObservation parse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |