org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
Class TexturedSurface040Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface.TexturedSurface040Unmarshaller

public class TexturedSurface040Unmarshaller
extends java.lang.Object


Constructor Summary
TexturedSurface040Unmarshaller(CityGMLUnmarshaller citygml)
           
 
Method Summary
 CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML unmarshal(java.lang.Object src)
           
 void unmarshalAppearance(_AppearanceType src, _AbstractAppearance dest)
           
 _AppearanceProperty unmarshalAppearanceProperty(_AppearancePropertyType src)
           
 _Color unmarshalColor(java.util.List<java.lang.Double> src)
           
 void unmarshalMaterial(MaterialType src, _Material dest)
           
 _Material unmarshalMaterial(MaterialType src)
           
 void unmarshalSimpleTexture(SimpleTextureType src, _SimpleTexture dest)
           
 _SimpleTexture unmarshalSimpleTexture(SimpleTextureType src)
           
 void unmarshalTexturedSurface(TexturedSurfaceType src, _TexturedSurface dest)
           
 _TexturedSurface unmarshalTexturedSurface(TexturedSurfaceType src)
           
 _TextureType unmarshalTextureType(TextureTypeType src)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TexturedSurface040Unmarshaller

public TexturedSurface040Unmarshaller(CityGMLUnmarshaller citygml)
Method Detail

unmarshal

public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)

unmarshal

public CityGML unmarshal(java.lang.Object src)

unmarshalAppearance

public void unmarshalAppearance(_AppearanceType src,
                                _AbstractAppearance dest)

unmarshalAppearanceProperty

public _AppearanceProperty unmarshalAppearanceProperty(_AppearancePropertyType src)

unmarshalColor

public _Color unmarshalColor(java.util.List<java.lang.Double> src)

unmarshalMaterial

public void unmarshalMaterial(MaterialType src,
                              _Material dest)

unmarshalMaterial

public _Material unmarshalMaterial(MaterialType src)

unmarshalSimpleTexture

public void unmarshalSimpleTexture(SimpleTextureType src,
                                   _SimpleTexture dest)

unmarshalSimpleTexture

public _SimpleTexture unmarshalSimpleTexture(SimpleTextureType src)

unmarshalTexturedSurface

public void unmarshalTexturedSurface(TexturedSurfaceType src,
                                     _TexturedSurface dest)

unmarshalTexturedSurface

public _TexturedSurface unmarshalTexturedSurface(TexturedSurfaceType src)

unmarshalTextureType

public _TextureType unmarshalTextureType(TextureTypeType src)