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

Packages that use TexturedSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of TexturedSurfaceType in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface that return TexturedSurfaceType
 TexturedSurfaceType TexturedSurface040Marshaller.marshalTexturedSurface(_TexturedSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type TexturedSurfaceType
 void TexturedSurface040Marshaller.marshalTexturedSurface(_TexturedSurface src, TexturedSurfaceType dest)
           
 

Uses of TexturedSurfaceType in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface with parameters of type TexturedSurfaceType
 void TexturedSurface040Unmarshaller.unmarshalTexturedSurface(TexturedSurfaceType src, _TexturedSurface dest)
           
 _TexturedSurface TexturedSurface040Unmarshaller.unmarshalTexturedSurface(TexturedSurfaceType src)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type TexturedSurfaceType
 javax.xml.bind.JAXBElement<TexturedSurfaceType> ObjectFactory.createTexturedSurface(TexturedSurfaceType value)
          Create an instance of JAXBElement<TexturedSurfaceType>}