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.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 Appearance200Marshaller.marshalTextureType(TextureType src)
           
 TextureTypeType Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 TextureType Appearance100Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 

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're declared.
 

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