Uses of Class
org.citygml4j.jaxb.citygml._0_4.TexCoordListType

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

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

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

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

Uses of TexCoordListType in org.citygml4j.jaxb.citygml._0_4
 

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

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