Uses of Class
org.opengis.metadata.quality.ValueStructure
Packages that use ValueStructure
-
Uses of ValueStructure in org.opengis.metadata.quality
Fields in org.opengis.metadata.quality declared as ValueStructureModifier and TypeFieldDescriptionstatic final ValueStructure
ValueStructure.BAG
Finite, unordered collection of related items that may be repeated.static final ValueStructure
ValueStructure.COVERAGE
Feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain.static final ValueStructure
ValueStructure.MATRIX
Rectangular array of numbers.static final ValueStructure
ValueStructure.SEQUENCE
Finite, ordered collection of related items that may be repeated.static final ValueStructure
ValueStructure.SET
Unordered collection of related items with no repetition.static final ValueStructure
ValueStructure.TABLE
An arrangement of data in which each item may be identified by means of arguments or keys.Methods in org.opengis.metadata.quality that return ValueStructureModifier and TypeMethodDescriptionValueStructure.family()
Returns the list of codes of the same kind as this code list element.default ValueStructure
Measure.getValueStructure()
Structure for reporting a complex data quality result.static ValueStructure
Returns the structure that matches the given string, or returns a new one if none match it.static ValueStructure[]
ValueStructure.values()
Returns the list ofValueStructure
s.Methods in org.opengis.metadata.quality that return types with arguments of type ValueStructureModifier and TypeMethodDescriptionstatic Optional
<ValueStructure> Returns the structure corresponding to the given class.