Uses of Interface
org.opengis.metadata.content.RangeDimension
Packages that use RangeDimension
Package
Description
Description of the dataset content.
Information about data quality, accuracy and consistency of a dataset.
Content information
(includes Feature catalogue and Coverage descriptions).
-
Uses of RangeDimension in org.apache.sis.metadata.iso.content
Classes in org.apache.sis.metadata.iso.content that implement RangeDimensionModifier and TypeClassDescriptionclassRange of wavelengths in the electromagnetic spectrum.classInformation on the range of each dimension of a cell measurement value.classThe characteristic of each dimension (layer) included in the resource.Methods in org.apache.sis.metadata.iso.content that return types with arguments of type RangeDimensionModifier and TypeMethodDescriptionDefaultAttributeGroup.getAttributes()Returns information on an attribute of the resource.final Collection<RangeDimension> DefaultCoverageDescription.getDimensions()Deprecated.Methods in org.apache.sis.metadata.iso.content with parameters of type RangeDimensionModifier and TypeMethodDescriptionstatic DefaultRangeDimensionDefaultRangeDimension.castOrCopy(RangeDimension 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 RangeDimensionModifier and TypeMethodDescriptionvoidDefaultAttributeGroup.setAttributes(Collection<? extends RangeDimension> newValues) Sets information on an attribute of the resource.voidDefaultCoverageDescription.setDimensions(Collection<? extends RangeDimension> newValues) Deprecated.As of ISO 19115:2014, moved toDefaultAttributeGroup.setAttributes(Collection).Constructors in org.apache.sis.metadata.iso.content with parameters of type RangeDimensionModifierConstructorDescriptionDefaultAttributeGroup(CoverageContentType contentType, RangeDimension attribute) Constructs an attribute group initialized to the given values.DefaultRangeDimension(RangeDimension object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of RangeDimension in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return types with arguments of type RangeDimensionModifier and TypeMethodDescriptionDefaultCoverageResult.getResultContent()Provides the description of the content of the result coverage.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type RangeDimensionModifier and TypeMethodDescriptionvoidDefaultCoverageResult.setResultContent(Collection<RangeDimension> newValues) Sets the description of the content of the result coverage. -
Uses of RangeDimension in org.opengis.metadata.content
Subinterfaces of RangeDimension in org.opengis.metadata.contentModifier and TypeInterfaceDescriptioninterfaceRange of wavelengths in the electromagnetic spectrum.Methods in org.opengis.metadata.content that return types with arguments of type RangeDimensionModifier and TypeMethodDescriptionCollection<? extends RangeDimension> CoverageDescription.getDimensions()Information on the dimensions of the cell measurement value.
DefaultAttributeGroup.getAttributes().