Uses of Class
org.citygml4j.jaxb.citygml.app._1.X3DMaterialType

Packages that use X3DMaterialType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml.app._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return X3DMaterialType
 X3DMaterialType Appearance100Marshaller.marshalX3DMaterial(X3DMaterial src)
           
 

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

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

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

Uses of X3DMaterialType in org.citygml4j.jaxb.citygml.app._1
 

Methods in org.citygml4j.jaxb.citygml.app._1 that return X3DMaterialType
 X3DMaterialType ObjectFactory.createX3DMaterialType()
          Create an instance of X3DMaterialType
 

Methods in org.citygml4j.jaxb.citygml.app._1 that return types with arguments of type X3DMaterialType
 javax.xml.bind.JAXBElement<X3DMaterialType> ObjectFactory.createX3DMaterial(X3DMaterialType value)
          Create an instance of JAXBElement<X3DMaterialType>}
 

Methods in org.citygml4j.jaxb.citygml.app._1 with parameters of type X3DMaterialType
 javax.xml.bind.JAXBElement<X3DMaterialType> ObjectFactory.createX3DMaterial(X3DMaterialType value)
          Create an instance of JAXBElement<X3DMaterialType>}