Class ReliefMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.relief.ReliefMarshaller
-
public class ReliefMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReliefMarshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObjectType
marshal(ModelObject src, CityJSON cityJSON)
AbstractCityObjectType
marshalReliefFeature(ReliefFeature src, CityJSON cityJSON)
TINReliefType
marshalTINRelief(TINRelief src, CityJSON cityJSON)
void
marshalTINRelief(TINRelief src, TINReliefType dest, CityJSON cityJSON)
-
-
-
Constructor Detail
-
ReliefMarshaller
public ReliefMarshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalReliefFeature
public AbstractCityObjectType marshalReliefFeature(ReliefFeature src, CityJSON cityJSON)
-
marshalTINRelief
public void marshalTINRelief(TINRelief src, TINReliefType dest, CityJSON cityJSON)
-
marshalTINRelief
public TINReliefType marshalTINRelief(TINRelief src, CityJSON cityJSON)
-
-