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

Packages that use TextureType
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 TextureType in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type TextureType
 TextureTypeType Appearance100Marshaller.marshalTextureType(TextureType src)
           
 TextureTypeType Appearance040Marshaller.marshalTextureType(TextureType src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return TextureType
 TextureType Appearance100Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 TextureType Appearance040Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 

Uses of TextureType in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TextureType
 TextureType CityGMLFactory.createTextureType(java.lang.String textureType)
           
 

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

Methods in org.citygml4j.impl.citygml.appearance that return TextureType
 TextureType AbstractTextureImpl.getTextureType()
           
 

Methods in org.citygml4j.impl.citygml.appearance with parameters of type TextureType
 void AbstractTextureImpl.setTextureType(TextureType textureType)
           
 

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

Methods in org.citygml4j.model.citygml.appearance that return TextureType
static TextureType TextureType.fromValue(java.lang.String v)
           
 TextureType AbstractTexture.getTextureType()
           
static TextureType TextureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureType[] TextureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type TextureType
 void AbstractTexture.setTextureType(TextureType textureType)