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