Class WaterBody200Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.waterbody.WaterBody200Marshaller
-
public class WaterBody200Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WaterBody200Marshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
WaterBody200Marshaller
public WaterBody200Marshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
-
marshal
public java.lang.Object marshal(ModelObject src)
-
marshalAbstractWaterObject
public void marshalAbstractWaterObject(AbstractWaterObject src, net.opengis.citygml.waterbody._2.AbstractWaterObjectType dest)
-
marshalAbstractWaterBoundarySurface
public void marshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurface src, net.opengis.citygml.waterbody._2.AbstractWaterBoundarySurfaceType dest)
-
marshalBoundedByWaterSurfaceProperty
public net.opengis.citygml.waterbody._2.BoundedByWaterSurfacePropertyType marshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfaceProperty src)
-
marshalWaterBody
public void marshalWaterBody(WaterBody src, net.opengis.citygml.waterbody._2.WaterBodyType dest)
-
marshalWaterBody
public net.opengis.citygml.waterbody._2.WaterBodyType marshalWaterBody(WaterBody src)
-
marshalWaterClosureSurface
public void marshalWaterClosureSurface(WaterClosureSurface src, net.opengis.citygml.waterbody._2.WaterClosureSurfaceType dest)
-
marshalWaterClosureSurface
public net.opengis.citygml.waterbody._2.WaterClosureSurfaceType marshalWaterClosureSurface(WaterClosureSurface src)
-
marshalWaterGroundSurface
public void marshalWaterGroundSurface(WaterGroundSurface src, net.opengis.citygml.waterbody._2.WaterGroundSurfaceType dest)
-
marshalWaterGroundSurface
public net.opengis.citygml.waterbody._2.WaterGroundSurfaceType marshalWaterGroundSurface(WaterGroundSurface src)
-
marshalWaterSurface
public void marshalWaterSurface(WaterSurface src, net.opengis.citygml.waterbody._2.WaterSurfaceType dest)
-
marshalWaterSurface
public net.opengis.citygml.waterbody._2.WaterSurfaceType marshalWaterSurface(WaterSurface src)
-
-