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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type TrafficAreaType
 void Transportation200Marshaller.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 Transportation200Unmarshaller.unmarshalTrafficArea(TrafficAreaType src)
           
 void Transportation200Unmarshaller.unmarshalTrafficArea(TrafficAreaType src, TrafficArea dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.tran._2 that return TrafficAreaType
 TrafficAreaType ObjectFactory.createTrafficAreaType()
          Create an instance of TrafficAreaType
 TrafficAreaType TrafficAreaPropertyType.getTrafficArea()
          Ruft den Wert der trafficArea-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.tran._2 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._2 with parameters of type TrafficAreaType
 javax.xml.bind.JAXBElement<TrafficAreaType> ObjectFactory.createTrafficArea(TrafficAreaType value)
          Create an instance of JAXBElement<TrafficAreaType>}
 void TrafficAreaPropertyType.setTrafficArea(TrafficAreaType value)
          Legt den Wert der trafficArea-Eigenschaft fest.