Uses of Class
org.citygml4j.jaxb.citygml._0_4.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._0_4   
 

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 Appearance040Marshaller.marshalTextureCoordinates(TextureCoordinates src)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 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._0_4 with type arguments of type TexCoordListType.TextureCoordinates
 void TexCoordListType.setTextureCoordinates(java.util.List<TexCoordListType.TextureCoordinates> textureCoordinates)
          Sets the value of the textureCoordinates property.