org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
Class TexturedSurface100Unmarshaller
java.lang.Object
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface.TexturedSurface100Unmarshaller
public class TexturedSurface100Unmarshaller
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TexturedSurface100Unmarshaller
public TexturedSurface100Unmarshaller(CityGMLUnmarshaller citygml)
unmarshal
public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
unmarshal
public CityGML unmarshal(java.lang.Object src)
unmarshalAbstractAppearance
public void unmarshalAbstractAppearance(AbstractAppearanceType 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)