org.opengis.observation
Interface Measurement
- All Superinterfaces:
- Observation
@UML(identifier="Measurement",
specification=OGC_07022)
public interface Measurement- extends Observation
An observation whose result is a measure
Measurement event. Carries one "result" properties of type "Measure"
- Since:
- GeoAPI 2.3
- Version:
- Implementation specification 1.0
|
Method Summary |
Measure |
getResult()
The result contains the value generated by the procedure. |
getResult
@UML(identifier="result",
obligation=MANDATORY,
specification=OGC_07022)
Measure getResult()
- Description copied from interface:
Observation
- The result contains the value generated by the procedure.
The type of the observation result must be consistent with the observed property, and the scale or scope for the value must be consistent with the quantity or category type.
Application profiles may choose to constrain the type of the result.
an xsi:type attribute may appear in the instance to indicate the type of the result
- Specified by:
getResult in interface Observation
Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.