Uses of Class
org.citygml4j.jaxb.citygml.bldg._1.WallSurfaceType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type WallSurfaceType
 void Building100Marshaller.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 Building100Unmarshaller.unmarshalWallSurface(WallSurfaceType src)
           
 void Building100Unmarshaller.unmarshalWallSurface(WallSurfaceType src, WallSurface dest)
           
 

Uses of WallSurfaceType in org.citygml4j.jaxb.citygml.bldg._1
 

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

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