Class VegetationUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.unmarshal.citygml.vegetation.VegetationUnmarshaller
-
public class VegetationUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VegetationUnmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObject
unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
void
unmarshalAbstractVegetationObject(AbstractVegetationObjectType src, AbstractVegetationObject dest, CityJSON cityJSON)
PlantCover
unmarshalPlantCover(PlantCoverType src, CityJSON cityJSON)
void
unmarshalPlantCover(PlantCoverType src, PlantCover dest, CityJSON cityJSON)
SolitaryVegetationObject
unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, CityJSON cityJSON)
void
unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, SolitaryVegetationObject dest, CityJSON cityJSON)
-
-
-
Constructor Detail
-
VegetationUnmarshaller
public VegetationUnmarshaller(CityGMLUnmarshaller citygml)
-
-
Method Detail
-
unmarshal
public AbstractCityObject unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
-
unmarshalAbstractVegetationObject
public void unmarshalAbstractVegetationObject(AbstractVegetationObjectType src, AbstractVegetationObject dest, CityJSON cityJSON)
-
unmarshalPlantCover
public void unmarshalPlantCover(PlantCoverType src, PlantCover dest, CityJSON cityJSON)
-
unmarshalPlantCover
public PlantCover unmarshalPlantCover(PlantCoverType src, CityJSON cityJSON)
-
unmarshalSolitaryVegetationObject
public void unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, SolitaryVegetationObject dest, CityJSON cityJSON)
-
unmarshalSolitaryVegetationObject
public SolitaryVegetationObject unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, CityJSON cityJSON)
-
-