Class Appearance100Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.appearance.Appearance100Unmarshaller
-
public class Appearance100Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Appearance100Unmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
CityGML
unmarshal(java.lang.Object src)
CityGML
unmarshal(javax.xml.bind.JAXBElement<?> src)
void
unmarshalAbstractSurfaceData(net.opengis.citygml.appearance._1.AbstractSurfaceDataType src, AbstractSurfaceData dest)
void
unmarshalAbstractTexture(net.opengis.citygml.appearance._1.AbstractTextureType src, AbstractTexture dest)
void
unmarshalAbstractTextureParameterization(net.opengis.citygml.appearance._1.AbstractTextureParameterizationType src, AbstractTextureParameterization dest)
Appearance
unmarshalAppearance(net.opengis.citygml.appearance._1.AppearanceType src)
void
unmarshalAppearance(net.opengis.citygml.appearance._1.AppearanceType src, Appearance dest)
AppearanceMember
unmarshalAppearanceMember(net.opengis.citygml.appearance._1.AppearancePropertyType src)
AppearanceProperty
unmarshalAppearanceProperty(net.opengis.citygml.appearance._1.AppearancePropertyType src)
void
unmarshalAppearanceProperty(net.opengis.citygml.appearance._1.AppearancePropertyType src, AppearanceProperty dest)
Color
unmarshalColor(java.util.List<java.lang.Double> src)
ColorPlusOpacity
unmarshalColorPlusOpacity(java.util.List<java.lang.Double> src)
GeoreferencedTexture
unmarshalGeoreferencedTexture(net.opengis.citygml.appearance._1.GeoreferencedTextureType src)
void
unmarshalGeoreferencedTexture(net.opengis.citygml.appearance._1.GeoreferencedTextureType src, GeoreferencedTexture dest)
ParameterizedTexture
unmarshalParameterizedTexture(net.opengis.citygml.appearance._1.ParameterizedTextureType src)
void
unmarshalParameterizedTexture(net.opengis.citygml.appearance._1.ParameterizedTextureType src, ParameterizedTexture dest)
SurfaceDataProperty
unmarshalSurfaceDataProperty(net.opengis.citygml.appearance._1.SurfaceDataPropertyType src)
TexCoordGen
unmarshalTexCoordGen(net.opengis.citygml.appearance._1.TexCoordGenType src)
void
unmarshalTexCoordGen(net.opengis.citygml.appearance._1.TexCoordGenType src, TexCoordGen dest)
TexCoordList
unmarshalTexCoordList(net.opengis.citygml.appearance._1.TexCoordListType src)
void
unmarshalTexCoordList(net.opengis.citygml.appearance._1.TexCoordListType src, TexCoordList dest)
TextureAssociation
unmarshalTextureAssociation(net.opengis.citygml.appearance._1.TextureAssociationType src)
TextureCoordinates
unmarshalTextureCoordinates(net.opengis.citygml.appearance._1.TexCoordListType.TextureCoordinates src)
void
unmarshalTextureCoordinates(net.opengis.citygml.appearance._1.TexCoordListType.TextureCoordinates src, TextureCoordinates dest)
TextureType
unmarshalTextureType(net.opengis.citygml.appearance._1.TextureTypeType src)
WorldToTexture
unmarshalWorldToTexture(net.opengis.citygml.appearance._1.TexCoordGenType.WorldToTexture src)
void
unmarshalWorldToTexture(net.opengis.citygml.appearance._1.TexCoordGenType.WorldToTexture src, WorldToTexture dest)
WrapMode
unmarshalWrapMode(net.opengis.citygml.appearance._1.WrapModeType src)
X3DMaterial
unmarshalX3DMaterial(net.opengis.citygml.appearance._1.X3DMaterialType src)
void
unmarshalX3DMaterial(net.opengis.citygml.appearance._1.X3DMaterialType src, X3DMaterial dest)
-
-
-
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(net.opengis.citygml.appearance._1.AbstractSurfaceDataType src, AbstractSurfaceData dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAbstractTexture
public void unmarshalAbstractTexture(net.opengis.citygml.appearance._1.AbstractTextureType src, AbstractTexture dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAbstractTextureParameterization
public void unmarshalAbstractTextureParameterization(net.opengis.citygml.appearance._1.AbstractTextureParameterizationType src, AbstractTextureParameterization dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAppearance
public void unmarshalAppearance(net.opengis.citygml.appearance._1.AppearanceType src, Appearance dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAppearance
public Appearance unmarshalAppearance(net.opengis.citygml.appearance._1.AppearanceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAppearanceMember
public AppearanceMember unmarshalAppearanceMember(net.opengis.citygml.appearance._1.AppearancePropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAppearanceProperty
public void unmarshalAppearanceProperty(net.opengis.citygml.appearance._1.AppearancePropertyType src, AppearanceProperty dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAppearanceProperty
public AppearanceProperty unmarshalAppearanceProperty(net.opengis.citygml.appearance._1.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(net.opengis.citygml.appearance._1.GeoreferencedTextureType src, GeoreferencedTexture dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalGeoreferencedTexture
public GeoreferencedTexture unmarshalGeoreferencedTexture(net.opengis.citygml.appearance._1.GeoreferencedTextureType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalParameterizedTexture
public void unmarshalParameterizedTexture(net.opengis.citygml.appearance._1.ParameterizedTextureType src, ParameterizedTexture dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalParameterizedTexture
public ParameterizedTexture unmarshalParameterizedTexture(net.opengis.citygml.appearance._1.ParameterizedTextureType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalSurfaceDataProperty
public SurfaceDataProperty unmarshalSurfaceDataProperty(net.opengis.citygml.appearance._1.SurfaceDataPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTexCoordGen
public void unmarshalTexCoordGen(net.opengis.citygml.appearance._1.TexCoordGenType src, TexCoordGen dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTexCoordGen
public TexCoordGen unmarshalTexCoordGen(net.opengis.citygml.appearance._1.TexCoordGenType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTexCoordList
public void unmarshalTexCoordList(net.opengis.citygml.appearance._1.TexCoordListType src, TexCoordList dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTexCoordList
public TexCoordList unmarshalTexCoordList(net.opengis.citygml.appearance._1.TexCoordListType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTextureAssociation
public TextureAssociation unmarshalTextureAssociation(net.opengis.citygml.appearance._1.TextureAssociationType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTextureCoordinates
public void unmarshalTextureCoordinates(net.opengis.citygml.appearance._1.TexCoordListType.TextureCoordinates src, TextureCoordinates dest)
-
unmarshalTextureCoordinates
public TextureCoordinates unmarshalTextureCoordinates(net.opengis.citygml.appearance._1.TexCoordListType.TextureCoordinates src)
-
unmarshalTextureType
public TextureType unmarshalTextureType(net.opengis.citygml.appearance._1.TextureTypeType src)
-
unmarshalWorldToTexture
public void unmarshalWorldToTexture(net.opengis.citygml.appearance._1.TexCoordGenType.WorldToTexture src, WorldToTexture dest)
-
unmarshalWorldToTexture
public WorldToTexture unmarshalWorldToTexture(net.opengis.citygml.appearance._1.TexCoordGenType.WorldToTexture src)
-
unmarshalWrapMode
public WrapMode unmarshalWrapMode(net.opengis.citygml.appearance._1.WrapModeType src)
-
unmarshalX3DMaterial
public void unmarshalX3DMaterial(net.opengis.citygml.appearance._1.X3DMaterialType src, X3DMaterial dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalX3DMaterial
public X3DMaterial unmarshalX3DMaterial(net.opengis.citygml.appearance._1.X3DMaterialType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-