Uses of Interface
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.factory   
org.citygml4j.impl.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 Transportation100Marshaller.marshalTrafficAreaProperty(TrafficAreaProperty src)
           
 TrafficAreaPropertyType Transportation040Marshaller.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 Transportation100Unmarshaller.unmarshalTrafficAreaProperty(TrafficAreaPropertyType src)
           
 TrafficAreaProperty Transportation040Unmarshaller.unmarshalTrafficAreaProperty(TrafficAreaPropertyType src)
           
 

Uses of TrafficAreaProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TrafficAreaProperty
 TrafficAreaProperty CityGMLFactory.createTrafficAreaProperty()
           
 TrafficAreaProperty CityGMLFactory.createTrafficAreaProperty(java.lang.String xlink)
           
 TrafficAreaProperty CityGMLFactory.createTrafficAreaProperty(TrafficArea trafficArea)
           
 

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

Classes in org.citygml4j.impl.citygml.transportation that implement TrafficAreaProperty
 class TrafficAreaPropertyImpl
           
 

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

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

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

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)