Class GenericsUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.unmarshal.citygml.generics.GenericsUnmarshaller
-
public class GenericsUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericsUnmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObject
unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
void
unmarshalGenericAttribute(java.lang.String name, java.lang.Object value, AbstractCityObject dest)
GenericCityObject
unmarshalGenericCityObject(GenericCityObjectType src, CityJSON cityJSON)
void
unmarshalGenericCityObject(GenericCityObjectType src, GenericCityObject dest, CityJSON cityJSON)
void
unmarshalSemanticsAttributes(java.util.Map<java.lang.String,java.lang.Object> src, AbstractCityObject dest)
-
-
-
Constructor Detail
-
GenericsUnmarshaller
public GenericsUnmarshaller(CityGMLUnmarshaller citygml)
-
-
Method Detail
-
unmarshal
public AbstractCityObject unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
-
unmarshalGenericCityObject
public void unmarshalGenericCityObject(GenericCityObjectType src, GenericCityObject dest, CityJSON cityJSON)
-
unmarshalGenericCityObject
public GenericCityObject unmarshalGenericCityObject(GenericCityObjectType src, CityJSON cityJSON)
-
unmarshalGenericAttribute
public void unmarshalGenericAttribute(java.lang.String name, java.lang.Object value, AbstractCityObject dest)
-
unmarshalSemanticsAttributes
public void unmarshalSemanticsAttributes(java.util.Map<java.lang.String,java.lang.Object> src, AbstractCityObject dest)
-
-