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

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

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

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

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

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

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

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