Uses of Class
org.citygml4j.jaxb.xal.LocalityElement

Packages that use LocalityElement
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

Uses of LocalityElement in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return LocalityElement
 LocalityElement XALMarshaller.marshalLocality(Locality src)
           
 

Uses of LocalityElement in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type LocalityElement
 Locality XALUnmarshaller.unmarshalLocality(LocalityElement src)
           
 

Uses of LocalityElement in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return LocalityElement
 LocalityElement ObjectFactory.createLocalityElement()
          Create an instance of LocalityElement
 LocalityElement AdministrativeAreaElement.getLocality()
          Ruft den Wert der locality-Eigenschaft ab.
 LocalityElement AdministrativeAreaElement.SubAdministrativeArea.getLocality()
          Ruft den Wert der locality-Eigenschaft ab.
 LocalityElement AddressDetails.getLocality()
          Ruft den Wert der locality-Eigenschaft ab.
 LocalityElement AddressDetails.Country.getLocality()
          Ruft den Wert der locality-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.xal with parameters of type LocalityElement
 void AdministrativeAreaElement.setLocality(LocalityElement value)
          Legt den Wert der locality-Eigenschaft fest.
 void AdministrativeAreaElement.SubAdministrativeArea.setLocality(LocalityElement value)
          Legt den Wert der locality-Eigenschaft fest.
 void AddressDetails.setLocality(LocalityElement value)
          Legt den Wert der locality-Eigenschaft fest.
 void AddressDetails.Country.setLocality(LocalityElement value)
          Legt den Wert der locality-Eigenschaft fest.