Uses of Class
org.citygml4j.jaxb.citygml._0_4.MaterialType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface with parameters of type MaterialType
 void TexturedSurface040Marshaller.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 TexturedSurface040Unmarshaller.unmarshalMaterial(MaterialType src, _Material dest)
           
 _Material TexturedSurface040Unmarshaller.unmarshalMaterial(MaterialType src)
           
 

Uses of MaterialType in org.citygml4j.jaxb.citygml._0_4
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 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._0_4 with parameters of type MaterialType
 javax.xml.bind.JAXBElement<MaterialType> ObjectFactory.createMaterial(MaterialType value)
          Create an instance of JAXBElement<MaterialType>}