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 AddressCitationFactory. createAddress(Collection<String> deliveryPoints, InternationalString city, InternationalString administrativeArea, String postalCode, InternationalString country, Collection<String> electronicMailAddresses)Location of the responsible individual or organization.AddressContact. 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 ContactCitationFactory. 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 classAddressImplLocation of the responsible individual or organization.Methods in org.geotools.metadata.iso.citation that return Address Modifier and Type Method Description AddressContactImpl. 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 voidContactImpl. 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.
-