Class VegetationMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.vegetation.VegetationMarshaller
-
public class VegetationMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VegetationMarshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObjectType
marshal(ModelObject src, CityJSON cityJSON)
void
marshalAbstractVegetationObject(AbstractVegetationObject src, AbstractCityObjectType dest, CityJSON cityJSON)
PlantCoverType
marshalPlantCover(PlantCover src, CityJSON cityJSON)
void
marshalPlantCover(PlantCover src, PlantCoverType dest, CityJSON cityJSON)
SolitaryVegetationObjectType
marshalSolitaryVegetationObject(SolitaryVegetationObject src, CityJSON cityJSON)
void
marshalSolitaryVegetationObject(SolitaryVegetationObject src, SolitaryVegetationObjectType dest, CityJSON cityJSON)
-
-
-
Constructor Detail
-
VegetationMarshaller
public VegetationMarshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalAbstractVegetationObject
public void marshalAbstractVegetationObject(AbstractVegetationObject src, AbstractCityObjectType dest, CityJSON cityJSON)
-
marshalPlantCover
public void marshalPlantCover(PlantCover src, PlantCoverType dest, CityJSON cityJSON)
-
marshalPlantCover
public PlantCoverType marshalPlantCover(PlantCover src, CityJSON cityJSON)
-
marshalSolitaryVegetationObject
public void marshalSolitaryVegetationObject(SolitaryVegetationObject src, SolitaryVegetationObjectType dest, CityJSON cityJSON)
-
marshalSolitaryVegetationObject
public SolitaryVegetationObjectType marshalSolitaryVegetationObject(SolitaryVegetationObject src, CityJSON cityJSON)
-
-