org.opengis.metadata.citation
Interface Contact
-
@UML(identifier="CI_Contact", specification=ISO_19115) public interface Contact
Information required to enable contact with the responsible person and/or organization.- Since:
- GeoAPI 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description AddressgetAddress()Physical and email address at which the organization or individual may be contacted.InternationalStringgetContactInstructions()Supplemental instructions on how or when to contact the individual or organization.InternationalStringgetHoursOfService()Time period (including time zone) when individuals can contact the organization or individual.OnLineResourcegetOnLineResource()On-line information that can be used to contact the individual or organization.TelephonegetPhone()Telephone numbers at which the organization or individual may be contacted.
-
-
-
Method Detail
-
getPhone
@UML(identifier="phone", obligation=OPTIONAL, specification=ISO_19115) Telephone getPhone()
Telephone numbers at which the organization or individual may be contacted. Returnsnullif none.
-
getAddress
@UML(identifier="address", obligation=OPTIONAL, specification=ISO_19115) Address getAddress()
Physical and email address at which the organization or individual may be contacted. Returnsnullif none.
-
getOnLineResource
@UML(identifier="onLineResource", obligation=OPTIONAL, specification=ISO_19115) OnLineResource getOnLineResource()
On-line information that can be used to contact the individual or organization. Returnsnullif none.
-
getHoursOfService
@UML(identifier="hoursOfService", obligation=OPTIONAL, specification=ISO_19115) InternationalString getHoursOfService()
Time period (including time zone) when individuals can contact the organization or individual. Returnsnullif unspecified.
-
getContactInstructions
@UML(identifier="contactInstructions", obligation=OPTIONAL, specification=ISO_19115) InternationalString getContactInstructions()
Supplemental instructions on how or when to contact the individual or organization. Returnsnullif none.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG