public class Relief200Marshaller
extends java.lang.Object
Constructor and Description |
---|
Relief200Marshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and 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) |
public Relief200Marshaller(CityGMLMarshaller citygml)
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
public java.lang.Object marshal(ModelObject src)
public void marshalAbstractReliefComponent(AbstractReliefComponent src, net.opengis.citygml.relief._2.AbstractReliefComponentType dest)
public void marshalBreaklineRelief(BreaklineRelief src, net.opengis.citygml.relief._2.BreaklineReliefType dest)
public net.opengis.citygml.relief._2.GridPropertyType marshalGridProperty(GridProperty src)
public net.opengis.citygml.relief._2.BreaklineReliefType marshalBreaklineRelief(BreaklineRelief src)
public void marshalMassPointRelief(MassPointRelief src, net.opengis.citygml.relief._2.MassPointReliefType dest)
public net.opengis.citygml.relief._2.MassPointReliefType marshalMassPointRelief(MassPointRelief src)
public void marshalRasterRelief(RasterRelief src, net.opengis.citygml.relief._2.RasterReliefType dest)
public net.opengis.citygml.relief._2.RasterReliefType marshalRasterRelief(RasterRelief src)
public net.opengis.citygml.relief._2.ReliefComponentPropertyType marshalReliefComponentProperty(ReliefComponentProperty src)
public void marshalReliefFeature(ReliefFeature src, net.opengis.citygml.relief._2.ReliefFeatureType dest)
public net.opengis.citygml.relief._2.ReliefFeatureType marshalReliefFeature(ReliefFeature src)
public net.opengis.citygml.relief._2.TinPropertyType marshalTinProperty(TinProperty src)
public void marshalTINRelief(TINRelief src, net.opengis.citygml.relief._2.TINReliefType dest)
public net.opengis.citygml.relief._2.TINReliefType marshalTINRelief(TINRelief src)