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 |
AddressImpl
Location of the responsible individual or organization.
|
Modifier and Type | Method and Description |
---|---|
Address |
ContactImpl.getAddress()
Returns the physical and email address at which the organization or individual may be
contacted.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactImpl.setAddress(Address newValue)
Set the physical and email address at which the organization or individual may be contacted.
|
Constructor and Description |
---|
AddressImpl(Address source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Address |
CitationFactory.createAddress(Collection<String> deliveryPoints,
InternationalString city,
InternationalString administrativeArea,
String postalCode,
InternationalString country,
Collection<String> electronicMailAddresses)
Location of the responsible individual or organization.
|
Address |
Contact.getAddress()
Physical and email address 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.