Uses of Interface
org.geotools.api.metadata.citation.Address
-
Packages that use Address Package Description org.geotools.api.metadata.citation Citation and responsible party information.org.geotools.metadata.iso.citation Citation implementation. -
-
Uses of Address in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return Address Modifier and Type Method 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.Methods in org.geotools.api.metadata.citation with parameters of type Address Modifier and Type Method 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. -
Uses of Address in org.geotools.metadata.iso.citation
Classes in org.geotools.metadata.iso.citation that implement Address Modifier and Type Class Description class
AddressImpl
Location of the responsible individual or organization.Methods in org.geotools.metadata.iso.citation that return Address Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description AddressImpl(Address source)
Constructs a metadata entity initialized with the values from the specified metadata.
-