Uses of Interface
org.opengis.metadata.ExtendedElementInformation
Packages that use ExtendedElementInformation
Package
Description
Root package for various metadata implementations.
Root package for ISO 19115 metadata about resources (data or services).
Root package for metadata.
-
Uses of ExtendedElementInformation in org.apache.sis.metadata
Methods in org.apache.sis.metadata that return types with arguments of type ExtendedElementInformationModifier and TypeMethodDescriptionMetadataStandard.asInformationMap(Class<?> type, KeyNamePolicy keyPolicy) Returns information about all properties defined in the given metadata type. -
Uses of ExtendedElementInformation in org.apache.sis.metadata.iso
Classes in org.apache.sis.metadata.iso that implement ExtendedElementInformationModifier and TypeClassDescriptionclassNew metadata element, not found in ISO 19115, which is required to describe geographic data.Methods in org.apache.sis.metadata.iso that return types with arguments of type ExtendedElementInformationModifier and TypeMethodDescriptionDefaultMetadataExtensionInformation.getExtendedElementInformation()Provides information about a new metadata element, not found in ISO 19115, which is required to describe resource.Methods in org.apache.sis.metadata.iso with parameters of type ExtendedElementInformationModifier and TypeMethodDescriptionDefaultExtendedElementInformation.castOrCopy(ExtendedElementInformation 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 ExtendedElementInformationModifier and TypeMethodDescriptionvoidDefaultMetadataExtensionInformation.setExtendedElementInformation(Collection<? extends ExtendedElementInformation> newValues) Sets information about a new metadata element.Constructors in org.apache.sis.metadata.iso with parameters of type ExtendedElementInformationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of ExtendedElementInformation in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type ExtendedElementInformationModifier and TypeMethodDescriptionCollection<? extends ExtendedElementInformation> MetadataExtensionInformation.getExtendedElementInformation()Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data.