Class TexturedSurface100Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface.TexturedSurface100Marshaller
-
public class TexturedSurface100Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TexturedSurface100Marshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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(ModelObject 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)
-
-
-
Constructor Detail
-
TexturedSurface100Marshaller
public TexturedSurface100Marshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
-
marshal
public java.lang.Object marshal(ModelObject src)
-
marshalAbstractAppearance
public void marshalAbstractAppearance(_AbstractAppearance src, net.opengis.citygml.texturedsurface._1.AbstractAppearanceType dest)
-
marshalAppearanceProperty
public net.opengis.citygml.texturedsurface._1.AppearancePropertyType marshalAppearanceProperty(_AppearanceProperty src)
-
marshalColor
public java.util.List<java.lang.Double> marshalColor(_Color src)
-
marshalMaterial
public void marshalMaterial(_Material src, net.opengis.citygml.texturedsurface._1.MaterialType dest)
-
marshalMaterial
public net.opengis.citygml.texturedsurface._1.MaterialType marshalMaterial(_Material src)
-
marshalSimpleTexture
public void marshalSimpleTexture(_SimpleTexture src, net.opengis.citygml.texturedsurface._1.SimpleTextureType dest)
-
marshalSimpleTexture
public net.opengis.citygml.texturedsurface._1.SimpleTextureType marshalSimpleTexture(_SimpleTexture src)
-
marshalTexturedSurface
public void marshalTexturedSurface(_TexturedSurface src, net.opengis.citygml.texturedsurface._1.TexturedSurfaceType dest)
-
marshalTexturedSurface
public net.opengis.citygml.texturedsurface._1.TexturedSurfaceType marshalTexturedSurface(_TexturedSurface src)
-
marshalTextureType
public net.opengis.citygml.texturedsurface._1.TextureTypeType marshalTextureType(_TextureType src)
-
-