Uses of Class
org.citygml4j.model.citygml.appearance.TexCoordGen

Packages that use TexCoordGen
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return TexCoordGen
 TexCoordGen Appearance200Unmarshaller.unmarshalTexCoordGen(TexCoordGenType src)
           
 TexCoordGen Appearance100Unmarshaller.unmarshalTexCoordGen(TexCoordGenType src)
           
 

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

Uses of TexCoordGen in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type TexCoordGen
 T GMLFunctor.apply(TexCoordGen texCoordGen)
           
 void GMLVisitor.visit(TexCoordGen texCoordGen)
           
 

Uses of TexCoordGen in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type TexCoordGen
 T GMLFunctionWalker.apply(TexCoordGen texCoordGen)
           
 void GMLWalker.visit(TexCoordGen texCoordGen)