Uses of Interface
org.citygml4j.model.citygml.transportation.TrafficArea

Packages that use TrafficArea
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   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation that return TrafficArea
 TrafficArea Transportation100Unmarshaller.unmarshalTrafficArea(TrafficAreaType src)
           
 TrafficArea Transportation040Unmarshaller.unmarshalTrafficArea(TrafficAreaType src)
           
 

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

Uses of TrafficArea in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TrafficArea
 TrafficArea CityGMLFactory.createTrafficArea()
           
 

Methods in org.citygml4j.factory with parameters of type TrafficArea
 TrafficAreaProperty CityGMLFactory.createTrafficAreaProperty(TrafficArea trafficArea)
           
 

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

Classes in org.citygml4j.impl.citygml.transportation that implement TrafficArea
 class TrafficAreaImpl
           
 

Methods in org.citygml4j.impl.citygml.transportation that return TrafficArea
 TrafficArea TrafficAreaPropertyImpl.getTrafficArea()
           
 

Methods in org.citygml4j.impl.citygml.transportation with parameters of type TrafficArea
 void TrafficAreaPropertyImpl.setTrafficArea(TrafficArea trafficArea)
           
 

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

Methods in org.citygml4j.model.citygml.transportation that return TrafficArea
 TrafficArea TrafficAreaProperty.getTrafficArea()
           
 

Methods in org.citygml4j.model.citygml.transportation with parameters of type TrafficArea
 void TrafficAreaProperty.setTrafficArea(TrafficArea trafficArea)
           
 

Uses of TrafficArea in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type TrafficArea
 T FeatureFunctor.apply(TrafficArea trafficArea)
           
 void FeatureVisitor.visit(TrafficArea trafficArea)
           
 

Uses of TrafficArea in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type TrafficArea
 T GMLFunctionWalker.apply(TrafficArea trafficArea)
           
 T FeatureFunctionWalker.apply(TrafficArea trafficArea)
           
 void GMLWalker.visit(TrafficArea trafficArea)
           
 void FeatureWalker.visit(TrafficArea trafficArea)