Package | Description |
---|---|
org.geotools.metadata.iso.citation |
Citation implementation.
|
org.opengis.metadata.citation |
Citation and responsible party information.
|
Modifier and Type | Class and Description |
---|---|
class |
TelephoneImpl
Telephone numbers for contacting the responsible individual or organization.
|
Modifier and Type | Method and Description |
---|---|
Telephone |
ContactImpl.getPhone()
Returns telephone numbers at which the organization or individual may be contacted.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactImpl.setPhone(Telephone newValue)
Set telephone numbers at which the organization or individual may be contacted.
|
Constructor and Description |
---|
TelephoneImpl(Telephone source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.