org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
Class Appearance100Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.appearance.Appearance100Unmarshaller

public class Appearance100Unmarshaller
extends java.lang.Object


Constructor Summary
Appearance100Unmarshaller(CityGMLUnmarshaller citygml)
           
 
Method Summary
 boolean assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML unmarshal(java.lang.Object src)
           
 void unmarshalAbstractSurfaceData(AbstractSurfaceDataType src, AbstractSurfaceData dest)
           
 void unmarshalAbstractTexture(AbstractTextureType src, AbstractTexture dest)
           
 void unmarshalAbstractTextureParameterization(AbstractTextureParameterizationType src, AbstractTextureParameterization dest)
           
 Appearance unmarshalAppearance(AppearanceType src)
           
 void unmarshalAppearance(AppearanceType src, Appearance dest)
           
 AppearanceMember unmarshalAppearanceMember(AppearancePropertyType src)
           
 AppearanceProperty unmarshalAppearanceProperty(AppearancePropertyType src)
           
 void unmarshalAppearanceProperty(AppearancePropertyType src, AppearanceProperty dest)
           
 Color unmarshalColor(java.util.List<java.lang.Double> src)
           
 ColorPlusOpacity unmarshalColorPlusOpacity(java.util.List<java.lang.Double> src)
           
 GeoreferencedTexture unmarshalGeoreferencedTexture(GeoreferencedTextureType src)
           
 void unmarshalGeoreferencedTexture(GeoreferencedTextureType src, GeoreferencedTexture dest)
           
 ParameterizedTexture unmarshalParameterizedTexture(ParameterizedTextureType src)
           
 void unmarshalParameterizedTexture(ParameterizedTextureType src, ParameterizedTexture dest)
           
 SurfaceDataProperty unmarshalSurfaceDataProperty(SurfaceDataPropertyType src)
           
 TexCoordGen unmarshalTexCoordGen(TexCoordGenType src)
           
 void unmarshalTexCoordGen(TexCoordGenType src, TexCoordGen dest)
           
 TexCoordList unmarshalTexCoordList(TexCoordListType src)
           
 void unmarshalTexCoordList(TexCoordListType src, TexCoordList dest)
           
 TextureAssociation unmarshalTextureAssociation(TextureAssociationType src)
           
 TextureCoordinates unmarshalTextureCoordinates(TexCoordListType.TextureCoordinates src)
           
 void unmarshalTextureCoordinates(TexCoordListType.TextureCoordinates src, TextureCoordinates dest)
           
 TextureType unmarshalTextureType(TextureTypeType src)
           
 WorldToTexture unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src)
           
 void unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src, WorldToTexture dest)
           
 WrapMode unmarshalWrapMode(WrapModeType src)
           
 X3DMaterial unmarshalX3DMaterial(X3DMaterialType src)
           
 void unmarshalX3DMaterial(X3DMaterialType src, X3DMaterial dest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Appearance100Unmarshaller

public Appearance100Unmarshaller(CityGMLUnmarshaller citygml)
Method Detail

unmarshal

public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshal

public CityGML unmarshal(java.lang.Object src)
                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAbstractSurfaceData

public void unmarshalAbstractSurfaceData(AbstractSurfaceDataType src,
                                         AbstractSurfaceData dest)
                                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAbstractTexture

public void unmarshalAbstractTexture(AbstractTextureType src,
                                     AbstractTexture dest)
                              throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAbstractTextureParameterization

public void unmarshalAbstractTextureParameterization(AbstractTextureParameterizationType src,
                                                     AbstractTextureParameterization dest)
                                              throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAppearance

public void unmarshalAppearance(AppearanceType src,
                                Appearance dest)
                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAppearance

public Appearance unmarshalAppearance(AppearanceType src)
                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAppearanceMember

public AppearanceMember unmarshalAppearanceMember(AppearancePropertyType src)
                                           throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAppearanceProperty

public void unmarshalAppearanceProperty(AppearancePropertyType src,
                                        AppearanceProperty dest)
                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAppearanceProperty

public AppearanceProperty unmarshalAppearanceProperty(AppearancePropertyType src)
                                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalColor

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

unmarshalColorPlusOpacity

public ColorPlusOpacity unmarshalColorPlusOpacity(java.util.List<java.lang.Double> src)

unmarshalGeoreferencedTexture

public void unmarshalGeoreferencedTexture(GeoreferencedTextureType src,
                                          GeoreferencedTexture dest)
                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalGeoreferencedTexture

public GeoreferencedTexture unmarshalGeoreferencedTexture(GeoreferencedTextureType src)
                                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalParameterizedTexture

public void unmarshalParameterizedTexture(ParameterizedTextureType src,
                                          ParameterizedTexture dest)
                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalParameterizedTexture

public ParameterizedTexture unmarshalParameterizedTexture(ParameterizedTextureType src)
                                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalSurfaceDataProperty

public SurfaceDataProperty unmarshalSurfaceDataProperty(SurfaceDataPropertyType src)
                                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTexCoordGen

public void unmarshalTexCoordGen(TexCoordGenType src,
                                 TexCoordGen dest)
                          throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTexCoordGen

public TexCoordGen unmarshalTexCoordGen(TexCoordGenType src)
                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTexCoordList

public void unmarshalTexCoordList(TexCoordListType src,
                                  TexCoordList dest)
                           throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTexCoordList

public TexCoordList unmarshalTexCoordList(TexCoordListType src)
                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTextureAssociation

public TextureAssociation unmarshalTextureAssociation(TextureAssociationType src)
                                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTextureCoordinates

public void unmarshalTextureCoordinates(TexCoordListType.TextureCoordinates src,
                                        TextureCoordinates dest)

unmarshalTextureCoordinates

public TextureCoordinates unmarshalTextureCoordinates(TexCoordListType.TextureCoordinates src)

unmarshalTextureType

public TextureType unmarshalTextureType(TextureTypeType src)

unmarshalWorldToTexture

public void unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src,
                                    WorldToTexture dest)

unmarshalWorldToTexture

public WorldToTexture unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src)

unmarshalWrapMode

public WrapMode unmarshalWrapMode(WrapModeType src)

unmarshalX3DMaterial

public void unmarshalX3DMaterial(X3DMaterialType src,
                                 X3DMaterial dest)
                          throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalX3DMaterial

public X3DMaterial unmarshalX3DMaterial(X3DMaterialType src)
                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

assignGenericProperty

public boolean assignGenericProperty(ADEComponent genericProperty,
                                     javax.xml.namespace.QName substitutionGroup,
                                     CityGML dest)