Uses of Interface
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.factory   
org.citygml4j.impl.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 Appearance100Marshaller.marshalX3DMaterial(X3DMaterial src)
           
 X3DMaterialType Appearance040Marshaller.marshalX3DMaterial(X3DMaterial src)
           
 void Appearance100Marshaller.marshalX3DMaterial(X3DMaterial src, X3DMaterialType dest)
           
 void Appearance040Marshaller.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 Appearance100Unmarshaller.unmarshalX3DMaterial(X3DMaterialType src)
           
 X3DMaterial Appearance040Unmarshaller.unmarshalX3DMaterial(X3DMaterialType src)
           
 

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

Uses of X3DMaterial in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return X3DMaterial
 X3DMaterial CityGMLFactory.createX3DMaterial()
           
 

Uses of X3DMaterial in org.citygml4j.impl.citygml.appearance
 

Classes in org.citygml4j.impl.citygml.appearance that implement X3DMaterial
 class X3DMaterialImpl
           
 

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)