| Package | Description |
|---|---|
| org.vast.ogc.om |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservationImpl
Implementation of a single observation
|
class |
ObservationRef
Wrapper class for use when an IObservation object is or can be included by reference.
|
| Modifier and Type | Method and Description |
|---|---|
IObservation |
ObservationRef.getTarget() |
IObservation |
ObservationReaderV20.read(DOMHelper dom,
Element obsElt) |
IObservation |
OMUtils.readObservation(DOMHelper dom,
Element obsElt)
Read an O&M observation object from a DOM element
|
IObservation |
OMUtils.readObservation(InputStream inputStream)
Reads an O&M observation object from an InputStream
|
IObservation |
OMUtils.readObservationSeries(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
List<IXlinkReference<IObservation>> |
ObservationRef.getRelatedObservations() |
List<IXlinkReference<IObservation>> |
ObservationImpl.getRelatedObservations() |
List<IXlinkReference<IObservation>> |
IObservation.getRelatedObservations() |
| Modifier and Type | Method and Description |
|---|---|
Element |
ObservationWriterV20.write(DOMHelper dom,
IObservation obs) |
Element |
OMUtils.writeObservation(DOMHelper dom,
IObservation obs,
String version)
Builds a DOM Element from the content of the IObservation object
|
void |
OMUtils.writeObservation(OutputStream outputStream,
IObservation obs,
String version)
Writes XML for an Observation of selected version in the specified OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationRef.addRelatedObservation(IXlinkReference<IObservation> obsUri) |
void |
ObservationImpl.addRelatedObservation(IXlinkReference<IObservation> relatedObservation) |
void |
IObservation.addRelatedObservation(IXlinkReference<IObservation> obsRef) |
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.