- All Superinterfaces:
DataEvaluation
,EvaluationMethod
@UML(identifier="DQ_SampleBasedInspection",
specification=ISO_19157)
public interface SampleBasedInspection
extends DataEvaluation
Test performed on a subset of the geographic data defined by the data quality scope.
- Since:
- 3.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionInformation of how lots are defined.Information on how many samples on average are extracted for inspection from each lot of population.Information of the type of sampling scheme and description of the sampling procedure.Methods inherited from interface org.opengis.metadata.quality.EvaluationMethod
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getReferenceDocuments
-
Method Details
-
getSamplingScheme
@UML(identifier="samplingScheme", obligation=MANDATORY, specification=ISO_19157) InternationalString getSamplingScheme()Information of the type of sampling scheme and description of the sampling procedure.- Returns:
- sampling scheme and sampling procedure.
-
getLotDescription
@UML(identifier="lotDescription", obligation=MANDATORY, specification=ISO_19157) InternationalString getLotDescription()Information of how lots are defined.- Returns:
- information on lots.
-
getSamplingRatio
@UML(identifier="samplingRatio", obligation=MANDATORY, specification=ISO_19157) InternationalString getSamplingRatio()Information on how many samples on average are extracted for inspection from each lot of population. A lot is the minimum unit for which quality may be evaluated.- Returns:
- average number of samples extracted for inspection.
-