public class VegetationMarshaller
extends java.lang.Object
Constructor and Description |
---|
VegetationMarshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractCityObjectType> |
marshal(ModelObject src) |
java.util.List<AbstractCityObjectType> |
marshalPlantCover(PlantCover src) |
void |
marshalPlantCover(PlantCover src,
PlantCoverType dest) |
java.util.List<AbstractCityObjectType> |
marshalSolitaryVegetationObject(SolitaryVegetationObject src) |
void |
marshalSolitaryVegetationObject(SolitaryVegetationObject src,
SolitaryVegetationObjectType dest) |
public VegetationMarshaller(CityGMLMarshaller citygml)
public java.util.List<AbstractCityObjectType> marshal(ModelObject src)
public void marshalPlantCover(PlantCover src, PlantCoverType dest)
public java.util.List<AbstractCityObjectType> marshalPlantCover(PlantCover src)
public void marshalSolitaryVegetationObject(SolitaryVegetationObject src, SolitaryVegetationObjectType dest)
public java.util.List<AbstractCityObjectType> marshalSolitaryVegetationObject(SolitaryVegetationObject src)