All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AbstractCityObject |
unmarshal(AbstractCityObjectType src,
CityJSON cityJSON) |
void |
unmarshalAbstractBoundarySurface(SemanticsType src,
AbstractBoundarySurface dest,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
void |
unmarshalAbstractBridge(AbstractBridgeType src,
AbstractBridge dest,
CityJSON cityJSON) |
void |
unmarshalAbstractOpening(SemanticsType src,
AbstractOpening dest,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
Bridge |
unmarshalBridge(BridgeType src,
CityJSON cityJSON) |
void |
unmarshalBridgeConstructionElement(BridgeConstructionElementType src,
BridgeConstructionElement dest) |
BridgeConstructionElement |
unmarshalBridgeConstructionElement(BridgeConstructionElementType src,
CityJSON cityJSON) |
void |
unmarshalBridgeInstallation(BridgeInstallationType src,
BridgeInstallation dest) |
BridgeInstallation |
unmarshalBridgeInstallation(BridgeInstallationType src,
CityJSON cityJSON) |
BridgePart |
unmarshalBridgePart(BridgePartType src,
CityJSON cityJSON) |
ClosureSurface |
unmarshalClosureSurface(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
Door |
unmarshalDoor(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
GroundSurface |
unmarshalGroundSurface(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
OuterCeilingSurface |
unmarshalOuterCeilingSurface(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
OuterFloorSurface |
unmarshalOuterFloorSurface(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
RoofSurface |
unmarshalRoofSurface(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
void |
unmarshalSemantics(AbstractSemanticsObject src,
java.util.Map<java.lang.Integer,java.util.List<AbstractSurface>> surfaces,
java.lang.Number lod,
AbstractCityObject parent) |
WallSurface |
unmarshalWallSurface(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
Window |
unmarshalWindow(SemanticsType src,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |