org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
Class Bridge200Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.bridge.Bridge200Unmarshaller

public class Bridge200Unmarshaller
extends java.lang.Object


Constructor Summary
Bridge200Unmarshaller(CityGMLUnmarshaller citygml)
           
 
Method Summary
 boolean assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML unmarshal(java.lang.Object src)
           
 void unmarshalAbstractBoundarySurface(AbstractBoundarySurfaceType src, AbstractBoundarySurface dest)
           
 void unmarshalAbstractBridge(AbstractBridgeType src, AbstractBridge dest)
           
 void unmarshalAbstractOpening(AbstractOpeningType src, AbstractOpening dest)
           
 BoundarySurfaceProperty unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 Bridge unmarshalBridge(BridgeType src)
           
 void unmarshalBridge(BridgeType src, Bridge dest)
           
 BridgeConstructionElement unmarshalBridgeConstructionElement(BridgeConstructionElementType src)
           
 void unmarshalBridgeConstructionElement(BridgeConstructionElementType src, BridgeConstructionElement dest)
           
 BridgeConstructionElementProperty unmarshalBridgeConstructionElementProperty(BridgeConstructionElementPropertyType src)
           
 BridgeFurniture unmarshalBridgeFurniture(BridgeFurnitureType src)
           
 void unmarshalBridgeFurniture(BridgeFurnitureType src, BridgeFurniture dest)
           
 BridgeInstallation unmarshalBridgeInstallation(BridgeInstallationType src)
           
 void unmarshalBridgeInstallation(BridgeInstallationType src, BridgeInstallation dest)
           
 BridgeInstallationProperty unmarshalBridgeInstallationProperty(BridgeInstallationPropertyType src)
           
 BridgePart unmarshalBridgePart(BridgePartType src)
           
 void unmarshalBridgePart(BridgePartType src, BridgePart dest)
           
 BridgePartProperty unmarshalBridgePartProperty(BridgePartPropertyType src)
           
 BridgeRoom unmarshalBridgeRoom(BridgeRoomType src)
           
 void unmarshalBridgeRoom(BridgeRoomType src, BridgeRoom dest)
           
 CeilingSurface unmarshalCeilingSurface(CeilingSurfaceType src)
           
 void unmarshalCeilingSurface(CeilingSurfaceType src, CeilingSurface dest)
           
 ClosureSurface unmarshalClosureSurface(ClosureSurfaceType src)
           
 void unmarshalClosureSurface(ClosureSurfaceType src, ClosureSurface dest)
           
 Door unmarshalDoor(DoorType src)
           
 void unmarshalDoor(DoorType src, Door dest)
           
 FloorSurface unmarshalFloorSurface(FloorSurfaceType src)
           
 void unmarshalFloorSurface(FloorSurfaceType src, FloorSurface dest)
           
 GroundSurface unmarshalGroundSurface(GroundSurfaceType src)
           
 void unmarshalGroundSurface(GroundSurfaceType src, GroundSurface dest)
           
 IntBridgeInstallation unmarshalIntBridgeInstallation(IntBridgeInstallationType src)
           
 void unmarshalIntBridgeInstallation(IntBridgeInstallationType src, IntBridgeInstallation dest)
           
 IntBridgeInstallationProperty unmarshalIntBridgeInstallationProperty(IntBridgeInstallationPropertyType src)
           
 InteriorBridgeRoomProperty unmarshalInteriorBridgeRoomProperty(InteriorBridgeRoomPropertyType src)
           
 InteriorFurnitureProperty unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 InteriorWallSurface unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
           
 void unmarshalInteriorWallSurface(InteriorWallSurfaceType src, InteriorWallSurface dest)
           
 OpeningProperty unmarshalOpeningProperty(OpeningPropertyType src)
           
 OuterCeilingSurface unmarshalOuterCeilingSurface(OuterCeilingSurfaceType src)
           
 void unmarshalOuterCeilingSurface(OuterCeilingSurfaceType src, OuterCeilingSurface dest)
           
 OuterFloorSurface unmarshalOuterFloorSurface(OuterFloorSurfaceType src)
           
 void unmarshalOuterFloorSurface(OuterFloorSurfaceType src, OuterFloorSurface dest)
           
 RoofSurface unmarshalRoofSurface(RoofSurfaceType src)
           
 void unmarshalRoofSurface(RoofSurfaceType src, RoofSurface dest)
           
 WallSurface unmarshalWallSurface(WallSurfaceType src)
           
 void unmarshalWallSurface(WallSurfaceType src, WallSurface dest)
           
 Window unmarshalWindow(WindowType src)
           
 void unmarshalWindow(WindowType src, Window dest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bridge200Unmarshaller

public Bridge200Unmarshaller(CityGMLUnmarshaller citygml)
Method Detail

unmarshal

public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshal

public CityGML unmarshal(java.lang.Object src)
                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAbstractBridge

public void unmarshalAbstractBridge(AbstractBridgeType src,
                                    AbstractBridge dest)
                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAbstractBoundarySurface

public void unmarshalAbstractBoundarySurface(AbstractBoundarySurfaceType src,
                                             AbstractBoundarySurface dest)
                                      throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalAbstractOpening

public void unmarshalAbstractOpening(AbstractOpeningType src,
                                     AbstractOpening dest)
                              throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBoundarySurfaceProperty

public BoundarySurfaceProperty unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
                                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridge

public void unmarshalBridge(BridgeType src,
                            Bridge dest)
                     throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridge

public Bridge unmarshalBridge(BridgeType src)
                       throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeConstructionElement

public void unmarshalBridgeConstructionElement(BridgeConstructionElementType src,
                                               BridgeConstructionElement dest)
                                        throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeConstructionElement

public BridgeConstructionElement unmarshalBridgeConstructionElement(BridgeConstructionElementType src)
                                                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeConstructionElementProperty

public BridgeConstructionElementProperty unmarshalBridgeConstructionElementProperty(BridgeConstructionElementPropertyType src)
                                                                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeFurniture

public void unmarshalBridgeFurniture(BridgeFurnitureType src,
                                     BridgeFurniture dest)
                              throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeFurniture

public BridgeFurniture unmarshalBridgeFurniture(BridgeFurnitureType src)
                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeInstallation

public void unmarshalBridgeInstallation(BridgeInstallationType src,
                                        BridgeInstallation dest)
                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeInstallation

public BridgeInstallation unmarshalBridgeInstallation(BridgeInstallationType src)
                                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeInstallationProperty

public BridgeInstallationProperty unmarshalBridgeInstallationProperty(BridgeInstallationPropertyType src)
                                                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgePart

public void unmarshalBridgePart(BridgePartType src,
                                BridgePart dest)
                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgePart

public BridgePart unmarshalBridgePart(BridgePartType src)
                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgePartProperty

public BridgePartProperty unmarshalBridgePartProperty(BridgePartPropertyType src)
                                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeRoom

public void unmarshalBridgeRoom(BridgeRoomType src,
                                BridgeRoom dest)
                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBridgeRoom

public BridgeRoom unmarshalBridgeRoom(BridgeRoomType src)
                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalCeilingSurface

public void unmarshalCeilingSurface(CeilingSurfaceType src,
                                    CeilingSurface dest)
                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalCeilingSurface

public CeilingSurface unmarshalCeilingSurface(CeilingSurfaceType src)
                                       throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalClosureSurface

public void unmarshalClosureSurface(ClosureSurfaceType src,
                                    ClosureSurface dest)
                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalClosureSurface

public ClosureSurface unmarshalClosureSurface(ClosureSurfaceType src)
                                       throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalDoor

public void unmarshalDoor(DoorType src,
                          Door dest)
                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalDoor

public Door unmarshalDoor(DoorType src)
                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalFloorSurface

public void unmarshalFloorSurface(FloorSurfaceType src,
                                  FloorSurface dest)
                           throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalFloorSurface

public FloorSurface unmarshalFloorSurface(FloorSurfaceType src)
                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalGroundSurface

public void unmarshalGroundSurface(GroundSurfaceType src,
                                   GroundSurface dest)
                            throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalGroundSurface

public GroundSurface unmarshalGroundSurface(GroundSurfaceType src)
                                     throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalIntBridgeInstallation

public void unmarshalIntBridgeInstallation(IntBridgeInstallationType src,
                                           IntBridgeInstallation dest)
                                    throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalIntBridgeInstallation

public IntBridgeInstallation unmarshalIntBridgeInstallation(IntBridgeInstallationType src)
                                                     throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalIntBridgeInstallationProperty

public IntBridgeInstallationProperty unmarshalIntBridgeInstallationProperty(IntBridgeInstallationPropertyType src)
                                                                     throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalInteriorFurnitureProperty

public InteriorFurnitureProperty unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
                                                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalInteriorBridgeRoomProperty

public InteriorBridgeRoomProperty unmarshalInteriorBridgeRoomProperty(InteriorBridgeRoomPropertyType src)
                                                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalInteriorWallSurface

public void unmarshalInteriorWallSurface(InteriorWallSurfaceType src,
                                         InteriorWallSurface dest)
                                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalInteriorWallSurface

public InteriorWallSurface unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
                                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalOuterCeilingSurface

public void unmarshalOuterCeilingSurface(OuterCeilingSurfaceType src,
                                         OuterCeilingSurface dest)
                                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalOuterCeilingSurface

public OuterCeilingSurface unmarshalOuterCeilingSurface(OuterCeilingSurfaceType src)
                                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalOuterFloorSurface

public void unmarshalOuterFloorSurface(OuterFloorSurfaceType src,
                                       OuterFloorSurface dest)
                                throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalOuterFloorSurface

public OuterFloorSurface unmarshalOuterFloorSurface(OuterFloorSurfaceType src)
                                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalOpeningProperty

public OpeningProperty unmarshalOpeningProperty(OpeningPropertyType src)
                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalRoofSurface

public void unmarshalRoofSurface(RoofSurfaceType src,
                                 RoofSurface dest)
                          throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalRoofSurface

public RoofSurface unmarshalRoofSurface(RoofSurfaceType src)
                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalWallSurface

public void unmarshalWallSurface(WallSurfaceType src,
                                 WallSurface dest)
                          throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalWallSurface

public WallSurface unmarshalWallSurface(WallSurfaceType src)
                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalWindow

public void unmarshalWindow(WindowType src,
                            Window dest)
                     throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalWindow

public Window unmarshalWindow(WindowType src)
                       throws MissingADESchemaException
Throws:
MissingADESchemaException

assignGenericProperty

public boolean assignGenericProperty(ADEComponent genericProperty,
                                     javax.xml.namespace.QName substitutionGroup,
                                     CityGML dest)