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