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