Uses of Interface
org.geotools.api.metadata.quality.Element
- 
Packages that use Element Package Description org.geotools.api.metadata.quality org.geotools.metadata.iso.quality 
- 
- 
Uses of Element in org.geotools.api.metadata.qualitySubinterfaces of Element in org.geotools.api.metadata.quality Modifier and Type Interface Description interfaceAbsoluteExternalPositionalAccuracyCloseness of reported coordinate values to values accepted as or being true.interfacePositionalAccuracyAccuracy of the position of features.
- 
Uses of Element in org.geotools.metadata.iso.qualityClasses in org.geotools.metadata.iso.quality that implement Element Modifier and Type Class Description classAbsoluteExternalPositionalAccuracyImplCloseness of reported coordinate values to values accepted as or being true.classElementImplType of test applied to the data specified by a data quality scope.classPositionalAccuracyImplAccuracy of the position of features.Constructors in org.geotools.metadata.iso.quality with parameters of type Element Constructor Description ElementImpl(Element source)Constructs a metadata entity initialized with the values from the specified metadata.
 
-