Package org.opengis.metadata.content
Interface RangeElementDescription
-
@UML(identifier="MI_RangeElementDescription", specification=ISO_19115_2) public interface RangeElementDescription
Description of specific range elements.- Since:
- 2.3
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternationalString
getDefinition()
Description of a set of specific range elements.InternationalString
getName()
Designation associated with a set of range elements.java.util.Collection<? extends Record>
getRangeElements()
Specific range elements, i.e.
-
-
-
Method Detail
-
getName
@UML(identifier="name", obligation=MANDATORY, specification=ISO_19115_2) InternationalString getName()
Designation associated with a set of range elements.- Returns:
- Designation associated with a set of range elements.
-
getDefinition
@UML(identifier="definition", obligation=MANDATORY, specification=ISO_19115_2) InternationalString getDefinition()
Description of a set of specific range elements.- Returns:
- Description of a set of specific range elements.
-
getRangeElements
@UML(identifier="rangeElement", obligation=MANDATORY, specification=ISO_19115_2) java.util.Collection<? extends Record> getRangeElements()
Specific range elements, i.e. range elements associated with a name and their definition.- Returns:
- Specific range elements.
-
-