public class WaterBody200Marshaller
extends java.lang.Object
Constructor and Description |
---|
WaterBody200Marshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
marshal(ModelObject src) |
void |
marshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurface src,
net.opengis.citygml.waterbody._2.AbstractWaterBoundarySurfaceType dest) |
void |
marshalAbstractWaterObject(AbstractWaterObject src,
net.opengis.citygml.waterbody._2.AbstractWaterObjectType dest) |
net.opengis.citygml.waterbody._2.BoundedByWaterSurfacePropertyType |
marshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfaceProperty src) |
javax.xml.bind.JAXBElement<?> |
marshalJAXBElement(ModelObject src) |
net.opengis.citygml.waterbody._2.WaterBodyType |
marshalWaterBody(WaterBody src) |
void |
marshalWaterBody(WaterBody src,
net.opengis.citygml.waterbody._2.WaterBodyType dest) |
net.opengis.citygml.waterbody._2.WaterClosureSurfaceType |
marshalWaterClosureSurface(WaterClosureSurface src) |
void |
marshalWaterClosureSurface(WaterClosureSurface src,
net.opengis.citygml.waterbody._2.WaterClosureSurfaceType dest) |
net.opengis.citygml.waterbody._2.WaterGroundSurfaceType |
marshalWaterGroundSurface(WaterGroundSurface src) |
void |
marshalWaterGroundSurface(WaterGroundSurface src,
net.opengis.citygml.waterbody._2.WaterGroundSurfaceType dest) |
net.opengis.citygml.waterbody._2.WaterSurfaceType |
marshalWaterSurface(WaterSurface src) |
void |
marshalWaterSurface(WaterSurface src,
net.opengis.citygml.waterbody._2.WaterSurfaceType dest) |
public WaterBody200Marshaller(CityGMLMarshaller citygml)
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
public java.lang.Object marshal(ModelObject src)
public void marshalAbstractWaterObject(AbstractWaterObject src, net.opengis.citygml.waterbody._2.AbstractWaterObjectType dest)
public void marshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurface src, net.opengis.citygml.waterbody._2.AbstractWaterBoundarySurfaceType dest)
public net.opengis.citygml.waterbody._2.BoundedByWaterSurfacePropertyType marshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfaceProperty src)
public void marshalWaterBody(WaterBody src, net.opengis.citygml.waterbody._2.WaterBodyType dest)
public net.opengis.citygml.waterbody._2.WaterBodyType marshalWaterBody(WaterBody src)
public void marshalWaterClosureSurface(WaterClosureSurface src, net.opengis.citygml.waterbody._2.WaterClosureSurfaceType dest)
public net.opengis.citygml.waterbody._2.WaterClosureSurfaceType marshalWaterClosureSurface(WaterClosureSurface src)
public void marshalWaterGroundSurface(WaterGroundSurface src, net.opengis.citygml.waterbody._2.WaterGroundSurfaceType dest)
public net.opengis.citygml.waterbody._2.WaterGroundSurfaceType marshalWaterGroundSurface(WaterGroundSurface src)
public void marshalWaterSurface(WaterSurface src, net.opengis.citygml.waterbody._2.WaterSurfaceType dest)
public net.opengis.citygml.waterbody._2.WaterSurfaceType marshalWaterSurface(WaterSurface src)