Uses of Class
org.citygml4j.model.citygml.texturedsurface._TextureType

Packages that use _TextureType
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.model.citygml.texturedsurface   
 

Uses of _TextureType in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type _TextureType
 TextureTypeType TexturedSurface200Marshaller.marshalTextureType(_TextureType src)
           
 TextureTypeType TexturedSurface100Marshaller.marshalTextureType(_TextureType src)
           
 

Uses of _TextureType in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface that return _TextureType
 _TextureType TexturedSurface200Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 _TextureType TexturedSurface100Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 

Uses of _TextureType in org.citygml4j.model.citygml.texturedsurface
 

Methods in org.citygml4j.model.citygml.texturedsurface that return _TextureType
static _TextureType _TextureType.fromValue(java.lang.String v)
           
 _TextureType _SimpleTexture.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.texturedsurface with parameters of type _TextureType
 void _SimpleTexture.setTextureType(_TextureType _textureType)