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

Packages that use TexCoordList
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 TexCoordList in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type TexCoordList
 TexCoordListType Appearance200Marshaller.marshalTexCoordList(TexCoordList src)
           
 TexCoordListType Appearance100Marshaller.marshalTexCoordList(TexCoordList src)
           
 void Appearance200Marshaller.marshalTexCoordList(TexCoordList src, TexCoordListType dest)
           
 void Appearance100Marshaller.marshalTexCoordList(TexCoordList src, TexCoordListType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return TexCoordList
 TexCoordList Appearance200Unmarshaller.unmarshalTexCoordList(TexCoordListType src)
           
 TexCoordList Appearance100Unmarshaller.unmarshalTexCoordList(TexCoordListType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type TexCoordList
 void Appearance200Unmarshaller.unmarshalTexCoordList(TexCoordListType src, TexCoordList dest)
           
 void Appearance100Unmarshaller.unmarshalTexCoordList(TexCoordListType src, TexCoordList dest)
           
 

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

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

Uses of TexCoordList in org.citygml4j.util.walker
 

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