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