Package org.vast.ogc.om
Interface IObservation
- All Known Implementing Classes:
ObservationImpl,ObservationRef
Read-only interface for an Observation as defined by the O&M standard
- Since:
- Sep 28, 2012
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.vast.ogc.gml.IFeature
DEFAULT_QNAME -
Method Summary
Methods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getProperties, getQName, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimePropertyMethods inherited from interface org.vast.util.IResource
getDescription, getName
-
Field Details
-
OBS_TYPE_GENERIC
- See Also:
-
OBS_TYPE_MEAS
- See Also:
-
OBS_TYPE_COUNT
- See Also:
-
OBS_TYPE_CATEGORY
- See Also:
-
OBS_TYPE_SCALAR
- See Also:
-
OBS_TYPE_RECORD
- See Also:
-
OBS_TYPE_ARRAY
- See Also:
-
-
Method Details
-
getType
String getType() -
getRelatedObservations
List<IXlinkReference<IObservation>> getRelatedObservations() -
addRelatedObservation
-
getPhenomenonTime
TimeExtent getPhenomenonTime() -
getResultTime
Instant getResultTime() -
getObservedProperty
DefinitionRef getObservedProperty() -
getFeatureOfInterest
IFeature getFeatureOfInterest() -
getProcedure
IProcedure getProcedure() -
getParameters
-
getResultQuality
-
getResult
DataComponent getResult()
-