Class Building200Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.building.Building200Marshaller
-
public class Building200Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Building200Marshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
marshal(ModelObject src)
void
marshalAbstractBoundarySurface(AbstractBoundarySurface src, net.opengis.citygml.building._2.AbstractBoundarySurfaceType dest)
void
marshalAbstractBuilding(AbstractBuilding src, net.opengis.citygml.building._2.AbstractBuildingType dest)
void
marshalAbstractOpening(AbstractOpening src, net.opengis.citygml.building._2.AbstractOpeningType dest)
net.opengis.citygml.building._2.BoundarySurfacePropertyType
marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
net.opengis.citygml.building._2.BuildingType
marshalBuilding(Building src)
void
marshalBuilding(Building src, net.opengis.citygml.building._2.BuildingType dest)
net.opengis.citygml.building._2.BuildingFurnitureType
marshalBuildingFurniture(BuildingFurniture src)
void
marshalBuildingFurniture(BuildingFurniture src, net.opengis.citygml.building._2.BuildingFurnitureType dest)
net.opengis.citygml.building._2.BuildingInstallationType
marshalBuildingInstallation(BuildingInstallation src)
void
marshalBuildingInstallation(BuildingInstallation src, net.opengis.citygml.building._2.BuildingInstallationType dest)
net.opengis.citygml.building._2.BuildingInstallationPropertyType
marshalBuildingInstallationProperty(BuildingInstallationProperty src)
net.opengis.citygml.building._2.BuildingPartType
marshalBuildingPart(BuildingPart src)
void
marshalBuildingPart(BuildingPart src, net.opengis.citygml.building._2.BuildingPartType dest)
net.opengis.citygml.building._2.BuildingPartPropertyType
marshalBuildingPartProperty(BuildingPartProperty src)
net.opengis.citygml.building._2.CeilingSurfaceType
marshalCeilingSurface(CeilingSurface src)
void
marshalCeilingSurface(CeilingSurface src, net.opengis.citygml.building._2.CeilingSurfaceType dest)
net.opengis.citygml.building._2.ClosureSurfaceType
marshalClosureSurface(ClosureSurface src)
void
marshalClosureSurface(ClosureSurface src, net.opengis.citygml.building._2.ClosureSurfaceType dest)
net.opengis.citygml.building._2.DoorType
marshalDoor(Door src)
void
marshalDoor(Door src, net.opengis.citygml.building._2.DoorType dest)
net.opengis.citygml.building._2.FloorSurfaceType
marshalFloorSurface(FloorSurface src)
void
marshalFloorSurface(FloorSurface src, net.opengis.citygml.building._2.FloorSurfaceType dest)
net.opengis.citygml.building._2.GroundSurfaceType
marshalGroundSurface(GroundSurface src)
void
marshalGroundSurface(GroundSurface src, net.opengis.citygml.building._2.GroundSurfaceType dest)
net.opengis.citygml.building._2.IntBuildingInstallationType
marshalIntBuildingInstallation(IntBuildingInstallation src)
void
marshalIntBuildingInstallation(IntBuildingInstallation src, net.opengis.citygml.building._2.IntBuildingInstallationType dest)
net.opengis.citygml.building._2.IntBuildingInstallationPropertyType
marshalIntBuildingInstallationProperty(IntBuildingInstallationProperty src)
net.opengis.citygml.building._2.InteriorFurniturePropertyType
marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
net.opengis.citygml.building._2.InteriorRoomPropertyType
marshalInteriorRoomProperty(InteriorRoomProperty src)
net.opengis.citygml.building._2.InteriorWallSurfaceType
marshalInteriorWallSurface(InteriorWallSurface src)
void
marshalInteriorWallSurface(InteriorWallSurface src, net.opengis.citygml.building._2.InteriorWallSurfaceType dest)
javax.xml.bind.JAXBElement<?>
marshalJAXBElement(ModelObject src)
net.opengis.citygml.building._2.OpeningPropertyType
marshalOpeningProperty(OpeningProperty src)
net.opengis.citygml.building._2.OuterCeilingSurfaceType
marshalOuterCeilingSurface(OuterCeilingSurface src)
void
marshalOuterCeilingSurface(OuterCeilingSurface src, net.opengis.citygml.building._2.OuterCeilingSurfaceType dest)
net.opengis.citygml.building._2.OuterFloorSurfaceType
marshalOuterFloorSurface(OuterFloorSurface src)
void
marshalOuterFloorSurface(OuterFloorSurface src, net.opengis.citygml.building._2.OuterFloorSurfaceType dest)
net.opengis.citygml.building._2.RoofSurfaceType
marshalRoofSurface(RoofSurface src)
void
marshalRoofSurface(RoofSurface src, net.opengis.citygml.building._2.RoofSurfaceType dest)
net.opengis.citygml.building._2.RoomType
marshalRoom(Room src)
void
marshalRoom(Room src, net.opengis.citygml.building._2.RoomType dest)
net.opengis.citygml.building._2.WallSurfaceType
marshalWallSurface(WallSurface src)
void
marshalWallSurface(WallSurface src, net.opengis.citygml.building._2.WallSurfaceType dest)
net.opengis.citygml.building._2.WindowType
marshalWindow(Window src)
void
marshalWindow(Window src, net.opengis.citygml.building._2.WindowType dest)
-
-
-
Constructor Detail
-
Building200Marshaller
public Building200Marshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
-
marshal
public java.lang.Object marshal(ModelObject src)
-
marshalAbstractBuilding
public void marshalAbstractBuilding(AbstractBuilding src, net.opengis.citygml.building._2.AbstractBuildingType dest)
-
marshalAbstractBoundarySurface
public void marshalAbstractBoundarySurface(AbstractBoundarySurface src, net.opengis.citygml.building._2.AbstractBoundarySurfaceType dest)
-
marshalAbstractOpening
public void marshalAbstractOpening(AbstractOpening src, net.opengis.citygml.building._2.AbstractOpeningType dest)
-
marshalBoundarySurfaceProperty
public net.opengis.citygml.building._2.BoundarySurfacePropertyType marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
-
marshalBuilding
public void marshalBuilding(Building src, net.opengis.citygml.building._2.BuildingType dest)
-
marshalBuilding
public net.opengis.citygml.building._2.BuildingType marshalBuilding(Building src)
-
marshalBuildingFurniture
public void marshalBuildingFurniture(BuildingFurniture src, net.opengis.citygml.building._2.BuildingFurnitureType dest)
-
marshalBuildingFurniture
public net.opengis.citygml.building._2.BuildingFurnitureType marshalBuildingFurniture(BuildingFurniture src)
-
marshalBuildingInstallation
public void marshalBuildingInstallation(BuildingInstallation src, net.opengis.citygml.building._2.BuildingInstallationType dest)
-
marshalBuildingInstallation
public net.opengis.citygml.building._2.BuildingInstallationType marshalBuildingInstallation(BuildingInstallation src)
-
marshalBuildingInstallationProperty
public net.opengis.citygml.building._2.BuildingInstallationPropertyType marshalBuildingInstallationProperty(BuildingInstallationProperty src)
-
marshalBuildingPart
public void marshalBuildingPart(BuildingPart src, net.opengis.citygml.building._2.BuildingPartType dest)
-
marshalBuildingPart
public net.opengis.citygml.building._2.BuildingPartType marshalBuildingPart(BuildingPart src)
-
marshalBuildingPartProperty
public net.opengis.citygml.building._2.BuildingPartPropertyType marshalBuildingPartProperty(BuildingPartProperty src)
-
marshalCeilingSurface
public void marshalCeilingSurface(CeilingSurface src, net.opengis.citygml.building._2.CeilingSurfaceType dest)
-
marshalCeilingSurface
public net.opengis.citygml.building._2.CeilingSurfaceType marshalCeilingSurface(CeilingSurface src)
-
marshalClosureSurface
public void marshalClosureSurface(ClosureSurface src, net.opengis.citygml.building._2.ClosureSurfaceType dest)
-
marshalClosureSurface
public net.opengis.citygml.building._2.ClosureSurfaceType marshalClosureSurface(ClosureSurface src)
-
marshalDoor
public void marshalDoor(Door src, net.opengis.citygml.building._2.DoorType dest)
-
marshalDoor
public net.opengis.citygml.building._2.DoorType marshalDoor(Door src)
-
marshalFloorSurface
public void marshalFloorSurface(FloorSurface src, net.opengis.citygml.building._2.FloorSurfaceType dest)
-
marshalFloorSurface
public net.opengis.citygml.building._2.FloorSurfaceType marshalFloorSurface(FloorSurface src)
-
marshalGroundSurface
public void marshalGroundSurface(GroundSurface src, net.opengis.citygml.building._2.GroundSurfaceType dest)
-
marshalGroundSurface
public net.opengis.citygml.building._2.GroundSurfaceType marshalGroundSurface(GroundSurface src)
-
marshalIntBuildingInstallation
public void marshalIntBuildingInstallation(IntBuildingInstallation src, net.opengis.citygml.building._2.IntBuildingInstallationType dest)
-
marshalIntBuildingInstallation
public net.opengis.citygml.building._2.IntBuildingInstallationType marshalIntBuildingInstallation(IntBuildingInstallation src)
-
marshalIntBuildingInstallationProperty
public net.opengis.citygml.building._2.IntBuildingInstallationPropertyType marshalIntBuildingInstallationProperty(IntBuildingInstallationProperty src)
-
marshalInteriorFurnitureProperty
public net.opengis.citygml.building._2.InteriorFurniturePropertyType marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
-
marshalInteriorRoomProperty
public net.opengis.citygml.building._2.InteriorRoomPropertyType marshalInteriorRoomProperty(InteriorRoomProperty src)
-
marshalInteriorWallSurface
public void marshalInteriorWallSurface(InteriorWallSurface src, net.opengis.citygml.building._2.InteriorWallSurfaceType dest)
-
marshalInteriorWallSurface
public net.opengis.citygml.building._2.InteriorWallSurfaceType marshalInteriorWallSurface(InteriorWallSurface src)
-
marshalOpeningProperty
public net.opengis.citygml.building._2.OpeningPropertyType marshalOpeningProperty(OpeningProperty src)
-
marshalOuterCeilingSurface
public void marshalOuterCeilingSurface(OuterCeilingSurface src, net.opengis.citygml.building._2.OuterCeilingSurfaceType dest)
-
marshalOuterCeilingSurface
public net.opengis.citygml.building._2.OuterCeilingSurfaceType marshalOuterCeilingSurface(OuterCeilingSurface src)
-
marshalOuterFloorSurface
public void marshalOuterFloorSurface(OuterFloorSurface src, net.opengis.citygml.building._2.OuterFloorSurfaceType dest)
-
marshalOuterFloorSurface
public net.opengis.citygml.building._2.OuterFloorSurfaceType marshalOuterFloorSurface(OuterFloorSurface src)
-
marshalRoofSurface
public void marshalRoofSurface(RoofSurface src, net.opengis.citygml.building._2.RoofSurfaceType dest)
-
marshalRoofSurface
public net.opengis.citygml.building._2.RoofSurfaceType marshalRoofSurface(RoofSurface src)
-
marshalRoom
public void marshalRoom(Room src, net.opengis.citygml.building._2.RoomType dest)
-
marshalRoom
public net.opengis.citygml.building._2.RoomType marshalRoom(Room src)
-
marshalWallSurface
public void marshalWallSurface(WallSurface src, net.opengis.citygml.building._2.WallSurfaceType dest)
-
marshalWallSurface
public net.opengis.citygml.building._2.WallSurfaceType marshalWallSurface(WallSurface src)
-
marshalWindow
public void marshalWindow(Window src, net.opengis.citygml.building._2.WindowType dest)
-
marshalWindow
public net.opengis.citygml.building._2.WindowType marshalWindow(Window src)
-
-