Uses of Class
org.citygml4j.jaxb.citygml.app._2.TexCoordListType

Packages that use TexCoordListType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml.app._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return TexCoordListType
 TexCoordListType Appearance200Marshaller.marshalTexCoordList(TexCoordList src)
           
 

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

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

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

Uses of TexCoordListType in org.citygml4j.jaxb.citygml.app._2
 

Methods in org.citygml4j.jaxb.citygml.app._2 that return TexCoordListType
 TexCoordListType ObjectFactory.createTexCoordListType()
          Create an instance of TexCoordListType
 

Methods in org.citygml4j.jaxb.citygml.app._2 that return types with arguments of type TexCoordListType
 javax.xml.bind.JAXBElement<TexCoordListType> ObjectFactory.createTexCoordList(TexCoordListType value)
          Create an instance of JAXBElement<TexCoordListType>}
 

Methods in org.citygml4j.jaxb.citygml.app._2 with parameters of type TexCoordListType
 javax.xml.bind.JAXBElement<TexCoordListType> ObjectFactory.createTexCoordList(TexCoordListType value)
          Create an instance of JAXBElement<TexCoordListType>}