Uses of Class
org.citygml4j.jaxb.citygml.tex._2.TexturedSurfaceType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type TexturedSurfaceType
 void TexturedSurface200Marshaller.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 TexturedSurface200Unmarshaller.unmarshalTexturedSurface(TexturedSurfaceType src, _TexturedSurface dest)
           
 _TexturedSurface TexturedSurface200Unmarshaller.unmarshalTexturedSurface(TexturedSurfaceType src)
           
 

Uses of TexturedSurfaceType in org.citygml4j.jaxb.citygml.tex._2
 

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

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