Uses of Interface
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.factory   
org.citygml4j.impl.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 Appearance100Marshaller.marshalTexCoordGen(TexCoordGen src)
           
 TexCoordGenType Appearance040Marshaller.marshalTexCoordGen(TexCoordGen src)
           
 void Appearance100Marshaller.marshalTexCoordGen(TexCoordGen src, TexCoordGenType dest)
           
 void Appearance040Marshaller.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 Appearance100Unmarshaller.unmarshalTexCoordGen(TexCoordGenType src)
           
 TexCoordGen Appearance040Unmarshaller.unmarshalTexCoordGen(TexCoordGenType src)
           
 

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

Uses of TexCoordGen in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TexCoordGen
 TexCoordGen CityGMLFactory.createTexCoordGen()
           
 

Uses of TexCoordGen in org.citygml4j.impl.citygml.appearance
 

Classes in org.citygml4j.impl.citygml.appearance that implement TexCoordGen
 class TexCoordGenImpl
           
 

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)