Uses of Interface
org.opengis.metadata.citation.Address
Packages that use Address
Package
Description
Reference to the data or service (citation, responsible party, contact information).
Citation and
responsible party information.
-
Uses of Address in org.apache.sis.metadata.iso.citation
Classes in org.apache.sis.metadata.iso.citation that implement AddressModifier and TypeClassDescriptionclassLocation of the responsible individual or organization.Methods in org.apache.sis.metadata.iso.citation that return AddressMethods in org.apache.sis.metadata.iso.citation that return types with arguments of type AddressModifier and TypeMethodDescriptionDefaultContact.getAddresses()Returns the physical and email addresses at which the organization or individual may be contacted.Methods in org.apache.sis.metadata.iso.citation with parameters of type AddressModifier and TypeMethodDescriptionstatic DefaultAddressDefaultAddress.castOrCopy(Address object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultContact.setAddress(Address newValue) Deprecated.As of ISO 19115:2014, replaced byDefaultContact.setAddresses(Collection).Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type AddressModifier and TypeMethodDescriptionvoidDefaultContact.setAddresses(Collection<? extends Address> newValues) Sets the physical and email addresses at which the organization or individual may be contacted.Constructors in org.apache.sis.metadata.iso.citation with parameters of type AddressModifierConstructorDescriptionDefaultAddress(Address object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Address in org.opengis.metadata.citation
Methods in org.opengis.metadata.citation that return AddressModifier and TypeMethodDescriptionContact.getAddress()Physical and email address at which the organization or individual may be contacted.
DefaultContact.getAddresses().