Class BuildingMarshaller
- java.lang.Object
-
- org.citygml4j.builder.cityjson.marshal.citygml.building.BuildingMarshaller
-
public class BuildingMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BuildingMarshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCityObjectType
marshal(ModelObject src, CityJSON cityJSON)
void
marshalAbstractBuilding(AbstractBuilding src, AbstractBuildingType dest, CityJSON cityJSON)
BuildingType
marshalBuilding(Building src, CityJSON cityJSON)
void
marshalBuilding(Building src, BuildingType dest, CityJSON cityJSON)
BuildingInstallationType
marshalBuildingInstallation(BuildingInstallation src, CityJSON cityJSON)
void
marshalBuildingInstallation(BuildingInstallation src, BuildingInstallationType dest, CityJSON cityJSON)
BuildingPartType
marshalBuildingPart(BuildingPart src, CityJSON cityJSON)
void
marshalBuildingPart(BuildingPart src, BuildingPartType dest, CityJSON cityJSON)
SemanticsType
marshalSemantics(AbstractCityObject cityObject)
-
-
-
Constructor Detail
-
BuildingMarshaller
public BuildingMarshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshal
public AbstractCityObjectType marshal(ModelObject src, CityJSON cityJSON)
-
marshalSemantics
public SemanticsType marshalSemantics(AbstractCityObject cityObject)
-
marshalAbstractBuilding
public void marshalAbstractBuilding(AbstractBuilding src, AbstractBuildingType dest, CityJSON cityJSON)
-
marshalBuilding
public void marshalBuilding(Building src, BuildingType dest, CityJSON cityJSON)
-
marshalBuilding
public BuildingType marshalBuilding(Building src, CityJSON cityJSON)
-
marshalBuildingPart
public void marshalBuildingPart(BuildingPart src, BuildingPartType dest, CityJSON cityJSON)
-
marshalBuildingPart
public BuildingPartType marshalBuildingPart(BuildingPart src, CityJSON cityJSON)
-
marshalBuildingInstallation
public void marshalBuildingInstallation(BuildingInstallation src, BuildingInstallationType dest, CityJSON cityJSON)
-
marshalBuildingInstallation
public BuildingInstallationType marshalBuildingInstallation(BuildingInstallation src, CityJSON cityJSON)
-
-