Uses of Class
org.citygml4j.model.citygml.appearance.X3DMaterial

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type X3DMaterial
 X3DMaterialType Appearance200Marshaller.marshalX3DMaterial(X3DMaterial src)
           
 X3DMaterialType Appearance100Marshaller.marshalX3DMaterial(X3DMaterial src)
           
 void Appearance200Marshaller.marshalX3DMaterial(X3DMaterial src, X3DMaterialType dest)
           
 void Appearance100Marshaller.marshalX3DMaterial(X3DMaterial src, X3DMaterialType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return X3DMaterial
 X3DMaterial Appearance200Unmarshaller.unmarshalX3DMaterial(X3DMaterialType src)
           
 X3DMaterial Appearance100Unmarshaller.unmarshalX3DMaterial(X3DMaterialType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type X3DMaterial
 void Appearance200Unmarshaller.unmarshalX3DMaterial(X3DMaterialType src, X3DMaterial dest)
           
 void Appearance100Unmarshaller.unmarshalX3DMaterial(X3DMaterialType src, X3DMaterial dest)
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type X3DMaterial
 T FeatureFunctor.apply(X3DMaterial x3dMaterial)
           
 void FeatureVisitor.visit(X3DMaterial x3dMaterial)
           
 

Uses of X3DMaterial in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type X3DMaterial
 T GMLFunctionWalker.apply(X3DMaterial x3dMaterial)
           
 T FeatureFunctionWalker.apply(X3DMaterial x3dMaterial)
           
 void GMLWalker.visit(X3DMaterial x3dMaterial)
           
 void FeatureWalker.visit(X3DMaterial x3dMaterial)