public class CoreUnmarshaller
extends java.lang.Object
Constructor and Description |
---|
CoreUnmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AppearanceMember> |
getGlobalAppearances() |
boolean |
hasGlobalAppearances() |
void |
setGeometryTemplatesInfo(GeometryTemplatesType geometryTemplates) |
void |
unmarshalAbstractCityObject(AbstractCityObjectType src,
AbstractCityObject dest) |
Address |
unmarshalAddress(AddressType src) |
void |
unmarshalAddress(AddressType src,
Address dest) |
AbstractGeometry |
unmarshalAndTransformGeometryInstance(GeometryInstanceType src,
AbstractCityObject parent) |
CityModel |
unmarshalCityModel(CityJSON src) |
void |
unmarshalCityModel(CityJSON src,
CityModel dest) |
ImplicitGeometry |
unmarshalGeometryInstance(GeometryInstanceType src) |
void |
unmarshalGeometryInstance(GeometryInstanceType src,
ImplicitGeometry dest) |
public CoreUnmarshaller(CityGMLUnmarshaller citygml)
public void setGeometryTemplatesInfo(GeometryTemplatesType geometryTemplates)
public void unmarshalAbstractCityObject(AbstractCityObjectType src, AbstractCityObject dest)
public void unmarshalGeometryInstance(GeometryInstanceType src, ImplicitGeometry dest)
public ImplicitGeometry unmarshalGeometryInstance(GeometryInstanceType src)
public AbstractGeometry unmarshalAndTransformGeometryInstance(GeometryInstanceType src, AbstractCityObject parent)
public void unmarshalAddress(AddressType src, Address dest)
public Address unmarshalAddress(AddressType src)
public boolean hasGlobalAppearances()
public java.util.List<AppearanceMember> getGlobalAppearances()