public class BuildingMarshaller
extends java.lang.Object
Constructor and Description |
---|
BuildingMarshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractCityObjectType> |
marshal(ModelObject src) |
java.util.List<AbstractCityObjectType> |
marshalAbstractBuilding(AbstractBuilding src,
AbstractBuildingType dest) |
java.util.List<AbstractCityObjectType> |
marshalBuilding(Building src) |
java.util.List<AbstractCityObjectType> |
marshalBuildingInstallation(BuildingInstallation src) |
void |
marshalBuildingInstallation(BuildingInstallation src,
BuildingInstallationType dest) |
java.util.List<AbstractCityObjectType> |
marshalBuildingPart(BuildingPart src) |
SemanticsType |
marshalSemantics(AbstractCityObject cityObject) |
public BuildingMarshaller(CityGMLMarshaller citygml)
public java.util.List<AbstractCityObjectType> marshal(ModelObject src)
public SemanticsType marshalSemantics(AbstractCityObject cityObject)
public java.util.List<AbstractCityObjectType> marshalAbstractBuilding(AbstractBuilding src, AbstractBuildingType dest)
public java.util.List<AbstractCityObjectType> marshalBuilding(Building src)
public java.util.List<AbstractCityObjectType> marshalBuildingPart(BuildingPart src)
public void marshalBuildingInstallation(BuildingInstallation src, BuildingInstallationType dest)
public java.util.List<AbstractCityObjectType> marshalBuildingInstallation(BuildingInstallation src)