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

Packages that use TexCoordGenType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of TexCoordGenType in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return TexCoordGenType
 TexCoordGenType Appearance040Marshaller.marshalTexCoordGen(TexCoordGen src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type TexCoordGenType
 void Appearance040Marshaller.marshalTexCoordGen(TexCoordGen src, TexCoordGenType dest)
           
 

Uses of TexCoordGenType in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type TexCoordGenType
 TexCoordGen Appearance040Unmarshaller.unmarshalTexCoordGen(TexCoordGenType src)
           
 void Appearance040Unmarshaller.unmarshalTexCoordGen(TexCoordGenType src, TexCoordGen dest)
           
 

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

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

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

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