Class WaterBodyMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.waterbody.WaterBodyMarshaller
-
public class WaterBodyMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WaterBodyMarshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObjectType
marshal(ModelObject src, CityJSON cityJSON)
void
marshalAbstractWaterObject(AbstractWaterObject src, AbstractCityObjectType dest, CityJSON cityJSON)
SemanticsType
marshalSemantics(AbstractCityObject cityObject)
WaterBodyType
marshalWaterBody(WaterBody src, CityJSON cityJSON)
void
marshalWaterBody(WaterBody src, WaterBodyType dest, CityJSON cityJSON)
-
-
-
Constructor Detail
-
WaterBodyMarshaller
public WaterBodyMarshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalSemantics
public SemanticsType marshalSemantics(AbstractCityObject cityObject)
-
marshalAbstractWaterObject
public void marshalAbstractWaterObject(AbstractWaterObject src, AbstractCityObjectType dest, CityJSON cityJSON)
-
marshalWaterBody
public void marshalWaterBody(WaterBody src, WaterBodyType dest, CityJSON cityJSON)
-
marshalWaterBody
public WaterBodyType marshalWaterBody(WaterBody src, CityJSON cityJSON)
-
-