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 |
unmarshalAbstractBuilding(AbstractBuildingType src,
AbstractBuilding dest,
CityJSON cityJSON) |
void |
unmarshalAbstractOpening(SemanticsType src,
AbstractOpening dest,
java.util.List<AbstractSurface> surfaces,
java.lang.Number lod) |
Building |
unmarshalBuilding(BuildingType src,
CityJSON cityJSON) |
void |
unmarshalBuildingInstallation(BuildingInstallationType src,
BuildingInstallation dest) |
BuildingInstallation |
unmarshalBuildingInstallation(BuildingInstallationType src,
CityJSON cityJSON) |
BuildingPart |
unmarshalBuildingPart(BuildingPartType 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) |