public class TexturedSurface100Marshaller
extends java.lang.Object
Constructor and Description |
---|
TexturedSurface100Marshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
marshal(ModelObject src) |
void |
marshalAbstractAppearance(_AbstractAppearance src,
net.opengis.citygml.texturedsurface._1.AbstractAppearanceType dest) |
net.opengis.citygml.texturedsurface._1.AppearancePropertyType |
marshalAppearanceProperty(_AppearanceProperty src) |
java.util.List<java.lang.Double> |
marshalColor(_Color src) |
javax.xml.bind.JAXBElement<?> |
marshalJAXBElement(java.lang.Object src) |
net.opengis.citygml.texturedsurface._1.MaterialType |
marshalMaterial(_Material src) |
void |
marshalMaterial(_Material src,
net.opengis.citygml.texturedsurface._1.MaterialType dest) |
net.opengis.citygml.texturedsurface._1.SimpleTextureType |
marshalSimpleTexture(_SimpleTexture src) |
void |
marshalSimpleTexture(_SimpleTexture src,
net.opengis.citygml.texturedsurface._1.SimpleTextureType dest) |
net.opengis.citygml.texturedsurface._1.TexturedSurfaceType |
marshalTexturedSurface(_TexturedSurface src) |
void |
marshalTexturedSurface(_TexturedSurface src,
net.opengis.citygml.texturedsurface._1.TexturedSurfaceType dest) |
net.opengis.citygml.texturedsurface._1.TextureTypeType |
marshalTextureType(_TextureType src) |
public TexturedSurface100Marshaller(CityGMLMarshaller citygml)
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(java.lang.Object src)
public java.lang.Object marshal(ModelObject src)
public void marshalAbstractAppearance(_AbstractAppearance src, net.opengis.citygml.texturedsurface._1.AbstractAppearanceType dest)
public net.opengis.citygml.texturedsurface._1.AppearancePropertyType marshalAppearanceProperty(_AppearanceProperty src)
public java.util.List<java.lang.Double> marshalColor(_Color src)
public void marshalMaterial(_Material src, net.opengis.citygml.texturedsurface._1.MaterialType dest)
public net.opengis.citygml.texturedsurface._1.MaterialType marshalMaterial(_Material src)
public void marshalSimpleTexture(_SimpleTexture src, net.opengis.citygml.texturedsurface._1.SimpleTextureType dest)
public net.opengis.citygml.texturedsurface._1.SimpleTextureType marshalSimpleTexture(_SimpleTexture src)
public void marshalTexturedSurface(_TexturedSurface src, net.opengis.citygml.texturedsurface._1.TexturedSurfaceType dest)
public net.opengis.citygml.texturedsurface._1.TexturedSurfaceType marshalTexturedSurface(_TexturedSurface src)
public net.opengis.citygml.texturedsurface._1.TextureTypeType marshalTextureType(_TextureType src)