public class Appearance200Marshaller
extends java.lang.Object
Constructor and Description |
---|
Appearance200Marshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
marshal(ModelObject src) |
void |
marshalAbstractSurfaceData(AbstractSurfaceData src,
net.opengis.citygml.appearance._2.AbstractSurfaceDataType dest) |
void |
marshalAbstractTexture(AbstractTexture src,
net.opengis.citygml.appearance._2.AbstractTextureType dest) |
void |
marshalAbstractTextureParameterization(AbstractTextureParameterization src,
net.opengis.citygml.appearance._2.AbstractTextureParameterizationType dest) |
net.opengis.citygml.appearance._2.AppearanceType |
marshalAppearance(Appearance src) |
void |
marshalAppearance(Appearance src,
net.opengis.citygml.appearance._2.AppearanceType dest) |
net.opengis.gml.FeaturePropertyType |
marshalAppearanceMember(AppearanceMember src) |
net.opengis.citygml.appearance._2.AppearancePropertyType |
marshalAppearanceProperty(AppearanceProperty src) |
void |
marshalAppearanceProperty(AppearanceProperty src,
net.opengis.citygml.appearance._2.AppearancePropertyType dest) |
net.opengis.citygml.appearance._2.AppearancePropertyElement |
marshalAppearancePropertyElement(AppearanceProperty src) |
java.util.List<java.lang.Double> |
marshalColor(Color src) |
java.util.List<java.lang.Double> |
marshalColorPlusOpacity(ColorPlusOpacity src) |
net.opengis.citygml.appearance._2.GeoreferencedTextureType |
marshalGeoreferencedTexture(GeoreferencedTexture src) |
void |
marshalGeoreferencedTexture(GeoreferencedTexture src,
net.opengis.citygml.appearance._2.GeoreferencedTextureType dest) |
javax.xml.bind.JAXBElement<?> |
marshalJAXBElement(ModelObject src) |
net.opengis.citygml.appearance._2.ParameterizedTextureType |
marshalParameterizedTexture(ParameterizedTexture src) |
void |
marshalParameterizedTexture(ParameterizedTexture src,
net.opengis.citygml.appearance._2.ParameterizedTextureType dest) |
net.opengis.citygml.appearance._2.SurfaceDataPropertyType |
marshalSurfaceDataProperty(SurfaceDataProperty src) |
net.opengis.citygml.appearance._2.TexCoordGenType |
marshalTexCoordGen(TexCoordGen src) |
void |
marshalTexCoordGen(TexCoordGen src,
net.opengis.citygml.appearance._2.TexCoordGenType dest) |
net.opengis.citygml.appearance._2.TexCoordListType |
marshalTexCoordList(TexCoordList src) |
void |
marshalTexCoordList(TexCoordList src,
net.opengis.citygml.appearance._2.TexCoordListType dest) |
net.opengis.citygml.appearance._2.TextureAssociationType |
marshalTextureAssociation(TextureAssociation src) |
net.opengis.citygml.appearance._2.TexCoordListType.TextureCoordinates |
marshalTextureCoordinates(TextureCoordinates src) |
void |
marshalTextureCoordinates(TextureCoordinates src,
net.opengis.citygml.appearance._2.TexCoordListType.TextureCoordinates dest) |
net.opengis.citygml.appearance._2.TextureTypeType |
marshalTextureType(TextureType src) |
net.opengis.citygml.appearance._2.TexCoordGenType.WorldToTexture |
marshalWorldToTexture(WorldToTexture src) |
void |
marshalWorldToTexture(WorldToTexture src,
net.opengis.citygml.appearance._2.TexCoordGenType.WorldToTexture dest) |
net.opengis.citygml.appearance._2.WrapModeType |
marshalWrapMode(WrapMode src) |
net.opengis.citygml.appearance._2.X3DMaterialType |
marshalX3DMaterial(X3DMaterial src) |
void |
marshalX3DMaterial(X3DMaterial src,
net.opengis.citygml.appearance._2.X3DMaterialType dest) |
public Appearance200Marshaller(CityGMLMarshaller citygml)
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
public java.lang.Object marshal(ModelObject src)
public void marshalAbstractSurfaceData(AbstractSurfaceData src, net.opengis.citygml.appearance._2.AbstractSurfaceDataType dest)
public void marshalAbstractTexture(AbstractTexture src, net.opengis.citygml.appearance._2.AbstractTextureType dest)
public void marshalAbstractTextureParameterization(AbstractTextureParameterization src, net.opengis.citygml.appearance._2.AbstractTextureParameterizationType dest)
public void marshalAppearance(Appearance src, net.opengis.citygml.appearance._2.AppearanceType dest)
public net.opengis.citygml.appearance._2.AppearanceType marshalAppearance(Appearance src)
public void marshalAppearanceProperty(AppearanceProperty src, net.opengis.citygml.appearance._2.AppearancePropertyType dest)
public net.opengis.citygml.appearance._2.AppearancePropertyType marshalAppearanceProperty(AppearanceProperty src)
public net.opengis.gml.FeaturePropertyType marshalAppearanceMember(AppearanceMember src)
public net.opengis.citygml.appearance._2.AppearancePropertyElement marshalAppearancePropertyElement(AppearanceProperty src)
public java.util.List<java.lang.Double> marshalColor(Color src)
public java.util.List<java.lang.Double> marshalColorPlusOpacity(ColorPlusOpacity src)
public void marshalGeoreferencedTexture(GeoreferencedTexture src, net.opengis.citygml.appearance._2.GeoreferencedTextureType dest)
public net.opengis.citygml.appearance._2.GeoreferencedTextureType marshalGeoreferencedTexture(GeoreferencedTexture src)
public void marshalParameterizedTexture(ParameterizedTexture src, net.opengis.citygml.appearance._2.ParameterizedTextureType dest)
public net.opengis.citygml.appearance._2.ParameterizedTextureType marshalParameterizedTexture(ParameterizedTexture src)
public net.opengis.citygml.appearance._2.SurfaceDataPropertyType marshalSurfaceDataProperty(SurfaceDataProperty src)
public void marshalTexCoordGen(TexCoordGen src, net.opengis.citygml.appearance._2.TexCoordGenType dest)
public net.opengis.citygml.appearance._2.TexCoordGenType marshalTexCoordGen(TexCoordGen src)
public void marshalTexCoordList(TexCoordList src, net.opengis.citygml.appearance._2.TexCoordListType dest)
public net.opengis.citygml.appearance._2.TexCoordListType marshalTexCoordList(TexCoordList src)
public net.opengis.citygml.appearance._2.TextureAssociationType marshalTextureAssociation(TextureAssociation src)
public void marshalTextureCoordinates(TextureCoordinates src, net.opengis.citygml.appearance._2.TexCoordListType.TextureCoordinates dest)
public net.opengis.citygml.appearance._2.TexCoordListType.TextureCoordinates marshalTextureCoordinates(TextureCoordinates src)
public net.opengis.citygml.appearance._2.TextureTypeType marshalTextureType(TextureType src)
public void marshalWorldToTexture(WorldToTexture src, net.opengis.citygml.appearance._2.TexCoordGenType.WorldToTexture dest)
public net.opengis.citygml.appearance._2.TexCoordGenType.WorldToTexture marshalWorldToTexture(WorldToTexture src)
public net.opengis.citygml.appearance._2.WrapModeType marshalWrapMode(WrapMode src)
public void marshalX3DMaterial(X3DMaterial src, net.opengis.citygml.appearance._2.X3DMaterialType dest)
public net.opengis.citygml.appearance._2.X3DMaterialType marshalX3DMaterial(X3DMaterial src)