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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type TexCoordListType
 void Appearance100Marshaller.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 Appearance100Unmarshaller.unmarshalTexCoordList(TexCoordListType src)
           
 void Appearance100Unmarshaller.unmarshalTexCoordList(TexCoordListType src, TexCoordList dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.app._1 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._1 with parameters of type TexCoordListType
 javax.xml.bind.JAXBElement<TexCoordListType> ObjectFactory.createTexCoordList(TexCoordListType value)
          Create an instance of JAXBElement<TexCoordListType>}