Information about content type for groups of attributes for a specific
RangeDimension
.- Since:
- 3.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends RangeDimension> Information on an attribute of the resource.Types of information represented by the value(s).
-
Method Details
-
getContentTypes
@UML(identifier="contentType", obligation=MANDATORY, specification=ISO_19115) Collection<CoverageContentType> getContentTypes()Types of information represented by the value(s).- Returns:
- types of information represented by the value(s).
-
getAttributes
@UML(identifier="attribute", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends RangeDimension> getAttributes()Information on an attribute of the resource. Returns an empty collection if none.- Returns:
- information on an attribute of the resource.
-