Uses of Class
org.citygml4j.jaxb.citygml.tran._2.AbstractTransportationObjectType

Packages that use AbstractTransportationObjectType
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.jaxb.citygml.tran._2   
 

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

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

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

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

Uses of AbstractTransportationObjectType in org.citygml4j.jaxb.citygml.tran._2
 

Subclasses of AbstractTransportationObjectType in org.citygml4j.jaxb.citygml.tran._2
 class AuxiliaryTrafficAreaType
          Type describing the class for auxiliary traffic Areas.
 class RailwayType
          Type describing the class for railways.
 class RoadType
          Type describing the class for roads.
 class SquareType
          Type describing the class for squares.
 class TrackType
          Type describing the class for tracks.
 class TrafficAreaType
          Type describing the class for traffic Areas.
 class TransportationComplexType
          Type describing transportation complexes, which are aggregated features, e.g. roads, which consist of parts (traffic areas, e.g. pedestrian path, and auxiliary traffic areas).
 

Methods in org.citygml4j.jaxb.citygml.tran._2 that return types with arguments of type AbstractTransportationObjectType
 javax.xml.bind.JAXBElement<AbstractTransportationObjectType> ObjectFactory.create_TransportationObject(AbstractTransportationObjectType value)
          Create an instance of JAXBElement<AbstractTransportationObjectType>}
 

Methods in org.citygml4j.jaxb.citygml.tran._2 with parameters of type AbstractTransportationObjectType
 javax.xml.bind.JAXBElement<AbstractTransportationObjectType> ObjectFactory.create_TransportationObject(AbstractTransportationObjectType value)
          Create an instance of JAXBElement<AbstractTransportationObjectType>}