Uses of Class
org.citygml4j.jaxb.citygml._0_4.AuxiliaryTrafficAreaType

Packages that use AuxiliaryTrafficAreaType
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of AuxiliaryTrafficAreaType in org.citygml4j.builder.jaxb.marshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return AuxiliaryTrafficAreaType
 AuxiliaryTrafficAreaType Transportation040Marshaller.marshalAuxiliaryTrafficArea(AuxiliaryTrafficArea src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type AuxiliaryTrafficAreaType
 void Transportation040Marshaller.marshalAuxiliaryTrafficArea(AuxiliaryTrafficArea src, AuxiliaryTrafficAreaType dest)
           
 

Uses of AuxiliaryTrafficAreaType in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type AuxiliaryTrafficAreaType
 AuxiliaryTrafficArea Transportation040Unmarshaller.unmarshalAuxiliaryTrafficArea(AuxiliaryTrafficAreaType src)
           
 void Transportation040Unmarshaller.unmarshalAuxiliaryTrafficArea(AuxiliaryTrafficAreaType src, AuxiliaryTrafficArea dest)
           
 

Uses of AuxiliaryTrafficAreaType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return AuxiliaryTrafficAreaType
 AuxiliaryTrafficAreaType ObjectFactory.createAuxiliaryTrafficAreaType()
          Create an instance of AuxiliaryTrafficAreaType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type AuxiliaryTrafficAreaType
 javax.xml.bind.JAXBElement<AuxiliaryTrafficAreaType> ObjectFactory.createAuxiliaryTrafficArea(AuxiliaryTrafficAreaType value)
          Create an instance of JAXBElement<AuxiliaryTrafficAreaType>}
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type AuxiliaryTrafficAreaType
 javax.xml.bind.JAXBElement<AuxiliaryTrafficAreaType> ObjectFactory.createAuxiliaryTrafficArea(AuxiliaryTrafficAreaType value)
          Create an instance of JAXBElement<AuxiliaryTrafficAreaType>}