Uses of Class
org.citygml4j.model.citygml.appearance.TextureCoordinates

Packages that use TextureCoordinates
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.model.citygml.appearance   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return TextureCoordinates
 TextureCoordinates Appearance200Unmarshaller.unmarshalTextureCoordinates(TexCoordListType.TextureCoordinates src)
           
 TextureCoordinates Appearance100Unmarshaller.unmarshalTextureCoordinates(TexCoordListType.TextureCoordinates src)
           
 

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

Uses of TextureCoordinates in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance that return types with arguments of type TextureCoordinates
 java.util.List<TextureCoordinates> TexCoordList.getTextureCoordinates()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type TextureCoordinates
 void TexCoordList.addTextureCoordinates(TextureCoordinates textureCoordinates)
           
 boolean TexCoordList.unsetTextureCoordinates(TextureCoordinates textureCoordinates)
           
 

Method parameters in org.citygml4j.model.citygml.appearance with type arguments of type TextureCoordinates
 void TexCoordList.setTextureCoordinates(java.util.List<TextureCoordinates> textureCoordinates)