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.quality
Subinterfaces of Element in org.geotools.api.metadata.quality Modifier and Type Interface Description interface
AbsoluteExternalPositionalAccuracy
Closeness of reported coordinate values to values accepted as or being true.interface
PositionalAccuracy
Accuracy of the position of features. -
Uses of Element in org.geotools.metadata.iso.quality
Classes in org.geotools.metadata.iso.quality that implement Element Modifier and Type Class Description class
AbsoluteExternalPositionalAccuracyImpl
Closeness of reported coordinate values to values accepted as or being true.class
ElementImpl
Type of test applied to the data specified by a data quality scope.class
PositionalAccuracyImpl
Accuracy 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.
-