Class CoreUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.unmarshal.citygml.core.CoreUnmarshaller
-
public class CoreUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CoreUnmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AppearanceMember>
getGlobalAppearances()
boolean
hasGlobalAppearances()
void
setGeometryTemplatesInfo(GeometryTemplatesType geometryTemplates)
void
unmarshalAbstractCityObject(AbstractCityObjectType src, AbstractCityObject dest, CityJSON cityJSON)
Address
unmarshalAddress(AddressType src)
void
unmarshalAddress(AddressType src, Address dest)
AbstractGeometry
unmarshalAndTransformGeometryInstance(GeometryInstanceType src, AbstractCityObject parent)
void
unmarshalAsGlobalFeature(AbstractFeature feature)
CityModel
unmarshalCityModel(CityJSON src)
void
unmarshalCityModel(CityJSON src, CityModel dest)
ImplicitGeometry
unmarshalGeometryInstance(GeometryInstanceType src)
void
unmarshalGeometryInstance(GeometryInstanceType src, ImplicitGeometry dest)
-
-
-
Constructor Detail
-
CoreUnmarshaller
public CoreUnmarshaller(CityGMLUnmarshaller citygml)
-
-
Method Detail
-
setGeometryTemplatesInfo
public void setGeometryTemplatesInfo(GeometryTemplatesType geometryTemplates)
-
unmarshalAbstractCityObject
public void unmarshalAbstractCityObject(AbstractCityObjectType src, AbstractCityObject dest, CityJSON cityJSON)
-
unmarshalAsGlobalFeature
public void unmarshalAsGlobalFeature(AbstractFeature feature)
-
unmarshalGeometryInstance
public void unmarshalGeometryInstance(GeometryInstanceType src, ImplicitGeometry dest)
-
unmarshalGeometryInstance
public ImplicitGeometry unmarshalGeometryInstance(GeometryInstanceType src)
-
unmarshalAndTransformGeometryInstance
public AbstractGeometry unmarshalAndTransformGeometryInstance(GeometryInstanceType src, AbstractCityObject parent)
-
unmarshalAddress
public void unmarshalAddress(AddressType src, Address dest)
-
unmarshalAddress
public Address unmarshalAddress(AddressType src)
-
hasGlobalAppearances
public boolean hasGlobalAppearances()
-
getGlobalAppearances
public java.util.List<AppearanceMember> getGlobalAppearances()
-
-