|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
org.geotools.metadata.iso.citation | Citation implementation. |
org.opengis.metadata.citation | Citation and responsible party information. |
Uses of Address in org.geotools.metadata.iso.citation |
---|
Classes in org.geotools.metadata.iso.citation that implement Address | |
---|---|
class |
AddressImpl
Location of the responsible individual or organization. |
Methods in org.geotools.metadata.iso.citation that return Address | |
---|---|
Address |
ContactImpl.getAddress()
Returns the physical and email address at which the organization or individual may be contacted. |
Methods in org.geotools.metadata.iso.citation with parameters of type Address | |
---|---|
void |
ContactImpl.setAddress(Address newValue)
Set the physical and email address at which the organization or individual may be contacted. |
Constructors in org.geotools.metadata.iso.citation with parameters of type Address | |
---|---|
AddressImpl(Address source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Uses of Address in org.opengis.metadata.citation |
---|
Methods in org.opengis.metadata.citation that return Address | |
---|---|
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. |
Methods in org.opengis.metadata.citation with parameters of type Address | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |