Uses of Interface
org.opengis.metadata.citation.Contact
Packages that use Contact
Package
Description
Reference to the data or service (citation, responsible party, contact information).
Citation and
responsible party information.
-
Uses of Contact in org.apache.sis.metadata.iso.citation
Classes in org.apache.sis.metadata.iso.citation that implement ContactModifier and TypeClassDescriptionclassInformation required to enable contact with the responsible person and/or organization.Methods in org.apache.sis.metadata.iso.citation that return ContactMethods in org.apache.sis.metadata.iso.citation that return types with arguments of type ContactModifier and TypeMethodDescriptionAbstractParty.getContactInfo()Returns the contact information for the party.Methods in org.apache.sis.metadata.iso.citation with parameters of type ContactModifier and TypeMethodDescriptionstatic DefaultContactDefaultContact.castOrCopy(Contact object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultResponsibleParty.setContactInfo(Contact newValue) Deprecated.As of ISO 19115:2014, replaced byAbstractParty.setContactInfo(Collection).Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type ContactModifier and TypeMethodDescriptionvoidAbstractParty.setContactInfo(Collection<? extends Contact> newValues) Sets the contact information for the party.Constructors in org.apache.sis.metadata.iso.citation with parameters of type ContactModifierConstructorDescriptionAbstractParty(CharSequence name, Contact contactInfo) Constructs a party initialized with the specified name and contact information.DefaultContact(Contact object) Constructs a new instance initialized with the values from the specified metadata object.DefaultIndividual(CharSequence name, CharSequence positionName, Contact contactInfo) Constructs an individual initialized to the specified values.DefaultOrganisation(CharSequence name, BrowseGraphic logo, DefaultIndividual individual, Contact contactInfo) Constructs an organization initialized to the specified values. -
Uses of Contact in org.opengis.metadata.citation
Methods in org.opengis.metadata.citation that return ContactModifier and TypeMethodDescriptionResponsibleParty.getContactInfo()Address of the responsible party.
AbstractParty.getContactInfo().