Uses of Class
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.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 Transportation200Marshaller.marshalTrafficArea(TrafficArea src)
           
 TrafficAreaType Transportation100Marshaller.marshalTrafficArea(TrafficArea src)
           
 void Transportation200Marshaller.marshalTrafficArea(TrafficArea src, TrafficAreaType dest)
           
 void Transportation100Marshaller.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 Transportation200Unmarshaller.unmarshalTrafficArea(TrafficAreaType src)
           
 TrafficArea Transportation100Unmarshaller.unmarshalTrafficArea(TrafficAreaType src)
           
 

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

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 that return types with arguments of type TrafficArea
 java.lang.Class<TrafficArea> TrafficAreaProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.transportation with parameters of type TrafficArea
TrafficAreaProperty(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)