Uses of Class
org.citygml4j.jaxb.citygml._0_4.TransportationComplexType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type TransportationComplexType
 void Transportation040Marshaller.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 Transportation040Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src)
           
 void Transportation040Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src, TransportationComplex dest)
           
 

Uses of TransportationComplexType in org.citygml4j.jaxb.citygml._0_4
 

Subclasses of TransportationComplexType in org.citygml4j.jaxb.citygml._0_4
 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._0_4 that return TransportationComplexType
 TransportationComplexType ObjectFactory.createTransportationComplexType()
          Create an instance of TransportationComplexType
 

Methods in org.citygml4j.jaxb.citygml._0_4 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._0_4 with parameters of type TransportationComplexType
 javax.xml.bind.JAXBElement<TransportationComplexType> ObjectFactory.createTransportationComplex(TransportationComplexType value)
          Create an instance of JAXBElement<TransportationComplexType>}