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

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

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

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

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

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

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

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

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

Methods in org.citygml4j.jaxb.citygml.app._2 that return types with arguments of type TexCoordListType.TextureCoordinates
 java.util.List<TexCoordListType.TextureCoordinates> TexCoordListType.getTextureCoordinates()
          Gets the value of the textureCoordinates property.
 

Method parameters in org.citygml4j.jaxb.citygml.app._2 with type arguments of type TexCoordListType.TextureCoordinates
 void TexCoordListType.setTextureCoordinates(java.util.List<TexCoordListType.TextureCoordinates> textureCoordinates)
          Sets the value of the textureCoordinates property.