Class Generics100Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.generics.Generics100Marshaller
-
public class Generics100Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Generics100Marshaller(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._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(ModelObject 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)
-
-
-
Constructor Detail
-
Generics100Marshaller
public Generics100Marshaller(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._1.AbstractGenericAttributeType dest)
-
marshalGenericCityObject
public void marshalGenericCityObject(GenericCityObject src, net.opengis.citygml.generics._1.GenericCityObjectType dest)
-
marshalGenericCityObject
public net.opengis.citygml.generics._1.GenericCityObjectType marshalGenericCityObject(GenericCityObject src)
-
marshalDateAttribute
public void marshalDateAttribute(DateAttribute src, net.opengis.citygml.generics._1.DateAttributeType dest)
-
marshalDateAttribute
public net.opengis.citygml.generics._1.DateAttributeType marshalDateAttribute(DateAttribute src)
-
marshalDoubleAttribute
public void marshalDoubleAttribute(DoubleAttribute src, net.opengis.citygml.generics._1.DoubleAttributeType dest)
-
marshalDoubleAttribute
public net.opengis.citygml.generics._1.DoubleAttributeType marshalDoubleAttribute(DoubleAttribute src)
-
marshalIntAttribute
public void marshalIntAttribute(IntAttribute src, net.opengis.citygml.generics._1.IntAttributeType dest)
-
marshalIntAttribute
public net.opengis.citygml.generics._1.IntAttributeType marshalIntAttribute(IntAttribute src)
-
marshalStringAttribute
public void marshalStringAttribute(StringAttribute src, net.opengis.citygml.generics._1.StringAttributeType dest)
-
marshalStringAttribute
public net.opengis.citygml.generics._1.StringAttributeType marshalStringAttribute(StringAttribute src)
-
marshalUriAttribute
public void marshalUriAttribute(UriAttribute src, net.opengis.citygml.generics._1.UriAttributeType dest)
-
marshalUriAttribute
public net.opengis.citygml.generics._1.UriAttributeType marshalUriAttribute(UriAttribute src)
-
marshalMeasureAttribute
public void marshalMeasureAttribute(MeasureAttribute src, net.opengis.citygml.generics._1.DoubleAttributeType dest)
-
marshalMeasureAttribute
public net.opengis.citygml.generics._1.DoubleAttributeType marshalMeasureAttribute(MeasureAttribute src)
-
marshalGenericAttributeSet
public java.util.List<net.opengis.citygml.generics._1.AbstractGenericAttributeType> marshalGenericAttributeSet(GenericAttributeSet src)
-
marshalGenericAttributeSetElement
public java.util.List<javax.xml.bind.JAXBElement<? extends net.opengis.citygml.generics._1.AbstractGenericAttributeType>> marshalGenericAttributeSetElement(GenericAttributeSet src)
-
-