Class Tunnel200Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.tunnel.Tunnel200Marshaller
-
public class Tunnel200Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Tunnel200Marshaller(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.tunnel._2.AbstractBoundarySurfaceType dest)
void
marshalAbstractOpening(AbstractOpening src, net.opengis.citygml.tunnel._2.AbstractOpeningType dest)
void
marshalAbstractTunnel(AbstractTunnel src, net.opengis.citygml.tunnel._2.AbstractTunnelType dest)
net.opengis.citygml.tunnel._2.BoundarySurfacePropertyType
marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
net.opengis.citygml.tunnel._2.CeilingSurfaceType
marshalCeilingSurface(CeilingSurface src)
void
marshalCeilingSurface(CeilingSurface src, net.opengis.citygml.tunnel._2.CeilingSurfaceType dest)
net.opengis.citygml.tunnel._2.ClosureSurfaceType
marshalClosureSurface(ClosureSurface src)
void
marshalClosureSurface(ClosureSurface src, net.opengis.citygml.tunnel._2.ClosureSurfaceType dest)
net.opengis.citygml.tunnel._2.DoorType
marshalDoor(Door src)
void
marshalDoor(Door src, net.opengis.citygml.tunnel._2.DoorType dest)
net.opengis.citygml.tunnel._2.FloorSurfaceType
marshalFloorSurface(FloorSurface src)
void
marshalFloorSurface(FloorSurface src, net.opengis.citygml.tunnel._2.FloorSurfaceType dest)
net.opengis.citygml.tunnel._2.GroundSurfaceType
marshalGroundSurface(GroundSurface src)
void
marshalGroundSurface(GroundSurface src, net.opengis.citygml.tunnel._2.GroundSurfaceType dest)
net.opengis.citygml.tunnel._2.HollowSpaceType
marshalHollowSpace(HollowSpace src)
void
marshalHollowSpace(HollowSpace src, net.opengis.citygml.tunnel._2.HollowSpaceType dest)
net.opengis.citygml.tunnel._2.InteriorFurniturePropertyType
marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
net.opengis.citygml.tunnel._2.InteriorHollowSpacePropertyType
marshalInteriorHollowSpaceProperty(InteriorHollowSpaceProperty src)
net.opengis.citygml.tunnel._2.InteriorWallSurfaceType
marshalInteriorWallSurface(InteriorWallSurface src)
void
marshalInteriorWallSurface(InteriorWallSurface src, net.opengis.citygml.tunnel._2.InteriorWallSurfaceType dest)
net.opengis.citygml.tunnel._2.IntTunnelInstallationType
marshalIntTunnelInstallation(IntTunnelInstallation src)
void
marshalIntTunnelInstallation(IntTunnelInstallation src, net.opengis.citygml.tunnel._2.IntTunnelInstallationType dest)
net.opengis.citygml.tunnel._2.IntTunnelInstallationPropertyType
marshalIntTunnelInstallationProperty(IntTunnelInstallationProperty src)
javax.xml.bind.JAXBElement<?>
marshalJAXBElement(ModelObject src)
net.opengis.citygml.tunnel._2.OpeningPropertyType
marshalOpeningProperty(OpeningProperty src)
net.opengis.citygml.tunnel._2.OuterCeilingSurfaceType
marshalOuterCeilingSurface(OuterCeilingSurface src)
void
marshalOuterCeilingSurface(OuterCeilingSurface src, net.opengis.citygml.tunnel._2.OuterCeilingSurfaceType dest)
net.opengis.citygml.tunnel._2.OuterFloorSurfaceType
marshalOuterFloorSurface(OuterFloorSurface src)
void
marshalOuterFloorSurface(OuterFloorSurface src, net.opengis.citygml.tunnel._2.OuterFloorSurfaceType dest)
net.opengis.citygml.tunnel._2.RoofSurfaceType
marshalRoofSurface(RoofSurface src)
void
marshalRoofSurface(RoofSurface src, net.opengis.citygml.tunnel._2.RoofSurfaceType dest)
net.opengis.citygml.tunnel._2.TunnelType
marshalTunnel(Tunnel src)
void
marshalTunnel(Tunnel src, net.opengis.citygml.tunnel._2.TunnelType dest)
net.opengis.citygml.tunnel._2.TunnelFurnitureType
marshalTunnelFurniture(TunnelFurniture src)
void
marshalTunnelFurniture(TunnelFurniture src, net.opengis.citygml.tunnel._2.TunnelFurnitureType dest)
net.opengis.citygml.tunnel._2.TunnelInstallationType
marshalTunnelInstallation(TunnelInstallation src)
void
marshalTunnelInstallation(TunnelInstallation src, net.opengis.citygml.tunnel._2.TunnelInstallationType dest)
net.opengis.citygml.tunnel._2.TunnelInstallationPropertyType
marshalTunnelInstallationProperty(TunnelInstallationProperty src)
net.opengis.citygml.tunnel._2.TunnelPartType
marshalTunnelPart(TunnelPart src)
void
marshalTunnelPart(TunnelPart src, net.opengis.citygml.tunnel._2.TunnelPartType dest)
net.opengis.citygml.tunnel._2.TunnelPartPropertyType
marshalTunnelPartProperty(TunnelPartProperty src)
net.opengis.citygml.tunnel._2.WallSurfaceType
marshalWallSurface(WallSurface src)
void
marshalWallSurface(WallSurface src, net.opengis.citygml.tunnel._2.WallSurfaceType dest)
net.opengis.citygml.tunnel._2.WindowType
marshalWindow(Window src)
void
marshalWindow(Window src, net.opengis.citygml.tunnel._2.WindowType dest)
-
-
-
Constructor Detail
-
Tunnel200Marshaller
public Tunnel200Marshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
-
marshal
public java.lang.Object marshal(ModelObject src)
-
marshalAbstractTunnel
public void marshalAbstractTunnel(AbstractTunnel src, net.opengis.citygml.tunnel._2.AbstractTunnelType dest)
-
marshalAbstractBoundarySurface
public void marshalAbstractBoundarySurface(AbstractBoundarySurface src, net.opengis.citygml.tunnel._2.AbstractBoundarySurfaceType dest)
-
marshalAbstractOpening
public void marshalAbstractOpening(AbstractOpening src, net.opengis.citygml.tunnel._2.AbstractOpeningType dest)
-
marshalBoundarySurfaceProperty
public net.opengis.citygml.tunnel._2.BoundarySurfacePropertyType marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
-
marshalCeilingSurface
public void marshalCeilingSurface(CeilingSurface src, net.opengis.citygml.tunnel._2.CeilingSurfaceType dest)
-
marshalCeilingSurface
public net.opengis.citygml.tunnel._2.CeilingSurfaceType marshalCeilingSurface(CeilingSurface src)
-
marshalClosureSurface
public void marshalClosureSurface(ClosureSurface src, net.opengis.citygml.tunnel._2.ClosureSurfaceType dest)
-
marshalClosureSurface
public net.opengis.citygml.tunnel._2.ClosureSurfaceType marshalClosureSurface(ClosureSurface src)
-
marshalDoor
public void marshalDoor(Door src, net.opengis.citygml.tunnel._2.DoorType dest)
-
marshalDoor
public net.opengis.citygml.tunnel._2.DoorType marshalDoor(Door src)
-
marshalFloorSurface
public void marshalFloorSurface(FloorSurface src, net.opengis.citygml.tunnel._2.FloorSurfaceType dest)
-
marshalFloorSurface
public net.opengis.citygml.tunnel._2.FloorSurfaceType marshalFloorSurface(FloorSurface src)
-
marshalGroundSurface
public void marshalGroundSurface(GroundSurface src, net.opengis.citygml.tunnel._2.GroundSurfaceType dest)
-
marshalGroundSurface
public net.opengis.citygml.tunnel._2.GroundSurfaceType marshalGroundSurface(GroundSurface src)
-
marshalHollowSpace
public void marshalHollowSpace(HollowSpace src, net.opengis.citygml.tunnel._2.HollowSpaceType dest)
-
marshalHollowSpace
public net.opengis.citygml.tunnel._2.HollowSpaceType marshalHollowSpace(HollowSpace src)
-
marshalInteriorFurnitureProperty
public net.opengis.citygml.tunnel._2.InteriorFurniturePropertyType marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
-
marshalInteriorHollowSpaceProperty
public net.opengis.citygml.tunnel._2.InteriorHollowSpacePropertyType marshalInteriorHollowSpaceProperty(InteriorHollowSpaceProperty src)
-
marshalInteriorWallSurface
public void marshalInteriorWallSurface(InteriorWallSurface src, net.opengis.citygml.tunnel._2.InteriorWallSurfaceType dest)
-
marshalInteriorWallSurface
public net.opengis.citygml.tunnel._2.InteriorWallSurfaceType marshalInteriorWallSurface(InteriorWallSurface src)
-
marshalIntTunnelInstallation
public void marshalIntTunnelInstallation(IntTunnelInstallation src, net.opengis.citygml.tunnel._2.IntTunnelInstallationType dest)
-
marshalIntTunnelInstallation
public net.opengis.citygml.tunnel._2.IntTunnelInstallationType marshalIntTunnelInstallation(IntTunnelInstallation src)
-
marshalIntTunnelInstallationProperty
public net.opengis.citygml.tunnel._2.IntTunnelInstallationPropertyType marshalIntTunnelInstallationProperty(IntTunnelInstallationProperty src)
-
marshalOpeningProperty
public net.opengis.citygml.tunnel._2.OpeningPropertyType marshalOpeningProperty(OpeningProperty src)
-
marshalOuterCeilingSurface
public void marshalOuterCeilingSurface(OuterCeilingSurface src, net.opengis.citygml.tunnel._2.OuterCeilingSurfaceType dest)
-
marshalOuterCeilingSurface
public net.opengis.citygml.tunnel._2.OuterCeilingSurfaceType marshalOuterCeilingSurface(OuterCeilingSurface src)
-
marshalOuterFloorSurface
public void marshalOuterFloorSurface(OuterFloorSurface src, net.opengis.citygml.tunnel._2.OuterFloorSurfaceType dest)
-
marshalOuterFloorSurface
public net.opengis.citygml.tunnel._2.OuterFloorSurfaceType marshalOuterFloorSurface(OuterFloorSurface src)
-
marshalRoofSurface
public void marshalRoofSurface(RoofSurface src, net.opengis.citygml.tunnel._2.RoofSurfaceType dest)
-
marshalRoofSurface
public net.opengis.citygml.tunnel._2.RoofSurfaceType marshalRoofSurface(RoofSurface src)
-
marshalTunnel
public void marshalTunnel(Tunnel src, net.opengis.citygml.tunnel._2.TunnelType dest)
-
marshalTunnel
public net.opengis.citygml.tunnel._2.TunnelType marshalTunnel(Tunnel src)
-
marshalTunnelFurniture
public void marshalTunnelFurniture(TunnelFurniture src, net.opengis.citygml.tunnel._2.TunnelFurnitureType dest)
-
marshalTunnelFurniture
public net.opengis.citygml.tunnel._2.TunnelFurnitureType marshalTunnelFurniture(TunnelFurniture src)
-
marshalTunnelInstallation
public void marshalTunnelInstallation(TunnelInstallation src, net.opengis.citygml.tunnel._2.TunnelInstallationType dest)
-
marshalTunnelInstallation
public net.opengis.citygml.tunnel._2.TunnelInstallationType marshalTunnelInstallation(TunnelInstallation src)
-
marshalTunnelInstallationProperty
public net.opengis.citygml.tunnel._2.TunnelInstallationPropertyType marshalTunnelInstallationProperty(TunnelInstallationProperty src)
-
marshalTunnelPart
public void marshalTunnelPart(TunnelPart src, net.opengis.citygml.tunnel._2.TunnelPartType dest)
-
marshalTunnelPart
public net.opengis.citygml.tunnel._2.TunnelPartType marshalTunnelPart(TunnelPart src)
-
marshalTunnelPartProperty
public net.opengis.citygml.tunnel._2.TunnelPartPropertyType marshalTunnelPartProperty(TunnelPartProperty src)
-
marshalWallSurface
public void marshalWallSurface(WallSurface src, net.opengis.citygml.tunnel._2.WallSurfaceType dest)
-
marshalWallSurface
public net.opengis.citygml.tunnel._2.WallSurfaceType marshalWallSurface(WallSurface src)
-
marshalWindow
public void marshalWindow(Window src, net.opengis.citygml.tunnel._2.WindowType dest)
-
marshalWindow
public net.opengis.citygml.tunnel._2.WindowType marshalWindow(Window src)
-
-