Uses of Class
org.citygml4j.jaxb.citygml.app._1.TextureTypeType

Packages that use TextureTypeType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml.app._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return TextureTypeType
 TextureTypeType Appearance100Marshaller.marshalTextureType(TextureType src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type TextureTypeType
 TextureType Appearance100Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 

Uses of TextureTypeType in org.citygml4j.jaxb.citygml.app._1
 

Methods in org.citygml4j.jaxb.citygml.app._1 that return TextureTypeType
static TextureTypeType TextureTypeType.fromValue(java.lang.String v)
           
 TextureTypeType AbstractTextureType.getTextureType()
          Ruft den Wert der textureType-Eigenschaft ab.
static TextureTypeType TextureTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureTypeType[] TextureTypeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.citygml.app._1 with parameters of type TextureTypeType
 void AbstractTextureType.setTextureType(TextureTypeType value)
          Legt den Wert der textureType-Eigenschaft fest.