public class AddressRepresentation extends Object
| Constructor and Description |
|---|
AddressRepresentation() |
public List<GeographicalName> getAdminUnits()
public AddressRepresentation addAdminUnit(GeographicalName adminUnit)
public AddressRepresentation addLocatorDesignator(String locatorDesignator)
public List<GeographicalName> getLocatorNames()
public AddressRepresentation addLocatorName(GeographicalName locatorName)
public List<Nillable<GeographicalName>> getAddressAreas()
public AddressRepresentation addAddressArea(Nillable<GeographicalName> addressArea)
public AddressRepresentation addAddressArea(GeographicalName addressArea)
public List<Nillable<GeographicalName>> getPostNames()
public AddressRepresentation addPostName(Nillable<GeographicalName> postName)
public AddressRepresentation addPostName(GeographicalName postName)
public AddressRepresentation setPostCode(Nillable<String> postCode)
public AddressRepresentation setPostCode(String postCode)
public List<Nillable<GeographicalName>> getThoroughfares()
public AddressRepresentation addThoroughfare(Nillable<GeographicalName> thoroughfare)
public AddressRepresentation addThoroughfare(GeographicalName thoroughfare)
public AddressRepresentation setAddressFeature(Nillable<Reference> addressFeature)
public AddressRepresentation setAddressFeature(Reference addressFeature)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.