Uses of Class
org.citygml4j.model.citygml.transportation.TrafficAreaProperty

Packages that use TrafficAreaProperty
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.model.citygml.transportation   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type TrafficAreaProperty
 TrafficAreaPropertyType Transportation200Marshaller.marshalTrafficAreaProperty(TrafficAreaProperty src)
           
 TrafficAreaPropertyType Transportation100Marshaller.marshalTrafficAreaProperty(TrafficAreaProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation that return TrafficAreaProperty
 TrafficAreaProperty Transportation200Unmarshaller.unmarshalTrafficAreaProperty(TrafficAreaPropertyType src)
           
 TrafficAreaProperty Transportation100Unmarshaller.unmarshalTrafficAreaProperty(TrafficAreaPropertyType src)
           
 

Uses of TrafficAreaProperty in org.citygml4j.model.citygml.transportation
 

Methods in org.citygml4j.model.citygml.transportation that return types with arguments of type TrafficAreaProperty
 java.util.List<TrafficAreaProperty> TransportationComplex.getTrafficArea()
           
 

Methods in org.citygml4j.model.citygml.transportation with parameters of type TrafficAreaProperty
 void TransportationComplex.addTrafficArea(TrafficAreaProperty trafficArea)
           
 boolean TransportationComplex.unsetTrafficArea(TrafficAreaProperty trafficArea)
           
 

Method parameters in org.citygml4j.model.citygml.transportation with type arguments of type TrafficAreaProperty
 void TransportationComplex.setTrafficArea(java.util.List<TrafficAreaProperty> trafficArea)