@UML(identifier="CI_Address", specification=ISO_19115) public interface Address
Modifier and Type | Method and Description |
---|---|
InternationalString |
getAdministrativeArea()
State, province of the location.
|
InternationalString |
getCity()
The city of the location.
|
InternationalString |
getCountry()
Country of the physical address.
|
Collection<String> |
getDeliveryPoints()
Address line for the location (as described in ISO 11180, Annex A).
|
Collection<String> |
getElectronicMailAddresses()
Address of the electronic mailbox of the responsible organization or individual.
|
String |
getPostalCode()
ZIP or other postal code.
|
@UML(identifier="deliveryPoint", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getDeliveryPoints()
@UML(identifier="city", obligation=OPTIONAL, specification=ISO_19115) InternationalString getCity()
null
if unspecified.null
.@UML(identifier="administrativeArea", obligation=OPTIONAL, specification=ISO_19115) InternationalString getAdministrativeArea()
null
if unspecified.null
.@UML(identifier="postalCode", obligation=OPTIONAL, specification=ISO_19115) String getPostalCode()
null
if unspecified.null
.@UML(identifier="country", obligation=OPTIONAL, specification=ISO_19115) InternationalString getCountry()
null
if unspecified.null
.@UML(identifier="electronicMailAddress", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getElectronicMailAddresses()
Copyright © 1996–2019 Geotools. All rights reserved.