Uses of Interface
org.geotools.api.metadata.citation.Telephone
-
Packages that use Telephone Package Description org.geotools.api.metadata.citation Citation and responsible party information.org.geotools.metadata.iso.citation Citation implementation. -
-
Uses of Telephone in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return Telephone Modifier and Type Method Description Telephone
CitationFactory. createTelephone(String voice, String facsimile)
Telephone numbers for contacting the responsible individual or organization.Telephone
Contact. getPhone()
Telephone numbers at which the organization or individual may be contacted.Methods in org.geotools.api.metadata.citation with parameters of type Telephone Modifier and Type Method Description Contact
CitationFactory. 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 Telephone Modifier and Type Class Description class
TelephoneImpl
Telephone numbers for contacting the responsible individual or organization.Methods in org.geotools.metadata.iso.citation that return Telephone Modifier and Type Method Description Telephone
ContactImpl. getPhone()
Returns telephone numbers at which the organization or individual may be contacted.Methods in org.geotools.metadata.iso.citation with parameters of type Telephone Modifier and Type Method Description void
ContactImpl. setPhone(Telephone newValue)
Set telephone numbers at which the organization or individual may be contacted.Constructors in org.geotools.metadata.iso.citation with parameters of type Telephone Constructor Description TelephoneImpl(Telephone source)
Constructs a metadata entity initialized with the values from the specified metadata.
-