org.opengis.observation
Interface Measure

Show UML class diagram

@UML(identifier="Measure",
     specification=OGC_07022)
public interface Measure

Value described using a numeric amount with a scale or using a scalar reference system

Since:
GeoAPI 2.3
Version:
Implementation specification 1.0

Method Summary
 BaseUnit getUom()
          The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale.
 float getValue()
          The value of the measure.
 

Method Detail

getValue

float getValue()
The value of the measure.


getUom

BaseUnit getUom()
The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale.



Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.