Uses of Interface
org.opengis.metadata.MetadataExtensionInformation
Packages that use MetadataExtensionInformation
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Root package for metadata.
-
Uses of MetadataExtensionInformation in org.apache.sis.metadata.iso
Classes in org.apache.sis.metadata.iso that implement MetadataExtensionInformationModifier and TypeClassDescriptionclassInformation describing metadata extensions.Methods in org.apache.sis.metadata.iso that return types with arguments of type MetadataExtensionInformationModifier and TypeMethodDescriptionDefaultMetadata.getMetadataExtensionInfo()Returns information describing metadata extensions.Methods in org.apache.sis.metadata.iso with parameters of type MetadataExtensionInformationModifier and TypeMethodDescriptionDefaultMetadataExtensionInformation.castOrCopy(MetadataExtensionInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso with type arguments of type MetadataExtensionInformationModifier and TypeMethodDescriptionvoidDefaultMetadata.setMetadataExtensionInfo(Collection<? extends MetadataExtensionInformation> newValues) Sets information describing metadata extensions.Constructors in org.apache.sis.metadata.iso with parameters of type MetadataExtensionInformationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of MetadataExtensionInformation in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type MetadataExtensionInformationModifier and TypeMethodDescriptionCollection<? extends MetadataExtensionInformation> Metadata.getMetadataExtensionInfo()Information describing metadata extensions.