Uses of Interface
net.opengis.sensorml.x20.EventType.Time
-
Packages that use EventType.Time Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of EventType.Time in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return EventType.Time Modifier and Type Method Description EventType.TimeEventType. addNewTime()Appends and returns a new empty "time" elementEventType.TimeEventType. getTime()Gets the "time" elementstatic EventType.TimeEventType.Time.Factory. newInstance()static EventType.TimeEventType.Time.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type EventType.Time Modifier and Type Method Description voidEventType. setTime(EventType.Time time)Sets the "time" element -
Uses of EventType.Time in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement EventType.Time Modifier and Type Class Description static classEventTypeImpl.TimeImplAn XML time(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return EventType.Time Modifier and Type Method Description EventType.TimeEventTypeImpl. addNewTime()Appends and returns a new empty "time" elementEventType.TimeEventTypeImpl. getTime()Gets the "time" elementMethods in net.opengis.sensorml.x20.impl with parameters of type EventType.Time Modifier and Type Method Description voidEventTypeImpl. setTime(EventType.Time time)Sets the "time" element
-