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

Packages that use AbstractTransportationObject
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.model.citygml.transportation   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type AbstractTransportationObject
 void Transportation200Marshaller.marshalAbstractTransportationObject(AbstractTransportationObject src, AbstractTransportationObjectType dest)
           
 void Transportation100Marshaller.marshalAbstractTransportationObject(AbstractTransportationObject src, AbstractTransportationObjectType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type AbstractTransportationObject
 void Transportation200Unmarshaller.unmarshalAbstractTransportationObject(AbstractTransportationObjectType src, AbstractTransportationObject dest)
           
 void Transportation100Unmarshaller.unmarshalAbstractTransportationObject(AbstractTransportationObjectType src, AbstractTransportationObject dest)
           
 

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

Subclasses of AbstractTransportationObject in org.citygml4j.model.citygml.transportation
 class AuxiliaryTrafficArea
           
 class Railway
           
 class Road
           
 class Square
           
 class Track
           
 class TrafficArea
           
 class TransportationComplex
           
 

Uses of AbstractTransportationObject in org.citygml4j.util.walker
 

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