Uses of Class
org.citygml4j.jaxb.citygml.app._1.TexCoordGenType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type TexCoordGenType
 void Appearance100Marshaller.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 Appearance100Unmarshaller.unmarshalTexCoordGen(TexCoordGenType src)
           
 void Appearance100Unmarshaller.unmarshalTexCoordGen(TexCoordGenType src, TexCoordGen dest)
           
 

Uses of TexCoordGenType in org.citygml4j.jaxb.citygml.app._1
 

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

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