public class GenericsUnmarshaller
extends java.lang.Object
Constructor and Description |
---|
GenericsUnmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
AbstractCityObject |
unmarshal(AbstractCityObjectType src,
CityJSON cityJSON) |
void |
unmarshalGenericAttributes(Attributes src,
AbstractCityObject dest) |
GenericCityObject |
unmarshalGenericCityObject(GenericCityObjectType src) |
void |
unmarshalGenericCityObject(GenericCityObjectType src,
GenericCityObject dest) |
void |
unmarshalSemanticsAttributes(java.util.Map<java.lang.String,java.lang.Object> src,
AbstractCityObject dest) |
public GenericsUnmarshaller(CityGMLUnmarshaller citygml)
public AbstractCityObject unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
public void unmarshalGenericCityObject(GenericCityObjectType src, GenericCityObject dest)
public GenericCityObject unmarshalGenericCityObject(GenericCityObjectType src)
public void unmarshalGenericAttributes(Attributes src, AbstractCityObject dest)
public void unmarshalSemanticsAttributes(java.util.Map<java.lang.String,java.lang.Object> src, AbstractCityObject dest)