Uses of Class
org.apache.sis.metadata.iso.identification.DefaultUsage
Packages that use DefaultUsage
Package
Description
JAXB adapters for metadata.
Information to uniquely identify the data or service.
-
Uses of DefaultUsage in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultUsageModifier and TypeMethodDescriptionMD_Usage.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mri:MD_Usage>XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultUsageModifier and TypeMethodDescriptionvoidMD_Usage.setElement(DefaultUsage value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultUsage in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return DefaultUsageModifier and TypeMethodDescriptionstatic DefaultUsageDefaultUsage.castOrCopy(org.opengis.metadata.identification.Usage object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.