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 TypeClassDescriptionclass
A 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 DefaultSampleDimension
MetadataBuilder.sampleDimension
The characteristic of each dimension (layer) included in the resource, ornull
if none.Methods in org.apache.sis.internal.storage that return DefaultSampleDimensionModifier and TypeMethodDescriptionprivate DefaultSampleDimension
MetadataBuilder.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 TypeClassDescriptionclass
Range of wavelengths in the electromagnetic spectrum.Methods in org.apache.sis.metadata.iso.content with parameters of type DefaultSampleDimensionModifier and TypeMethodDescriptionprivate void
DefaultSampleDimension.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 DefaultSampleDimension
Band.sampleDimension
Metadata 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.