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()
          Gets the value of the locality property.
 LocalityElement AdministrativeAreaElement.SubAdministrativeArea.getLocality()
          Gets the value of the locality property.
 LocalityElement AddressDetails.getLocality()
          Gets the value of the locality property.
 LocalityElement AddressDetails.Country.getLocality()
          Gets the value of the locality property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type LocalityElement
 void AdministrativeAreaElement.setLocality(LocalityElement value)
          Sets the value of the locality property.
 void AdministrativeAreaElement.SubAdministrativeArea.setLocality(LocalityElement value)
          Sets the value of the locality property.
 void AddressDetails.setLocality(LocalityElement value)
          Sets the value of the locality property.
 void AddressDetails.Country.setLocality(LocalityElement value)
          Sets the value of the locality property.