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