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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface that return SimpleTextureType
 SimpleTextureType TexturedSurface200Marshaller.marshalSimpleTexture(_SimpleTexture src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type SimpleTextureType
 void TexturedSurface200Marshaller.marshalSimpleTexture(_SimpleTexture src, SimpleTextureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface with parameters of type SimpleTextureType
 void TexturedSurface200Unmarshaller.unmarshalSimpleTexture(SimpleTextureType src, _SimpleTexture dest)
           
 _SimpleTexture TexturedSurface200Unmarshaller.unmarshalSimpleTexture(SimpleTextureType src)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml.tex._2 with parameters of type SimpleTextureType
 javax.xml.bind.JAXBElement<SimpleTextureType> ObjectFactory.createSimpleTexture(SimpleTextureType value)
          Create an instance of JAXBElement<SimpleTextureType>}