Uses of Interface
org.opengis.metadata.citation.Telephone

Packages that use Telephone
org.geotools.metadata.iso.citation Citation implementation. 
org.opengis.metadata.citation Citation and responsible party information. 
 

Uses of Telephone in org.geotools.metadata.iso.citation
 

Classes in org.geotools.metadata.iso.citation that implement Telephone
 class TelephoneImpl
          Telephone numbers for contacting the responsible individual or organization.
 

Methods in org.geotools.metadata.iso.citation that return Telephone
 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
 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
TelephoneImpl(Telephone source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of Telephone in org.opengis.metadata.citation
 

Methods in org.opengis.metadata.citation that return Telephone
 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.opengis.metadata.citation with parameters of type Telephone
 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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.