Class Bridge200Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.bridge.Bridge200Marshaller
-
public class Bridge200Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Bridge200Marshaller(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.bridge._2.AbstractBoundarySurfaceType dest)
void
marshalAbstractBridge(AbstractBridge src, net.opengis.citygml.bridge._2.AbstractBridgeType dest)
void
marshalAbstractOpening(AbstractOpening src, net.opengis.citygml.bridge._2.AbstractOpeningType dest)
net.opengis.citygml.bridge._2.BoundarySurfacePropertyType
marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
net.opengis.citygml.bridge._2.BridgeType
marshalBridge(Bridge src)
void
marshalBridge(Bridge src, net.opengis.citygml.bridge._2.BridgeType dest)
net.opengis.citygml.bridge._2.BridgeConstructionElementType
marshalBridgeConstructionElement(BridgeConstructionElement src)
void
marshalBridgeConstructionElement(BridgeConstructionElement src, net.opengis.citygml.bridge._2.BridgeConstructionElementType dest)
net.opengis.citygml.bridge._2.BridgeConstructionElementPropertyType
marshalBridgeConstructionElementProperty(BridgeConstructionElementProperty src)
net.opengis.citygml.bridge._2.BridgeFurnitureType
marshalBridgeFurniture(BridgeFurniture src)
void
marshalBridgeFurniture(BridgeFurniture src, net.opengis.citygml.bridge._2.BridgeFurnitureType dest)
net.opengis.citygml.bridge._2.BridgeInstallationType
marshalBridgeInstallation(BridgeInstallation src)
void
marshalBridgeInstallation(BridgeInstallation src, net.opengis.citygml.bridge._2.BridgeInstallationType dest)
net.opengis.citygml.bridge._2.BridgeInstallationPropertyType
marshalBridgeInstallationProperty(BridgeInstallationProperty src)
net.opengis.citygml.bridge._2.BridgePartType
marshalBridgePart(BridgePart src)
void
marshalBridgePart(BridgePart src, net.opengis.citygml.bridge._2.BridgePartType dest)
net.opengis.citygml.bridge._2.BridgePartPropertyType
marshalBridgePartProperty(BridgePartProperty src)
net.opengis.citygml.bridge._2.BridgeRoomType
marshalBridgeRoom(BridgeRoom src)
void
marshalBridgeRoom(BridgeRoom src, net.opengis.citygml.bridge._2.BridgeRoomType dest)
net.opengis.citygml.bridge._2.CeilingSurfaceType
marshalCeilingSurface(CeilingSurface src)
void
marshalCeilingSurface(CeilingSurface src, net.opengis.citygml.bridge._2.CeilingSurfaceType dest)
net.opengis.citygml.bridge._2.ClosureSurfaceType
marshalClosureSurface(ClosureSurface src)
void
marshalClosureSurface(ClosureSurface src, net.opengis.citygml.bridge._2.ClosureSurfaceType dest)
net.opengis.citygml.bridge._2.DoorType
marshalDoor(Door src)
void
marshalDoor(Door src, net.opengis.citygml.bridge._2.DoorType dest)
net.opengis.citygml.bridge._2.FloorSurfaceType
marshalFloorSurface(FloorSurface src)
void
marshalFloorSurface(FloorSurface src, net.opengis.citygml.bridge._2.FloorSurfaceType dest)
net.opengis.citygml.bridge._2.GroundSurfaceType
marshalGroundSurface(GroundSurface src)
void
marshalGroundSurface(GroundSurface src, net.opengis.citygml.bridge._2.GroundSurfaceType dest)
net.opengis.citygml.bridge._2.IntBridgeInstallationType
marshalIntBridgeInstallation(IntBridgeInstallation src)
void
marshalIntBridgeInstallation(IntBridgeInstallation src, net.opengis.citygml.bridge._2.IntBridgeInstallationType dest)
net.opengis.citygml.bridge._2.IntBridgeInstallationPropertyType
marshalIntBridgeInstallationProperty(IntBridgeInstallationProperty src)
net.opengis.citygml.bridge._2.InteriorBridgeRoomPropertyType
marshalInteriorBridgeRoomProperty(InteriorBridgeRoomProperty src)
net.opengis.citygml.bridge._2.InteriorFurniturePropertyType
marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
net.opengis.citygml.bridge._2.InteriorWallSurfaceType
marshalInteriorWallSurface(InteriorWallSurface src)
void
marshalInteriorWallSurface(InteriorWallSurface src, net.opengis.citygml.bridge._2.InteriorWallSurfaceType dest)
javax.xml.bind.JAXBElement<?>
marshalJAXBElement(ModelObject src)
net.opengis.citygml.bridge._2.OpeningPropertyType
marshalOpeningProperty(OpeningProperty src)
net.opengis.citygml.bridge._2.OuterCeilingSurfaceType
marshalOuterCeilingSurface(OuterCeilingSurface src)
void
marshalOuterCeilingSurface(OuterCeilingSurface src, net.opengis.citygml.bridge._2.OuterCeilingSurfaceType dest)
net.opengis.citygml.bridge._2.OuterFloorSurfaceType
marshalOuterFloorSurface(OuterFloorSurface src)
void
marshalOuterFloorSurface(OuterFloorSurface src, net.opengis.citygml.bridge._2.OuterFloorSurfaceType dest)
net.opengis.citygml.bridge._2.RoofSurfaceType
marshalRoofSurface(RoofSurface src)
void
marshalRoofSurface(RoofSurface src, net.opengis.citygml.bridge._2.RoofSurfaceType dest)
net.opengis.citygml.bridge._2.WallSurfaceType
marshalWallSurface(WallSurface src)
void
marshalWallSurface(WallSurface src, net.opengis.citygml.bridge._2.WallSurfaceType dest)
net.opengis.citygml.bridge._2.WindowType
marshalWindow(Window src)
void
marshalWindow(Window src, net.opengis.citygml.bridge._2.WindowType dest)
-
-
-
Constructor Detail
-
Bridge200Marshaller
public Bridge200Marshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
-
marshal
public java.lang.Object marshal(ModelObject src)
-
marshalAbstractBridge
public void marshalAbstractBridge(AbstractBridge src, net.opengis.citygml.bridge._2.AbstractBridgeType dest)
-
marshalAbstractBoundarySurface
public void marshalAbstractBoundarySurface(AbstractBoundarySurface src, net.opengis.citygml.bridge._2.AbstractBoundarySurfaceType dest)
-
marshalAbstractOpening
public void marshalAbstractOpening(AbstractOpening src, net.opengis.citygml.bridge._2.AbstractOpeningType dest)
-
marshalBoundarySurfaceProperty
public net.opengis.citygml.bridge._2.BoundarySurfacePropertyType marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
-
marshalBridge
public void marshalBridge(Bridge src, net.opengis.citygml.bridge._2.BridgeType dest)
-
marshalBridge
public net.opengis.citygml.bridge._2.BridgeType marshalBridge(Bridge src)
-
marshalBridgeConstructionElement
public void marshalBridgeConstructionElement(BridgeConstructionElement src, net.opengis.citygml.bridge._2.BridgeConstructionElementType dest)
-
marshalBridgeConstructionElement
public net.opengis.citygml.bridge._2.BridgeConstructionElementType marshalBridgeConstructionElement(BridgeConstructionElement src)
-
marshalBridgeConstructionElementProperty
public net.opengis.citygml.bridge._2.BridgeConstructionElementPropertyType marshalBridgeConstructionElementProperty(BridgeConstructionElementProperty src)
-
marshalBridgeFurniture
public void marshalBridgeFurniture(BridgeFurniture src, net.opengis.citygml.bridge._2.BridgeFurnitureType dest)
-
marshalBridgeFurniture
public net.opengis.citygml.bridge._2.BridgeFurnitureType marshalBridgeFurniture(BridgeFurniture src)
-
marshalBridgeInstallation
public void marshalBridgeInstallation(BridgeInstallation src, net.opengis.citygml.bridge._2.BridgeInstallationType dest)
-
marshalBridgeInstallation
public net.opengis.citygml.bridge._2.BridgeInstallationType marshalBridgeInstallation(BridgeInstallation src)
-
marshalBridgeInstallationProperty
public net.opengis.citygml.bridge._2.BridgeInstallationPropertyType marshalBridgeInstallationProperty(BridgeInstallationProperty src)
-
marshalBridgePart
public void marshalBridgePart(BridgePart src, net.opengis.citygml.bridge._2.BridgePartType dest)
-
marshalBridgePart
public net.opengis.citygml.bridge._2.BridgePartType marshalBridgePart(BridgePart src)
-
marshalBridgeRoom
public void marshalBridgeRoom(BridgeRoom src, net.opengis.citygml.bridge._2.BridgeRoomType dest)
-
marshalBridgeRoom
public net.opengis.citygml.bridge._2.BridgeRoomType marshalBridgeRoom(BridgeRoom src)
-
marshalBridgePartProperty
public net.opengis.citygml.bridge._2.BridgePartPropertyType marshalBridgePartProperty(BridgePartProperty src)
-
marshalCeilingSurface
public void marshalCeilingSurface(CeilingSurface src, net.opengis.citygml.bridge._2.CeilingSurfaceType dest)
-
marshalCeilingSurface
public net.opengis.citygml.bridge._2.CeilingSurfaceType marshalCeilingSurface(CeilingSurface src)
-
marshalClosureSurface
public void marshalClosureSurface(ClosureSurface src, net.opengis.citygml.bridge._2.ClosureSurfaceType dest)
-
marshalClosureSurface
public net.opengis.citygml.bridge._2.ClosureSurfaceType marshalClosureSurface(ClosureSurface src)
-
marshalDoor
public void marshalDoor(Door src, net.opengis.citygml.bridge._2.DoorType dest)
-
marshalDoor
public net.opengis.citygml.bridge._2.DoorType marshalDoor(Door src)
-
marshalFloorSurface
public void marshalFloorSurface(FloorSurface src, net.opengis.citygml.bridge._2.FloorSurfaceType dest)
-
marshalFloorSurface
public net.opengis.citygml.bridge._2.FloorSurfaceType marshalFloorSurface(FloorSurface src)
-
marshalGroundSurface
public void marshalGroundSurface(GroundSurface src, net.opengis.citygml.bridge._2.GroundSurfaceType dest)
-
marshalGroundSurface
public net.opengis.citygml.bridge._2.GroundSurfaceType marshalGroundSurface(GroundSurface src)
-
marshalIntBridgeInstallation
public void marshalIntBridgeInstallation(IntBridgeInstallation src, net.opengis.citygml.bridge._2.IntBridgeInstallationType dest)
-
marshalIntBridgeInstallation
public net.opengis.citygml.bridge._2.IntBridgeInstallationType marshalIntBridgeInstallation(IntBridgeInstallation src)
-
marshalIntBridgeInstallationProperty
public net.opengis.citygml.bridge._2.IntBridgeInstallationPropertyType marshalIntBridgeInstallationProperty(IntBridgeInstallationProperty src)
-
marshalInteriorBridgeRoomProperty
public net.opengis.citygml.bridge._2.InteriorBridgeRoomPropertyType marshalInteriorBridgeRoomProperty(InteriorBridgeRoomProperty src)
-
marshalInteriorFurnitureProperty
public net.opengis.citygml.bridge._2.InteriorFurniturePropertyType marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
-
marshalInteriorWallSurface
public void marshalInteriorWallSurface(InteriorWallSurface src, net.opengis.citygml.bridge._2.InteriorWallSurfaceType dest)
-
marshalInteriorWallSurface
public net.opengis.citygml.bridge._2.InteriorWallSurfaceType marshalInteriorWallSurface(InteriorWallSurface src)
-
marshalOpeningProperty
public net.opengis.citygml.bridge._2.OpeningPropertyType marshalOpeningProperty(OpeningProperty src)
-
marshalOuterCeilingSurface
public void marshalOuterCeilingSurface(OuterCeilingSurface src, net.opengis.citygml.bridge._2.OuterCeilingSurfaceType dest)
-
marshalOuterCeilingSurface
public net.opengis.citygml.bridge._2.OuterCeilingSurfaceType marshalOuterCeilingSurface(OuterCeilingSurface src)
-
marshalOuterFloorSurface
public void marshalOuterFloorSurface(OuterFloorSurface src, net.opengis.citygml.bridge._2.OuterFloorSurfaceType dest)
-
marshalOuterFloorSurface
public net.opengis.citygml.bridge._2.OuterFloorSurfaceType marshalOuterFloorSurface(OuterFloorSurface src)
-
marshalRoofSurface
public void marshalRoofSurface(RoofSurface src, net.opengis.citygml.bridge._2.RoofSurfaceType dest)
-
marshalRoofSurface
public net.opengis.citygml.bridge._2.RoofSurfaceType marshalRoofSurface(RoofSurface src)
-
marshalWallSurface
public void marshalWallSurface(WallSurface src, net.opengis.citygml.bridge._2.WallSurfaceType dest)
-
marshalWallSurface
public net.opengis.citygml.bridge._2.WallSurfaceType marshalWallSurface(WallSurface src)
-
marshalWindow
public void marshalWindow(Window src, net.opengis.citygml.bridge._2.WindowType dest)
-
marshalWindow
public net.opengis.citygml.bridge._2.WindowType marshalWindow(Window src)
-
-