Uses of Interface
org.opengis.metadata.citation.Telephone
Packages that use Telephone
Package
Description
Reference to the data or service (citation, responsible party, contact information).
Citation and
responsible party information.
-
Uses of Telephone in org.apache.sis.metadata.iso.citation
Classes in org.apache.sis.metadata.iso.citation that implement TelephoneModifier and TypeClassDescriptionclassTelephone numbers for contacting the responsible individual or organization.Methods in org.apache.sis.metadata.iso.citation that return TelephoneMethods in org.apache.sis.metadata.iso.citation that return types with arguments of type TelephoneModifier and TypeMethodDescriptionDefaultContact.getPhones()Returns telephone numbers at which the organization or individual may be contacted.Methods in org.apache.sis.metadata.iso.citation with parameters of type TelephoneModifier and TypeMethodDescriptionstatic DefaultTelephoneDefaultTelephone.castOrCopy(Telephone object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDeprecated.As of ISO 19115:2014, replaced byDefaultContact.setPhones(Collection).Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type TelephoneModifier and TypeMethodDescriptionvoidDefaultContact.setPhones(Collection<? extends Telephone> newValues) Sets telephone numbers at which the organization or individual may be contacted.Constructors in org.apache.sis.metadata.iso.citation with parameters of type TelephoneModifierConstructorDescriptionDefaultTelephone(Telephone object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Telephone in org.opengis.metadata.citation
Methods in org.opengis.metadata.citation that return Telephone
DefaultContact.getPhones().