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

Packages that use _SimpleTexture
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type _SimpleTexture
 SimpleTextureType TexturedSurface200Marshaller.marshalSimpleTexture(_SimpleTexture src)
           
 SimpleTextureType TexturedSurface100Marshaller.marshalSimpleTexture(_SimpleTexture src)
           
 void TexturedSurface200Marshaller.marshalSimpleTexture(_SimpleTexture src, SimpleTextureType dest)
           
 void TexturedSurface100Marshaller.marshalSimpleTexture(_SimpleTexture src, SimpleTextureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface that return _SimpleTexture
 _SimpleTexture TexturedSurface200Unmarshaller.unmarshalSimpleTexture(SimpleTextureType src)
           
 _SimpleTexture TexturedSurface100Unmarshaller.unmarshalSimpleTexture(SimpleTextureType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface with parameters of type _SimpleTexture
 void TexturedSurface200Unmarshaller.unmarshalSimpleTexture(SimpleTextureType src, _SimpleTexture dest)
           
 void TexturedSurface100Unmarshaller.unmarshalSimpleTexture(SimpleTextureType src, _SimpleTexture dest)
           
 

Uses of _SimpleTexture in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type _SimpleTexture
 T GMLFunctor.apply(_SimpleTexture simpleTexture)
           
 void GMLVisitor.visit(_SimpleTexture simpleTexture)
           
 

Uses of _SimpleTexture in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type _SimpleTexture
 T GMLFunctionWalker.apply(_SimpleTexture simpleTexture)
           
 void GMLWalker.visit(_SimpleTexture simpleTexture)