Class CityGMLUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.unmarshal.citygml.CityGMLUnmarshaller
-
public class CityGMLUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CityGMLUnmarshaller(CityJSONUnmarshaller json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppearanceUnmarshaller
getAppearanceUnmarshaller()
BridgeUnmarshaller
getBridgeUnmarshaller()
BuildingUnmarshaller
getBuildingUnmarshaller()
CityFurnitureUnmarshaller
getCityFurnitureUnmarshaller()
CityJSONUnmarshaller
getCityJSONUnmarshaller()
CityObjectGroupUnmarshaller
getCiyCityObjectGroupUnmarshaller()
CoreUnmarshaller
getCoreUnmarshaller()
GenericsUnmarshaller
getGenericsUnmarshaller()
LandUseUnmarshaller
getLandUseUnmarshaller()
ReliefUnmarshaller
getReliefUnmarshaller()
TransportationUnmarshaller
getTransportationUnmarshaller()
VegetationUnmarshaller
getVegetationUnmarshaller()
WaterBodyUnmarshaller
getWaterBodyUnmarshaller()
AbstractCityObject
unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
void
unmarshalSemantics(AbstractSemanticsObject src, java.util.Map<java.lang.Integer,java.util.List<AbstractSurface>> surfaces, java.lang.Number lod, AbstractCityObject root)
-
-
-
Constructor Detail
-
CityGMLUnmarshaller
public CityGMLUnmarshaller(CityJSONUnmarshaller json)
-
-
Method Detail
-
unmarshal
public AbstractCityObject unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
-
unmarshalSemantics
public void unmarshalSemantics(AbstractSemanticsObject src, java.util.Map<java.lang.Integer,java.util.List<AbstractSurface>> surfaces, java.lang.Number lod, AbstractCityObject root)
-
getAppearanceUnmarshaller
public AppearanceUnmarshaller getAppearanceUnmarshaller()
-
getBridgeUnmarshaller
public BridgeUnmarshaller getBridgeUnmarshaller()
-
getBuildingUnmarshaller
public BuildingUnmarshaller getBuildingUnmarshaller()
-
getCityFurnitureUnmarshaller
public CityFurnitureUnmarshaller getCityFurnitureUnmarshaller()
-
getCiyCityObjectGroupUnmarshaller
public CityObjectGroupUnmarshaller getCiyCityObjectGroupUnmarshaller()
-
getCoreUnmarshaller
public CoreUnmarshaller getCoreUnmarshaller()
-
getGenericsUnmarshaller
public GenericsUnmarshaller getGenericsUnmarshaller()
-
getLandUseUnmarshaller
public LandUseUnmarshaller getLandUseUnmarshaller()
-
getReliefUnmarshaller
public ReliefUnmarshaller getReliefUnmarshaller()
-
getTransportationUnmarshaller
public TransportationUnmarshaller getTransportationUnmarshaller()
-
getVegetationUnmarshaller
public VegetationUnmarshaller getVegetationUnmarshaller()
-
getWaterBodyUnmarshaller
public WaterBodyUnmarshaller getWaterBodyUnmarshaller()
-
getCityJSONUnmarshaller
public CityJSONUnmarshaller getCityJSONUnmarshaller()
-
-