Uses of Class
org.citygml4j.jaxb.citygml.tran._1.AuxiliaryTrafficAreaType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type AuxiliaryTrafficAreaType
 void Transportation100Marshaller.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 Transportation100Unmarshaller.unmarshalAuxiliaryTrafficArea(AuxiliaryTrafficAreaType src)
           
 void Transportation100Unmarshaller.unmarshalAuxiliaryTrafficArea(AuxiliaryTrafficAreaType src, AuxiliaryTrafficArea dest)
           
 

Uses of AuxiliaryTrafficAreaType in org.citygml4j.jaxb.citygml.tran._1
 

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

Methods in org.citygml4j.jaxb.citygml.tran._1 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.tran._1 with parameters of type AuxiliaryTrafficAreaType
 javax.xml.bind.JAXBElement<AuxiliaryTrafficAreaType> ObjectFactory.createAuxiliaryTrafficArea(AuxiliaryTrafficAreaType value)
          Create an instance of JAXBElement<AuxiliaryTrafficAreaType>}