Uses of Class
org.citygml4j.jaxb.citygml.tran._1.RoadType

Packages that use RoadType
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.jaxb.citygml.tran._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return RoadType
 RoadType Transportation100Marshaller.marshalRoad(Road src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type RoadType
 void Transportation100Marshaller.marshalRoad(Road src, RoadType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type RoadType
 Road Transportation100Unmarshaller.unmarshalRoad(RoadType src)
           
 void Transportation100Unmarshaller.unmarshalRoad(RoadType src, Road dest)
           
 

Uses of RoadType in org.citygml4j.jaxb.citygml.tran._1
 

Methods in org.citygml4j.jaxb.citygml.tran._1 that return RoadType
 RoadType ObjectFactory.createRoadType()
          Create an instance of RoadType
 

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

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