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