public class VegetationUnmarshaller
extends java.lang.Object
Constructor and Description |
---|
VegetationUnmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
AbstractCityObject |
unmarshal(AbstractCityObjectType src,
CityJSON cityJSON) |
PlantCover |
unmarshalPlantCover(PlantCoverType src,
CityJSON cityJSON) |
void |
unmarshalPlantCover(PlantCoverType src,
PlantCover dest) |
SolitaryVegetationObject |
unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src,
CityJSON cityJSON) |
void |
unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src,
SolitaryVegetationObject dest) |
public VegetationUnmarshaller(CityGMLUnmarshaller citygml)
public AbstractCityObject unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
public void unmarshalPlantCover(PlantCoverType src, PlantCover dest)
public PlantCover unmarshalPlantCover(PlantCoverType src, CityJSON cityJSON)
public void unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, SolitaryVegetationObject dest)
public SolitaryVegetationObject unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, CityJSON cityJSON)