Package org.opengis.metadata.content
Interface RangeDimension
-
- All Known Subinterfaces:
Band
@UML(identifier="MD_RangeDimension", specification=ISO_19115) public interface RangeDimension
Information on the range of each dimension of a cell measurement value.- Since:
- 2.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternationalString
getDescriptor()
Description of the range of a cell measurement value.MemberName
getSequenceIdentifier()
Number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
-
-
-
Method Detail
-
getSequenceIdentifier
@UML(identifier="sequenceIdentifier", obligation=OPTIONAL, specification=ISO_19115) MemberName getSequenceIdentifier()
Number that uniquely identifies instances of bands of wavelengths on which a sensor operates.- Returns:
- Identifier of bands on which a sensor operates, or
null
.
-
getDescriptor
@UML(identifier="descriptor", obligation=OPTIONAL, specification=ISO_19115) InternationalString getDescriptor()
Description of the range of a cell measurement value.- Returns:
- Description of the range of a cell measurement value, or
null
.
-
-