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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type _Material
 MaterialType TexturedSurface200Marshaller.marshalMaterial(_Material src)
           
 MaterialType TexturedSurface100Marshaller.marshalMaterial(_Material src)
           
 void TexturedSurface200Marshaller.marshalMaterial(_Material src, MaterialType dest)
           
 void TexturedSurface100Marshaller.marshalMaterial(_Material src, MaterialType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface that return _Material
 _Material TexturedSurface200Unmarshaller.unmarshalMaterial(MaterialType src)
           
 _Material TexturedSurface100Unmarshaller.unmarshalMaterial(MaterialType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface with parameters of type _Material
 void TexturedSurface200Unmarshaller.unmarshalMaterial(MaterialType src, _Material dest)
           
 void TexturedSurface100Unmarshaller.unmarshalMaterial(MaterialType src, _Material dest)
           
 

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

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

Uses of _Material in org.citygml4j.util.walker
 

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