Class BridgeUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.unmarshal.citygml.bridge.BridgeUnmarshaller
-
public class BridgeUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BridgeUnmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
-
-
-
Constructor Detail
-
BridgeUnmarshaller
public BridgeUnmarshaller(CityGMLUnmarshaller citygml)
-
-
Method Detail
-
unmarshal
public AbstractCityObject unmarshal(AbstractCityObjectType src, CityJSON cityJSON)
-
unmarshalSemantics
public AbstractCityObject unmarshalSemantics(SemanticsType semanticsType, java.util.List<AbstractSurface> surfaces, java.lang.Number lod, AbstractCityObject parent)
-
unmarshalAbstractBridge
public void unmarshalAbstractBridge(AbstractBridgeType src, AbstractBridge dest, CityJSON cityJSON)
-
unmarshalBridge
public void unmarshalBridge(BridgeType src, Bridge dest, CityJSON cityJSON)
-
unmarshalBridge
public Bridge unmarshalBridge(BridgeType src, CityJSON cityJSON)
-
unmarshalBridgePart
public void unmarshalBridgePart(BridgePartType src, BridgePart dest, CityJSON cityJSON)
-
unmarshalBridgePart
public BridgePart unmarshalBridgePart(BridgePartType src, CityJSON cityJSON)
-
unmarshalBridgeConstructionElement
public void unmarshalBridgeConstructionElement(BridgeConstructionElementType src, BridgeConstructionElement dest, CityJSON cityJSON)
-
unmarshalBridgeConstructionElement
public BridgeConstructionElement unmarshalBridgeConstructionElement(BridgeConstructionElementType src, CityJSON cityJSON)
-
unmarshalBridgeInstallation
public void unmarshalBridgeInstallation(BridgeInstallationType src, BridgeInstallation dest, CityJSON cityJSON)
-
unmarshalBridgeInstallation
public BridgeInstallation unmarshalBridgeInstallation(BridgeInstallationType src, CityJSON cityJSON)
-
unmarshalAbstractBoundarySurface
public void unmarshalAbstractBoundarySurface(SemanticsType src, AbstractBoundarySurface dest, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalRoofSurface
public RoofSurface unmarshalRoofSurface(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalGroundSurface
public GroundSurface unmarshalGroundSurface(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalWallSurface
public WallSurface unmarshalWallSurface(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalClosureSurface
public ClosureSurface unmarshalClosureSurface(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalOuterCeilingSurface
public OuterCeilingSurface unmarshalOuterCeilingSurface(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalOuterFloorSurface
public OuterFloorSurface unmarshalOuterFloorSurface(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalAbstractOpening
public void unmarshalAbstractOpening(SemanticsType src, AbstractOpening dest, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalDoor
public Door unmarshalDoor(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
unmarshalWindow
public Window unmarshalWindow(SemanticsType src, java.util.List<AbstractSurface> surfaces, java.lang.Number lod)
-
-