Uses of Interface
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.impl.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 Transportation040Marshaller.marshalTransportationObject(AbstractTransportationObject src, _TransportationObjectType dest)
           
 void Transportation100Marshaller.marshalTransportationObject(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 Transportation040Unmarshaller.unmarshalTransportationObject(_TransportationObjectType src, AbstractTransportationObject dest)
           
 void Transportation100Unmarshaller.unmarshalTransportationObject(AbstractTransportationObjectType src, AbstractTransportationObject dest)
           
 

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

Classes in org.citygml4j.impl.citygml.transportation that implement AbstractTransportationObject
 class AbstractTransportationObjectImpl
           
 class AuxiliaryTrafficAreaImpl
           
 class RailwayImpl
           
 class RoadImpl
           
 class SquareImpl
           
 class TrackImpl
           
 class TrafficAreaImpl
           
 class TransportationComplexImpl
           
 

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

Subinterfaces of AbstractTransportationObject in org.citygml4j.model.citygml.transportation
 interface AuxiliaryTrafficArea
           
 interface Railway
           
 interface Road
           
 interface Square
           
 interface Track
           
 interface TrafficArea
           
 interface 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)