Uses of Interface
org.geotools.api.metadata.citation.Address
Packages that use Address
-
Uses of Address in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return AddressModifier and TypeMethodDescriptionCitationFactory.createAddress(Collection<String> deliveryPoints, InternationalString city, InternationalString administrativeArea, String postalCode, InternationalString country, Collection<String> electronicMailAddresses) Location of the responsible individual or organization.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 AddressModifier and TypeMethodDescriptionCitationFactory.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 AddressModifier and TypeClassDescriptionclassLocation of the responsible individual or organization.Methods in org.geotools.metadata.iso.citation that return AddressModifier and TypeMethodDescriptionContactImpl.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 AddressModifier and TypeMethodDescriptionvoidContactImpl.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 AddressModifierConstructorDescriptionAddressImpl(Address source) Constructs a metadata entity initialized with the values from the specified metadata.