- All Known Subinterfaces:
Band
,SampleDimension
Information on the range of each dimension of a cell measurement value.
- Since:
- 2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault InternationalString
Description of the attribute.default InternationalString
Deprecated.default Collection
<? extends Identifier> getNames()
Identifiers for each attribute included in the resource.default MemberName
Unique name or number that identifies attributes included in the coverage.
-
Method Details
-
getSequenceIdentifier
@UML(identifier="sequenceIdentifier", obligation=OPTIONAL, specification=ISO_19115) default MemberName getSequenceIdentifier()Unique name or number that identifies attributes included in the coverage.- Returns:
- unique name or number, or
null
if none.
-
getDescription
@UML(identifier="description", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getDescription()Description of the attribute.- Returns:
- description of the attribute, or
null
if none. - Since:
- 3.1
-
getDescriptor
@Deprecated(since="3.1") @UML(identifier="descriptor", obligation=OPTIONAL, specification=ISO_19115, version=2003) default InternationalString getDescriptor()Deprecated.As of ISO 19115:2014, renamedgetDescription()
.Description of the range of a cell measurement value.- Returns:
- description of the range of a cell measurement value, or
null
if none.
-
getNames
@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends Identifier> getNames()Identifiers for each attribute included in the resource. These identifiers can be used to provide names for the attribute from a standard set of names.- Returns:
- identifiers for each attribute included in the resource.
- Since:
- 3.1
-
getDescription()
.