Uses of Class
org.n52.shetland.inspire.GeographicalName
-
Packages that use GeographicalName Package Description org.n52.shetland.inspire org.n52.shetland.inspire.ad -
-
Uses of GeographicalName in org.n52.shetland.inspire
-
Uses of GeographicalName in org.n52.shetland.inspire.ad
Methods in org.n52.shetland.inspire.ad that return types with arguments of type GeographicalName Modifier and Type Method Description List<Nillable<GeographicalName>>AddressRepresentation. getAddressAreas()List<GeographicalName>AddressRepresentation. getAdminUnits()List<GeographicalName>AddressRepresentation. getLocatorNames()List<Nillable<GeographicalName>>AddressRepresentation. getPostNames()List<Nillable<GeographicalName>>AddressRepresentation. getThoroughfares()Methods in org.n52.shetland.inspire.ad with parameters of type GeographicalName Modifier and Type Method Description AddressRepresentationAddressRepresentation. addAddressArea(GeographicalName addressArea)AddressRepresentationAddressRepresentation. addAdminUnit(GeographicalName adminUnit)AddressRepresentationAddressRepresentation. addLocatorName(GeographicalName locatorName)AddressRepresentationAddressRepresentation. addPostName(GeographicalName postName)AddressRepresentationAddressRepresentation. addThoroughfare(GeographicalName thoroughfare)Method parameters in org.n52.shetland.inspire.ad with type arguments of type GeographicalName Modifier and Type Method Description AddressRepresentationAddressRepresentation. addAddressArea(Nillable<GeographicalName> addressArea)AddressRepresentationAddressRepresentation. addPostName(Nillable<GeographicalName> postName)AddressRepresentationAddressRepresentation. addThoroughfare(Nillable<GeographicalName> thoroughfare)
-