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