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

Packages that use WallSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml._0_4   
 

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

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

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

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

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

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

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

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