Class GenericsMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.generics.GenericsMarshaller
-
public class GenericsMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericsMarshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObjectType
marshal(ModelObject src, CityJSON cityJSON)
void
marshalGenericAttributes(AbstractCityObject src, Attributes dest)
GenericCityObjectType
marshalGenericCityObject(GenericCityObject src, CityJSON cityJSON)
void
marshalGenericCityObject(GenericCityObject src, GenericCityObjectType dest, CityJSON cityJSON)
void
marshalSemanticSurfaceAttributes(AbstractCityObject src, SemanticsType dest)
-
-
-
Constructor Detail
-
GenericsMarshaller
public GenericsMarshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalGenericCityObject
public void marshalGenericCityObject(GenericCityObject src, GenericCityObjectType dest, CityJSON cityJSON)
-
marshalGenericCityObject
public GenericCityObjectType marshalGenericCityObject(GenericCityObject src, CityJSON cityJSON)
-
marshalGenericAttributes
public void marshalGenericAttributes(AbstractCityObject src, Attributes dest)
-
marshalSemanticSurfaceAttributes
public void marshalSemanticSurfaceAttributes(AbstractCityObject src, SemanticsType dest)
-
-