org.citygml4j.builder.jaxb.unmarshal.citygml.building
Class Building040Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.building.Building040Unmarshaller

public class Building040Unmarshaller
extends java.lang.Object


Constructor Summary
Building040Unmarshaller(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 unmarshalAbstractBuilding(_AbstractBuildingType src, AbstractBuilding dest)
           
 void unmarshalBoundarySurface(_BoundarySurfaceType src, AbstractBoundarySurface dest)
           
 BoundarySurfaceProperty unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 Building unmarshalBuilding(BuildingType src)
           
 void unmarshalBuilding(BuildingType src, Building dest)
           
 BuildingFurniture unmarshalBuildingFurniture(BuildingFurnitureType src)
           
 void unmarshalBuildingFurniture(BuildingFurnitureType src, BuildingFurniture dest)
           
 BuildingInstallation unmarshalBuildingInstallation(BuildingInstallationType src)
           
 void unmarshalBuildingInstallation(BuildingInstallationType src, BuildingInstallation dest)
           
 BuildingInstallationProperty unmarshalBuildingInstallationProperty(BuildingInstallationPropertyType src)
           
 BuildingPart unmarshalBuildingPart(BuildingPartType src)
           
 void unmarshalBuildingPart(BuildingPartType src, BuildingPart dest)
           
 BuildingPartProperty unmarshalBuildingPartProperty(BuildingPartPropertyType src)
           
 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)
           
 IntBuildingInstallation unmarshalIntBuildingInstallation(IntBuildingInstallationType src)
           
 void unmarshalIntBuildingInstallation(IntBuildingInstallationType src, IntBuildingInstallation dest)
           
 IntBuildingInstallationProperty unmarshalIntBuildingInstallationProperty(IntBuildingInstallationPropertyType src)
           
 InteriorFurnitureProperty unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 InteriorRoomProperty unmarshalInteriorRoomProperty(InteriorRoomPropertyType src)
           
 InteriorWallSurface unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
           
 void unmarshalInteriorWallSurface(InteriorWallSurfaceType src, InteriorWallSurface dest)
           
 void unmarshalOpening(_OpeningType src, AbstractOpening dest)
           
 OpeningProperty unmarshalOpeningProperty(OpeningPropertyType src)
           
 RoofSurface unmarshalRoofSurface(RoofSurfaceType src)
           
 void unmarshalRoofSurface(RoofSurfaceType src, RoofSurface dest)
           
 Room unmarshalRoom(RoomType src)
           
 void unmarshalRoom(RoomType src, Room 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

Building040Unmarshaller

public Building040Unmarshaller(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

unmarshalAbstractBuilding

public void unmarshalAbstractBuilding(_AbstractBuildingType src,
                                      AbstractBuilding dest)
                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBoundarySurface

public void unmarshalBoundarySurface(_BoundarySurfaceType src,
                                     AbstractBoundarySurface dest)
                              throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalOpening

public void unmarshalOpening(_OpeningType src,
                             AbstractOpening dest)
                      throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBoundarySurfaceProperty

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

unmarshalBuilding

public void unmarshalBuilding(BuildingType src,
                              Building dest)
                       throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuilding

public Building unmarshalBuilding(BuildingType src)
                           throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuildingFurniture

public void unmarshalBuildingFurniture(BuildingFurnitureType src,
                                       BuildingFurniture dest)
                                throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuildingFurniture

public BuildingFurniture unmarshalBuildingFurniture(BuildingFurnitureType src)
                                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuildingInstallation

public void unmarshalBuildingInstallation(BuildingInstallationType src,
                                          BuildingInstallation dest)
                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuildingInstallation

public BuildingInstallation unmarshalBuildingInstallation(BuildingInstallationType src)
                                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuildingInstallationProperty

public BuildingInstallationProperty unmarshalBuildingInstallationProperty(BuildingInstallationPropertyType src)
                                                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuildingPart

public void unmarshalBuildingPart(BuildingPartType src,
                                  BuildingPart dest)
                           throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuildingPart

public BuildingPart unmarshalBuildingPart(BuildingPartType src)
                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBuildingPartProperty

public BuildingPartProperty unmarshalBuildingPartProperty(BuildingPartPropertyType 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

unmarshalIntBuildingInstallation

public void unmarshalIntBuildingInstallation(IntBuildingInstallationType src,
                                             IntBuildingInstallation dest)
                                      throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalIntBuildingInstallation

public IntBuildingInstallation unmarshalIntBuildingInstallation(IntBuildingInstallationType src)
                                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalIntBuildingInstallationProperty

public IntBuildingInstallationProperty unmarshalIntBuildingInstallationProperty(IntBuildingInstallationPropertyType src)
                                                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalInteriorFurnitureProperty

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

unmarshalInteriorRoomProperty

public InteriorRoomProperty unmarshalInteriorRoomProperty(InteriorRoomPropertyType 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

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

unmarshalRoom

public void unmarshalRoom(RoomType src,
                          Room dest)
                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalRoom

public Room unmarshalRoom(RoomType 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)