Class Relief100Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.relief.Relief100Marshaller
-
public class Relief100Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Relief100Marshaller(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._1.AbstractReliefComponentType dest)
net.opengis.citygml.relief._1.BreaklineReliefType
marshalBreaklineRelief(BreaklineRelief src)
void
marshalBreaklineRelief(BreaklineRelief src, net.opengis.citygml.relief._1.BreaklineReliefType dest)
net.opengis.citygml.relief._1.GridPropertyType
marshalGridProperty(GridProperty src)
javax.xml.bind.JAXBElement<?>
marshalJAXBElement(ModelObject src)
net.opengis.citygml.relief._1.MassPointReliefType
marshalMassPointRelief(MassPointRelief src)
void
marshalMassPointRelief(MassPointRelief src, net.opengis.citygml.relief._1.MassPointReliefType dest)
net.opengis.citygml.relief._1.RasterReliefType
marshalRasterRelief(RasterRelief src)
void
marshalRasterRelief(RasterRelief src, net.opengis.citygml.relief._1.RasterReliefType dest)
net.opengis.citygml.relief._1.ReliefComponentPropertyType
marshalReliefComponentProperty(ReliefComponentProperty src)
net.opengis.citygml.relief._1.ReliefFeatureType
marshalReliefFeature(ReliefFeature src)
void
marshalReliefFeature(ReliefFeature src, net.opengis.citygml.relief._1.ReliefFeatureType dest)
net.opengis.citygml.relief._1.TinPropertyType
marshalTinProperty(TinProperty src)
net.opengis.citygml.relief._1.TINReliefType
marshalTINRelief(TINRelief src)
void
marshalTINRelief(TINRelief src, net.opengis.citygml.relief._1.TINReliefType dest)
-
-
-
Constructor Detail
-
Relief100Marshaller
public Relief100Marshaller(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._1.AbstractReliefComponentType dest)
-
marshalBreaklineRelief
public void marshalBreaklineRelief(BreaklineRelief src, net.opengis.citygml.relief._1.BreaklineReliefType dest)
-
marshalGridProperty
public net.opengis.citygml.relief._1.GridPropertyType marshalGridProperty(GridProperty src)
-
marshalBreaklineRelief
public net.opengis.citygml.relief._1.BreaklineReliefType marshalBreaklineRelief(BreaklineRelief src)
-
marshalMassPointRelief
public void marshalMassPointRelief(MassPointRelief src, net.opengis.citygml.relief._1.MassPointReliefType dest)
-
marshalMassPointRelief
public net.opengis.citygml.relief._1.MassPointReliefType marshalMassPointRelief(MassPointRelief src)
-
marshalRasterRelief
public void marshalRasterRelief(RasterRelief src, net.opengis.citygml.relief._1.RasterReliefType dest)
-
marshalRasterRelief
public net.opengis.citygml.relief._1.RasterReliefType marshalRasterRelief(RasterRelief src)
-
marshalReliefComponentProperty
public net.opengis.citygml.relief._1.ReliefComponentPropertyType marshalReliefComponentProperty(ReliefComponentProperty src)
-
marshalReliefFeature
public void marshalReliefFeature(ReliefFeature src, net.opengis.citygml.relief._1.ReliefFeatureType dest)
-
marshalReliefFeature
public net.opengis.citygml.relief._1.ReliefFeatureType marshalReliefFeature(ReliefFeature src)
-
marshalTinProperty
public net.opengis.citygml.relief._1.TinPropertyType marshalTinProperty(TinProperty src)
-
marshalTINRelief
public void marshalTINRelief(TINRelief src, net.opengis.citygml.relief._1.TINReliefType dest)
-
marshalTINRelief
public net.opengis.citygml.relief._1.TINReliefType marshalTINRelief(TINRelief src)
-
-