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