|
||||||||||
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.services.sos.getobservation.EventTime100XMLExporter
public class EventTime100XMLExporter
The EventTime100XMLExporter
class TODO
Field Summary |
---|
Fields inherited from class org.deegree.commons.xml.XMLAdapter |
---|
DEFAULT_URL, nsContext, rootElement, XLN_NS |
Constructor Summary | |
---|---|
EventTime100XMLExporter(org.apache.axiom.om.OMElement rootElement,
String systemId)
Create a new EventTime adapter for SOS spec 1.0.0. |
Method Summary | |
---|---|
static void |
exportIndeterminateTime(XMLStreamWriter writer,
IndeterminateTime time)
Export indeterminate time as gml:TimeInstant/gml:timePosition. |
static void |
exportOMSamplingTime(XMLStreamWriter writer,
SamplingTime time)
Export SamplingTime as O&M samplingTime with gml:TimeInstant or gml:TimePeriod. |
static void |
exportSamplingTime(XMLStreamWriter writer,
SamplingTime time)
Export SamplingTime as gml:TimeInstant or gml:TimePeriod. |
static void |
exportTimeInstant(XMLStreamWriter writer,
TimeInstant timeInstant)
Export gml:TimeInstant. |
static void |
exportTimePeriod(XMLStreamWriter writer,
TimePeriod timePeriod)
Export gml:TimePeriod. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventTime100XMLExporter(org.apache.axiom.om.OMElement rootElement, String systemId)
rootElement
- the EventTime elementsystemId
- to resolve all relative files from.Method Detail |
---|
public static void exportIndeterminateTime(XMLStreamWriter writer, IndeterminateTime time) throws XMLStreamException
writer
- time
-
XMLStreamException
public static void exportOMSamplingTime(XMLStreamWriter writer, SamplingTime time) throws XMLStreamException
SamplingTime
as O&M samplingTime with gml:TimeInstant or gml:TimePeriod.
writer
- time
-
XMLStreamException
public static void exportSamplingTime(XMLStreamWriter writer, SamplingTime time) throws XMLStreamException
SamplingTime
as gml:TimeInstant or gml:TimePeriod.
writer
- time
-
XMLStreamException
public static void exportTimeInstant(XMLStreamWriter writer, TimeInstant timeInstant) throws XMLStreamException
writer
- timeInstant
-
XMLStreamException
public static void exportTimePeriod(XMLStreamWriter writer, TimePeriod timePeriod) throws XMLStreamException
writer
- timePeriod
-
XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |