Uses of Class
org.apache.sis.metadata.iso.content.DefaultSampleDimension
Packages that use DefaultSampleDimension
Package
Description
Extends some classes from
org.apache.sis.metadata.iso packages in order to give them
the name used by imagery extensions (ISO 19115-2).Utility classes for the implementation of SIS storage classes.
Description of the dataset content.
Reader of Landsat 8 level 1-2 data.
-
Uses of DefaultSampleDimension in org.apache.sis.internal.jaxb.gmi
Subclasses of DefaultSampleDimension in org.apache.sis.internal.jaxb.gmiModifier and TypeClassDescriptionclassA wrapper for a metadata using the"gmi"namespace. -
Uses of DefaultSampleDimension in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultSampleDimensionModifier and TypeFieldDescriptionprivate DefaultSampleDimensionMetadataBuilder.sampleDimensionThe characteristic of each dimension (layer) included in the resource, ornullif none.Methods in org.apache.sis.internal.storage that return DefaultSampleDimensionModifier and TypeMethodDescriptionprivate DefaultSampleDimensionMetadataBuilder.sampleDimension()Creates the sample dimension object if it does not already exists, then returns it. -
Uses of DefaultSampleDimension in org.apache.sis.metadata.iso.content
Subclasses of DefaultSampleDimension in org.apache.sis.metadata.iso.contentModifier and TypeClassDescriptionclassRange of wavelengths in the electromagnetic spectrum.Methods in org.apache.sis.metadata.iso.content with parameters of type DefaultSampleDimensionModifier and TypeMethodDescriptionprivate voidDefaultSampleDimension.init(DefaultSampleDimension object) Initializes this sample dimension to the values of the given object.Constructors in org.apache.sis.metadata.iso.content with parameters of type DefaultSampleDimensionModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of DefaultSampleDimension in org.apache.sis.storage.landsat
Fields in org.apache.sis.storage.landsat declared as DefaultSampleDimensionModifier and TypeFieldDescription(package private) final DefaultSampleDimensionBand.sampleDimensionMetadata about the band.Methods in org.apache.sis.storage.landsat that return types with arguments of type DefaultSampleDimensionModifier and TypeMethodDescriptionprivate Optional<DefaultSampleDimension>MetadataReader.sampleDimension(String key, int index) Returns metadata about sample dimension at the given index.