Uses of Class
org.citygml4j.jaxb.citygml.brid._2.WallSurfaceType

Packages that use WallSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

Uses of WallSurfaceType in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return WallSurfaceType
 WallSurfaceType Bridge200Marshaller.marshalWallSurface(WallSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type WallSurfaceType
 void Bridge200Marshaller.marshalWallSurface(WallSurface src, WallSurfaceType dest)
           
 

Uses of WallSurfaceType in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type WallSurfaceType
 WallSurface Bridge200Unmarshaller.unmarshalWallSurface(WallSurfaceType src)
           
 void Bridge200Unmarshaller.unmarshalWallSurface(WallSurfaceType src, WallSurface dest)
           
 

Uses of WallSurfaceType in org.citygml4j.jaxb.citygml.brid._2
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return WallSurfaceType
 WallSurfaceType ObjectFactory.createWallSurfaceType()
          Create an instance of WallSurfaceType
 

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

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