Class TexturedSurface100Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface.TexturedSurface100Unmarshaller
-
public class TexturedSurface100Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TexturedSurface100Unmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CityGML
unmarshal(java.lang.Object src)
CityGML
unmarshal(javax.xml.bind.JAXBElement<?> src)
void
unmarshalAbstractAppearance(net.opengis.citygml.texturedsurface._1.AbstractAppearanceType src, _AbstractAppearance dest)
_AppearanceProperty
unmarshalAppearanceProperty(net.opengis.citygml.texturedsurface._1.AppearancePropertyType src)
_Color
unmarshalColor(java.util.List<java.lang.Double> src)
_Material
unmarshalMaterial(net.opengis.citygml.texturedsurface._1.MaterialType src)
void
unmarshalMaterial(net.opengis.citygml.texturedsurface._1.MaterialType src, _Material dest)
_SimpleTexture
unmarshalSimpleTexture(net.opengis.citygml.texturedsurface._1.SimpleTextureType src)
void
unmarshalSimpleTexture(net.opengis.citygml.texturedsurface._1.SimpleTextureType src, _SimpleTexture dest)
_TexturedSurface
unmarshalTexturedSurface(net.opengis.citygml.texturedsurface._1.TexturedSurfaceType src)
void
unmarshalTexturedSurface(net.opengis.citygml.texturedsurface._1.TexturedSurfaceType src, _TexturedSurface dest)
_TextureType
unmarshalTextureType(net.opengis.citygml.texturedsurface._1.TextureTypeType src)
-
-
-
Constructor Detail
-
TexturedSurface100Unmarshaller
public TexturedSurface100Unmarshaller(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
-
unmarshalAbstractAppearance
public void unmarshalAbstractAppearance(net.opengis.citygml.texturedsurface._1.AbstractAppearanceType src, _AbstractAppearance dest)
-
unmarshalAppearanceProperty
public _AppearanceProperty unmarshalAppearanceProperty(net.opengis.citygml.texturedsurface._1.AppearancePropertyType src)
-
unmarshalColor
public _Color unmarshalColor(java.util.List<java.lang.Double> src)
-
unmarshalMaterial
public void unmarshalMaterial(net.opengis.citygml.texturedsurface._1.MaterialType src, _Material dest)
-
unmarshalMaterial
public _Material unmarshalMaterial(net.opengis.citygml.texturedsurface._1.MaterialType src)
-
unmarshalSimpleTexture
public void unmarshalSimpleTexture(net.opengis.citygml.texturedsurface._1.SimpleTextureType src, _SimpleTexture dest)
-
unmarshalSimpleTexture
public _SimpleTexture unmarshalSimpleTexture(net.opengis.citygml.texturedsurface._1.SimpleTextureType src)
-
unmarshalTexturedSurface
public void unmarshalTexturedSurface(net.opengis.citygml.texturedsurface._1.TexturedSurfaceType src, _TexturedSurface dest)
-
unmarshalTexturedSurface
public _TexturedSurface unmarshalTexturedSurface(net.opengis.citygml.texturedsurface._1.TexturedSurfaceType src)
-
unmarshalTextureType
public _TextureType unmarshalTextureType(net.opengis.citygml.texturedsurface._1.TextureTypeType src)
-
-