Uses of Class
org.citygml4j.jaxb.citygml.tex._2.MaterialType

Packages that use MaterialType
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.jaxb.citygml.tex._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface that return MaterialType
 MaterialType TexturedSurface200Marshaller.marshalMaterial(_Material src)
           
 

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

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

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

Uses of MaterialType in org.citygml4j.jaxb.citygml.tex._2
 

Methods in org.citygml4j.jaxb.citygml.tex._2 that return MaterialType
 MaterialType ObjectFactory.createMaterialType()
          Create an instance of MaterialType
 

Methods in org.citygml4j.jaxb.citygml.tex._2 that return types with arguments of type MaterialType
 javax.xml.bind.JAXBElement<MaterialType> ObjectFactory.createMaterial(MaterialType value)
          Create an instance of JAXBElement<MaterialType>}
 

Methods in org.citygml4j.jaxb.citygml.tex._2 with parameters of type MaterialType
 javax.xml.bind.JAXBElement<MaterialType> ObjectFactory.createMaterial(MaterialType value)
          Create an instance of JAXBElement<MaterialType>}