Package org.opengis.metadata.content
Interface RangeDimension
-
- All Known Subinterfaces:
Band,SampleDimension
@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
- See Also:
AttributeGroup.getAttributes()
-
-
Method Summary
Modifier and Type Method Description default InternationalStringgetDescription()Description of the attribute.default InternationalStringgetDescriptor()Deprecated.As of ISO 19115:2014, renamedgetDescription().default Collection<? extends Identifier>getNames()Identifiers for each attribute included in the resource.default MemberNamegetSequenceIdentifier()Unique name or number that identifies attributes included in the coverage.
-
-
-
Method Detail
-
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
nullif none.
-
getDescription
@UML(identifier="description", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getDescription()
Description of the attribute.- Returns:
- description of the attribute, or
nullif none. - Since:
- 3.1
-
getDescriptor
@Deprecated @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
nullif 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
-
-