Uses of Interface org.opengis.metadata.citation.Contact (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.opengis.geoapi org.opengis.metadata.citation Contact Uses of Interface org.opengis.metadata.citation.Contact Packages that use Contact Package Description org.apache.sis.metadata.iso.citation Reference to the data or service (citation, responsible party, contact information). org.opengis.metadata.citation 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 Contact Modifier and Type Class Description class  DefaultContact Information required to enable contact with the responsible person and/or organization. Methods in org.apache.sis.metadata.iso.citation that return Contact Modifier and Type Method Description Contact DefaultResponsibleParty.getContactInfo() Deprecated. As of ISO 19115:2014, replaced by AbstractParty.getContactInfo(). Methods in org.apache.sis.metadata.iso.citation that return types with arguments of type Contact Modifier and Type Method Description Collection<Contact> AbstractParty.getContactInfo() Returns the contact information for the party. Methods in org.apache.sis.metadata.iso.citation with parameters of type Contact Modifier and Type Method Description static DefaultContact DefaultContact.castOrCopy(Contact object) Returns a SIS metadata implementation with the values of the given arbitrary implementation. void DefaultResponsibleParty.setContactInfo(Contact newValue) Deprecated. As of ISO 19115:2014, replaced by AbstractParty.setContactInfo(Collection). Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type Contact Modifier and Type Method Description void AbstractParty.setContactInfo(Collection<? extends Contact> newValues) Sets the contact information for the party. Constructors in org.apache.sis.metadata.iso.citation with parameters of type Contact Modifier Constructor Description   AbstractParty(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 Contact Modifier and Type Method Description Contact ResponsibleParty.getContactInfo() Address of the responsible party.