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.citationMethods in org.geotools.api.metadata.citation that return Telephone Modifier and Type Method Description TelephoneCitationFactory. createTelephone(String voice, String facsimile)Telephone numbers for contacting the responsible individual or organization.TelephoneContact. 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 ContactCitationFactory. 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.citationClasses in org.geotools.metadata.iso.citation that implement Telephone Modifier and Type Class Description classTelephoneImplTelephone numbers for contacting the responsible individual or organization.Methods in org.geotools.metadata.iso.citation that return Telephone Modifier and Type Method Description TelephoneContactImpl. 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 voidContactImpl. 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.
 
-