Uses of Class
org.apache.sis.metadata.iso.DefaultMetadata
Packages that use DefaultMetadata
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
A plugin mechanism for modifying some aspects of the resources read by data stores.
-
Uses of DefaultMetadata in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return DefaultMetadataModifier and TypeMethodDescriptionstatic DefaultMetadata
DefaultMetadata.castOrCopy
(Metadata object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.static DefaultMetadata
Returns an editable copy of the given metadata. -
Uses of DefaultMetadata in org.apache.sis.storage.modifier
Methods in org.apache.sis.storage.modifier with parameters of type DefaultMetadataModifier and TypeMethodDescriptiondefault Metadata
CoverageModifier.customize
(CoverageModifier.Source source, DefaultMetadata metadata) Invoked when a metadata is created for a single coverage or for the whole file.