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

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

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

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

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

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

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

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