Uses of Class
org.apache.sis.internal.metadata.legacy.LegacyPropertyAdapter
Packages that use LegacyPropertyAdapter
Package
Description
Metadata objects from legacy standards, or utility methods for supporting legacy properties.
Root package for ISO 19115 metadata about resources (data or services).
Reference to the data or service (citation, responsible party, contact information).
-
Uses of LegacyPropertyAdapter in org.apache.sis.internal.metadata.legacy
Methods in org.apache.sis.internal.metadata.legacy that return LegacyPropertyAdapterModifier and TypeMethodDescriptionfinal LegacyPropertyAdapter<L,
N> LegacyPropertyAdapter.validOrNull()
Returnsthis
if the collection given at construction time was non-null, ornull
otherwise.Methods in org.apache.sis.internal.metadata.legacy with parameters of type LegacyPropertyAdapterModifier and TypeMethodDescriptionstatic <L> L
LegacyPropertyAdapter.getSingleton
(Collection<? extends L> values, Class<L> valueClass, LegacyPropertyAdapter<L, ?> caller, Class<?> callerClass, String callerMethod) Returns the singleton value of the given collection, ornull
if the given collection is null or empty. -
Uses of LegacyPropertyAdapter in org.apache.sis.metadata.iso
Subclasses of LegacyPropertyAdapter in org.apache.sis.metadata.isoModifier and TypeClassDescription(package private) class
A specialization ofLegacyPropertyAdapter
which will try to merge the"hierarchyLevel"
and"hierarchyLevelName"
properties in the sameDefaultMetadataScope
instance. -
Uses of LegacyPropertyAdapter in org.apache.sis.metadata.iso.citation
Subclasses of LegacyPropertyAdapter in org.apache.sis.metadata.iso.citationModifier and TypeClassDescription(package private) final class
An adapter for converting telephone lists from ISO 19115:2014 definition to ISO 19115:2003 definition.