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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return TrafficAreaType
 TrafficAreaType Transportation100Marshaller.marshalTrafficArea(TrafficArea src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type TrafficAreaType
 void Transportation100Marshaller.marshalTrafficArea(TrafficArea src, TrafficAreaType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type TrafficAreaType
 TrafficArea Transportation100Unmarshaller.unmarshalTrafficArea(TrafficAreaType src)
           
 void Transportation100Unmarshaller.unmarshalTrafficArea(TrafficAreaType src, TrafficArea dest)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml.tran._1 with parameters of type TrafficAreaType
 javax.xml.bind.JAXBElement<TrafficAreaType> ObjectFactory.createTrafficArea(TrafficAreaType value)
          Create an instance of JAXBElement<TrafficAreaType>}