Uses of Class
org.apache.sis.metadata.iso.maintenance.DefaultMaintenanceInformation
Packages that use DefaultMaintenanceInformation
Package
Description
JAXB adapters for metadata.
Information about the frequency and scope of data updates.
-
Uses of DefaultMaintenanceInformation in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultMaintenanceInformationModifier and TypeMethodDescriptionMD_MaintenanceInformation.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mmi:MD_MaintenanceInformation>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultMaintenanceInformationModifier and TypeMethodDescriptionvoid
MD_MaintenanceInformation.setElement
(DefaultMaintenanceInformation value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultMaintenanceInformation in org.apache.sis.metadata.iso.maintenance
Methods in org.apache.sis.metadata.iso.maintenance that return DefaultMaintenanceInformationModifier and TypeMethodDescriptionDefaultMaintenanceInformation.castOrCopy
(org.opengis.metadata.maintenance.MaintenanceInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.