Class Relief200Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.relief.Relief200Marshaller
-
public class Relief200Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Relief200Marshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
marshal(ModelObject src)
void
marshalAbstractReliefComponent(AbstractReliefComponent src, net.opengis.citygml.relief._2.AbstractReliefComponentType dest)
net.opengis.citygml.relief._2.BreaklineReliefType
marshalBreaklineRelief(BreaklineRelief src)
void
marshalBreaklineRelief(BreaklineRelief src, net.opengis.citygml.relief._2.BreaklineReliefType dest)
net.opengis.citygml.relief._2.GridPropertyType
marshalGridProperty(GridProperty src)
javax.xml.bind.JAXBElement<?>
marshalJAXBElement(ModelObject src)
net.opengis.citygml.relief._2.MassPointReliefType
marshalMassPointRelief(MassPointRelief src)
void
marshalMassPointRelief(MassPointRelief src, net.opengis.citygml.relief._2.MassPointReliefType dest)
net.opengis.citygml.relief._2.RasterReliefType
marshalRasterRelief(RasterRelief src)
void
marshalRasterRelief(RasterRelief src, net.opengis.citygml.relief._2.RasterReliefType dest)
net.opengis.citygml.relief._2.ReliefComponentPropertyType
marshalReliefComponentProperty(ReliefComponentProperty src)
net.opengis.citygml.relief._2.ReliefFeatureType
marshalReliefFeature(ReliefFeature src)
void
marshalReliefFeature(ReliefFeature src, net.opengis.citygml.relief._2.ReliefFeatureType dest)
net.opengis.citygml.relief._2.TinPropertyType
marshalTinProperty(TinProperty src)
net.opengis.citygml.relief._2.TINReliefType
marshalTINRelief(TINRelief src)
void
marshalTINRelief(TINRelief src, net.opengis.citygml.relief._2.TINReliefType dest)
-
-
-
Constructor Detail
-
Relief200Marshaller
public Relief200Marshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
-
marshal
public java.lang.Object marshal(ModelObject src)
-
marshalAbstractReliefComponent
public void marshalAbstractReliefComponent(AbstractReliefComponent src, net.opengis.citygml.relief._2.AbstractReliefComponentType dest)
-
marshalBreaklineRelief
public void marshalBreaklineRelief(BreaklineRelief src, net.opengis.citygml.relief._2.BreaklineReliefType dest)
-
marshalGridProperty
public net.opengis.citygml.relief._2.GridPropertyType marshalGridProperty(GridProperty src)
-
marshalBreaklineRelief
public net.opengis.citygml.relief._2.BreaklineReliefType marshalBreaklineRelief(BreaklineRelief src)
-
marshalMassPointRelief
public void marshalMassPointRelief(MassPointRelief src, net.opengis.citygml.relief._2.MassPointReliefType dest)
-
marshalMassPointRelief
public net.opengis.citygml.relief._2.MassPointReliefType marshalMassPointRelief(MassPointRelief src)
-
marshalRasterRelief
public void marshalRasterRelief(RasterRelief src, net.opengis.citygml.relief._2.RasterReliefType dest)
-
marshalRasterRelief
public net.opengis.citygml.relief._2.RasterReliefType marshalRasterRelief(RasterRelief src)
-
marshalReliefComponentProperty
public net.opengis.citygml.relief._2.ReliefComponentPropertyType marshalReliefComponentProperty(ReliefComponentProperty src)
-
marshalReliefFeature
public void marshalReliefFeature(ReliefFeature src, net.opengis.citygml.relief._2.ReliefFeatureType dest)
-
marshalReliefFeature
public net.opengis.citygml.relief._2.ReliefFeatureType marshalReliefFeature(ReliefFeature src)
-
marshalTinProperty
public net.opengis.citygml.relief._2.TinPropertyType marshalTinProperty(TinProperty src)
-
marshalTINRelief
public void marshalTINRelief(TINRelief src, net.opengis.citygml.relief._2.TINReliefType dest)
-
marshalTINRelief
public net.opengis.citygml.relief._2.TINReliefType marshalTINRelief(TINRelief src)
-
-