Uses of Interface
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.factory   
org.citygml4j.impl.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 Appearance100Marshaller.marshalTextureCoordinates(TextureCoordinates src)
           
 TexCoordListType.TextureCoordinates Appearance040Marshaller.marshalTextureCoordinates(TextureCoordinates src)
           
 void Appearance100Marshaller.marshalTextureCoordinates(TextureCoordinates src, TexCoordListType.TextureCoordinates dest)
           
 void Appearance040Marshaller.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 Appearance100Unmarshaller.unmarshalTextureCoordinates(TexCoordListType.TextureCoordinates src)
           
 TextureCoordinates Appearance040Unmarshaller.unmarshalTextureCoordinates(TexCoordListType.TextureCoordinates src)
           
 

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

Uses of TextureCoordinates in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TextureCoordinates
 TextureCoordinates CityGMLFactory.createTextureCoordinates()
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement TextureCoordinates
 class TextureCoordinatesImpl
           
 

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

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

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

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)