Class ReliefUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.unmarshal.citygml.relief.ReliefUnmarshaller
-
public class ReliefUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReliefUnmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObject
unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
ReliefFeature
unmarshalTINRelief(TINReliefType src, CityJSON cityJSON)
void
unmarshalTINRelief(TINReliefType src, ReliefFeature dest, CityJSON cityJSON)
-
-
-
Constructor Detail
-
ReliefUnmarshaller
public ReliefUnmarshaller(CityGMLUnmarshaller citygml)
-
-
Method Detail
-
unmarshal
public AbstractCityObject unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
-
unmarshalTINRelief
public void unmarshalTINRelief(TINReliefType src, ReliefFeature dest, CityJSON cityJSON)
-
unmarshalTINRelief
public ReliefFeature unmarshalTINRelief(TINReliefType src, CityJSON cityJSON)
-
-