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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return TransportationComplexType
 TransportationComplexType Transportation200Marshaller.marshalTransportationComplex(TransportationComplex src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type TransportationComplexType
 void Transportation200Marshaller.marshalTransportationComplex(TransportationComplex src, TransportationComplexType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type TransportationComplexType
 TransportationComplex Transportation200Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src)
           
 void Transportation200Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src, TransportationComplex dest)
           
 

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

Subclasses of TransportationComplexType in org.citygml4j.jaxb.citygml.tran._2
 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.
 

Methods in org.citygml4j.jaxb.citygml.tran._2 that return TransportationComplexType
 TransportationComplexType ObjectFactory.createTransportationComplexType()
          Create an instance of TransportationComplexType
 

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

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