Interface Measure


@UML(identifier="DQM_Measure", specification=ISO_19157) public interface Measure
Data quality measure.

Where measures are stored

Measures may be verbose and may not be of interest when only the result of data quality measures is desired. For allowing more compact Elements, ISO 19157 does not store Measure instance directly into Element, but instead stores MeasureReference which can be used for fetching full Measure description from a measure register or catalogue if desired.

GeoAPI extends the ISO 19157 model by allowing Element to provide directly a Measure instance. This optional feature gives access to full measure description without forcing users to connect to a catalogue or measure registry. Implementers can fetch the measure description only when first requested, for example by connecting themselves to a catalogue when Element.getMeasure() is first invoked.

Since:
3.1
See Also:
TODO:
Renamed in 19157:2022: QualityMeasure.