public class Generics200Marshaller
extends java.lang.Object
Constructor and Description |
---|
Generics200Marshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
marshal(ModelObject src) |
void |
marshalAbstractGenericAttribute(AbstractGenericAttribute src,
net.opengis.citygml.generics._2.AbstractGenericAttributeType dest) |
net.opengis.citygml.generics._2.DateAttributeType |
marshalDateAttribute(DateAttribute src) |
void |
marshalDateAttribute(DateAttribute src,
net.opengis.citygml.generics._2.DateAttributeType dest) |
net.opengis.citygml.generics._2.DoubleAttributeType |
marshalDoubleAttribute(DoubleAttribute src) |
void |
marshalDoubleAttribute(DoubleAttribute src,
net.opengis.citygml.generics._2.DoubleAttributeType dest) |
net.opengis.citygml.generics._2.GenericAttributeSetType |
marshalGenericAttributeSet(GenericAttributeSet src) |
net.opengis.citygml.generics._2.GenericCityObjectType |
marshalGenericCityObject(GenericCityObject src) |
void |
marshalGenericCityObject(GenericCityObject src,
net.opengis.citygml.generics._2.GenericCityObjectType dest) |
net.opengis.citygml.generics._2.IntAttributeType |
marshalIntAttribute(IntAttribute src) |
void |
marshalIntAttribute(IntAttribute src,
net.opengis.citygml.generics._2.IntAttributeType dest) |
javax.xml.bind.JAXBElement<?> |
marshalJAXBElement(ModelObject src) |
net.opengis.citygml.generics._2.MeasureAttributeType |
marshalMeasureAttribute(MeasureAttribute src) |
void |
marshalMeasureAttribute(MeasureAttribute src,
net.opengis.citygml.generics._2.MeasureAttributeType dest) |
net.opengis.citygml.generics._2.StringAttributeType |
marshalStringAttribute(StringAttribute src) |
void |
marshalStringAttribute(StringAttribute src,
net.opengis.citygml.generics._2.StringAttributeType dest) |
net.opengis.citygml.generics._2.UriAttributeType |
marshalUriAttribute(UriAttribute src) |
void |
marshalUriAttribute(UriAttribute src,
net.opengis.citygml.generics._2.UriAttributeType dest) |
public Generics200Marshaller(CityGMLMarshaller citygml)
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
public java.lang.Object marshal(ModelObject src)
public void marshalAbstractGenericAttribute(AbstractGenericAttribute src, net.opengis.citygml.generics._2.AbstractGenericAttributeType dest)
public void marshalGenericCityObject(GenericCityObject src, net.opengis.citygml.generics._2.GenericCityObjectType dest)
public net.opengis.citygml.generics._2.GenericCityObjectType marshalGenericCityObject(GenericCityObject src)
public void marshalDateAttribute(DateAttribute src, net.opengis.citygml.generics._2.DateAttributeType dest)
public net.opengis.citygml.generics._2.DateAttributeType marshalDateAttribute(DateAttribute src)
public void marshalDoubleAttribute(DoubleAttribute src, net.opengis.citygml.generics._2.DoubleAttributeType dest)
public net.opengis.citygml.generics._2.DoubleAttributeType marshalDoubleAttribute(DoubleAttribute src)
public void marshalIntAttribute(IntAttribute src, net.opengis.citygml.generics._2.IntAttributeType dest)
public net.opengis.citygml.generics._2.IntAttributeType marshalIntAttribute(IntAttribute src)
public void marshalStringAttribute(StringAttribute src, net.opengis.citygml.generics._2.StringAttributeType dest)
public net.opengis.citygml.generics._2.StringAttributeType marshalStringAttribute(StringAttribute src)
public void marshalUriAttribute(UriAttribute src, net.opengis.citygml.generics._2.UriAttributeType dest)
public net.opengis.citygml.generics._2.UriAttributeType marshalUriAttribute(UriAttribute src)
public void marshalMeasureAttribute(MeasureAttribute src, net.opengis.citygml.generics._2.MeasureAttributeType dest)
public net.opengis.citygml.generics._2.MeasureAttributeType marshalMeasureAttribute(MeasureAttribute src)
public net.opengis.citygml.generics._2.GenericAttributeSetType marshalGenericAttributeSet(GenericAttributeSet src)