Uses of Class
org.apache.sis.metadata.iso.citation.DefaultContact
Packages that use DefaultContact
Package
Description
JAXB adapters for metadata.
Reference to the data or service (citation, responsible party, contact information).
-
Uses of DefaultContact in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultContactModifier and TypeMethodDescriptionCI_Contact.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<cit:CI_Contact>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultContactModifier and TypeMethodDescriptionvoid
CI_Contact.setElement
(DefaultContact value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultContact in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return DefaultContactModifier and TypeMethodDescriptionstatic DefaultContact
DefaultContact.castOrCopy
(org.opengis.metadata.citation.Contact object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.