Uses of Interface
org.geotools.api.metadata.citation.Telephone
Packages that use Telephone
-
Uses of Telephone in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return TelephoneModifier and TypeMethodDescriptionCitationFactory.createTelephone
(String voice, String facsimile) Telephone numbers for contacting the responsible individual or organization.Contact.getPhone()
Telephone numbers at which the organization or individual may be contacted.Methods in org.geotools.api.metadata.citation with parameters of type TelephoneModifier and TypeMethodDescriptionCitationFactory.createContact
(Telephone phone, Address address, OnLineResource onLineResource, InternationalString hoursOfService, InternationalString contactInstructions) Information required to enable contact with the responsible person and/or organization. -
Uses of Telephone in org.geotools.metadata.iso.citation
Classes in org.geotools.metadata.iso.citation that implement TelephoneModifier and TypeClassDescriptionclass
Telephone numbers for contacting the responsible individual or organization.Methods in org.geotools.metadata.iso.citation that return TelephoneModifier and TypeMethodDescriptionContactImpl.getPhone()
Returns telephone numbers at which the organization or individual may be contacted.Methods in org.geotools.metadata.iso.citation with parameters of type TelephoneModifier and TypeMethodDescriptionvoid
Set telephone numbers at which the organization or individual may be contacted.Constructors in org.geotools.metadata.iso.citation with parameters of type TelephoneModifierConstructorDescriptionTelephoneImpl
(Telephone source) Constructs a metadata entity initialized with the values from the specified metadata.