Uses of Interface
org.opengis.metadata.content.RangeElementDescription
Packages that use RangeElementDescription
Package
Description
Description of the dataset content.
Content information
(includes Feature catalogue and Coverage descriptions).
-
Uses of RangeElementDescription in org.apache.sis.metadata.iso.content
Classes in org.apache.sis.metadata.iso.content that implement RangeElementDescriptionModifier and TypeClassDescriptionclassDescription of specific range elements.Methods in org.apache.sis.metadata.iso.content that return types with arguments of type RangeElementDescriptionModifier and TypeMethodDescriptionDefaultCoverageDescription.getRangeElementDescriptions()Provides the description of the specific range elements of a coverage.DefaultSampleDimension.getRangeElementDescriptions()Provides the description and values of the specific range elements of a sample dimension.Methods in org.apache.sis.metadata.iso.content with parameters of type RangeElementDescriptionModifier and TypeMethodDescriptionDefaultRangeElementDescription.castOrCopy(RangeElementDescription object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.content with type arguments of type RangeElementDescriptionModifier and TypeMethodDescriptionvoidDefaultCoverageDescription.setRangeElementDescriptions(Collection<? extends RangeElementDescription> newValues) Sets the description of the specific range elements of a coverage.voidDefaultSampleDimension.setRangeElementDescriptions(Collection<? extends RangeElementDescription> newValues) Sets the description and values of the specific range elements of a sample dimension.Constructors in org.apache.sis.metadata.iso.content with parameters of type RangeElementDescriptionModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of RangeElementDescription in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return types with arguments of type RangeElementDescriptionModifier and TypeMethodDescriptionCollection<? extends RangeElementDescription> CoverageDescription.getRangeElementDescriptions()Provides the description of the specific range elements of a coverage.