|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="Observation",
specification=OGC_07022)
public interface ObservationGeneric Observation event. carries a generic "result" properties of type "anyType".
| Method Summary | |
|---|---|
String |
getDefinition()
A description of the observation. |
AnyFeature |
getFeatureOfInterest()
The featureOfInterest is a feature of any type (ISO 19109, ISO 19101), which is a representation of the observation target, being the real-world object regarding which the observation is made. |
String |
getName()
The name of the observation as an urn. |
Metadata |
getObservationMetadata()
|
Phenomenon |
getObservedProperty()
Property-type or phenomenon for which the observation result provides an estimate of its value. |
Process |
getProcedure()
The procedure is the description of a process used to generate the result. |
Object |
getProcedureParameter()
An Observation parameter is a general event-specific parameter. |
TemporalObject |
getProcedureTime()
|
Element |
getQuality()
Instance-specific quality assessment or measure. |
Object |
getResult()
The result contains the value generated by the procedure. |
TemporalObject |
getSamplingTime()
The samplingTime is the time that the result applies to the feature-of-interest. |
| Method Detail |
|---|
String getName()
String getDefinition()
@UML(identifier="parameter",
obligation=OPTIONAL,
specification=OGC_07022)
Object getProcedureParameter()
@UML(identifier="resultTime",
obligation=OPTIONAL,
specification=OGC_07022)
TemporalObject getProcedureTime()
@UML(identifier="resultQuality",
obligation=OPTIONAL,
specification=OGC_07022)
Element getQuality()
@UML(identifier="metadata",
obligation=OPTIONAL,
specification=OGC_07022)
Metadata getObservationMetadata()
@UML(identifier="samplingTime",
obligation=MANDATORY,
specification=OGC_07022)
TemporalObject getSamplingTime()
@UML(identifier="featureOfInterest",
obligation=MANDATORY,
specification=OGC_07022)
AnyFeature getFeatureOfInterest()
@UML(identifier="observedProperty",
obligation=MANDATORY,
specification=OGC_07022)
Phenomenon getObservedProperty()
@UML(identifier="result",
obligation=MANDATORY,
specification=OGC_07022)
Object getResult()
@UML(identifier="procedure",
obligation=MANDATORY,
specification=OGC_07022)
Process getProcedure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||