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

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

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

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

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

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

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

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