Uses of Interface
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.factory   
org.citygml4j.impl.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 Appearance100Marshaller.marshalTexCoordList(TexCoordList src)
           
 TexCoordListType Appearance040Marshaller.marshalTexCoordList(TexCoordList src)
           
 void Appearance100Marshaller.marshalTexCoordList(TexCoordList src, TexCoordListType dest)
           
 void Appearance040Marshaller.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 Appearance100Unmarshaller.unmarshalTexCoordList(TexCoordListType src)
           
 TexCoordList Appearance040Unmarshaller.unmarshalTexCoordList(TexCoordListType src)
           
 

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

Uses of TexCoordList in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TexCoordList
 TexCoordList CityGMLFactory.createTexCoordList()
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement TexCoordList
 class TexCoordListImpl
           
 

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)