Class Building200Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.building.Building200Unmarshaller
-
public class Building200Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Building200Unmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
CityGML
unmarshal(java.lang.Object src)
CityGML
unmarshal(javax.xml.bind.JAXBElement<?> src)
void
unmarshalAbstractBoundarySurface(net.opengis.citygml.building._2.AbstractBoundarySurfaceType src, AbstractBoundarySurface dest)
void
unmarshalAbstractBuilding(net.opengis.citygml.building._2.AbstractBuildingType src, AbstractBuilding dest)
void
unmarshalAbstractOpening(net.opengis.citygml.building._2.AbstractOpeningType src, AbstractOpening dest)
BoundarySurfaceProperty
unmarshalBoundarySurfaceProperty(net.opengis.citygml.building._2.BoundarySurfacePropertyType src)
Building
unmarshalBuilding(net.opengis.citygml.building._2.BuildingType src)
void
unmarshalBuilding(net.opengis.citygml.building._2.BuildingType src, Building dest)
BuildingFurniture
unmarshalBuildingFurniture(net.opengis.citygml.building._2.BuildingFurnitureType src)
void
unmarshalBuildingFurniture(net.opengis.citygml.building._2.BuildingFurnitureType src, BuildingFurniture dest)
BuildingInstallation
unmarshalBuildingInstallation(net.opengis.citygml.building._2.BuildingInstallationType src)
void
unmarshalBuildingInstallation(net.opengis.citygml.building._2.BuildingInstallationType src, BuildingInstallation dest)
BuildingInstallationProperty
unmarshalBuildingInstallationProperty(net.opengis.citygml.building._2.BuildingInstallationPropertyType src)
BuildingPart
unmarshalBuildingPart(net.opengis.citygml.building._2.BuildingPartType src)
void
unmarshalBuildingPart(net.opengis.citygml.building._2.BuildingPartType src, BuildingPart dest)
BuildingPartProperty
unmarshalBuildingPartProperty(net.opengis.citygml.building._2.BuildingPartPropertyType src)
CeilingSurface
unmarshalCeilingSurface(net.opengis.citygml.building._2.CeilingSurfaceType src)
void
unmarshalCeilingSurface(net.opengis.citygml.building._2.CeilingSurfaceType src, CeilingSurface dest)
ClosureSurface
unmarshalClosureSurface(net.opengis.citygml.building._2.ClosureSurfaceType src)
void
unmarshalClosureSurface(net.opengis.citygml.building._2.ClosureSurfaceType src, ClosureSurface dest)
Door
unmarshalDoor(net.opengis.citygml.building._2.DoorType src)
void
unmarshalDoor(net.opengis.citygml.building._2.DoorType src, Door dest)
FloorSurface
unmarshalFloorSurface(net.opengis.citygml.building._2.FloorSurfaceType src)
void
unmarshalFloorSurface(net.opengis.citygml.building._2.FloorSurfaceType src, FloorSurface dest)
GroundSurface
unmarshalGroundSurface(net.opengis.citygml.building._2.GroundSurfaceType src)
void
unmarshalGroundSurface(net.opengis.citygml.building._2.GroundSurfaceType src, GroundSurface dest)
IntBuildingInstallation
unmarshalIntBuildingInstallation(net.opengis.citygml.building._2.IntBuildingInstallationType src)
void
unmarshalIntBuildingInstallation(net.opengis.citygml.building._2.IntBuildingInstallationType src, IntBuildingInstallation dest)
IntBuildingInstallationProperty
unmarshalIntBuildingInstallationProperty(net.opengis.citygml.building._2.IntBuildingInstallationPropertyType src)
InteriorFurnitureProperty
unmarshalInteriorFurnitureProperty(net.opengis.citygml.building._2.InteriorFurniturePropertyType src)
InteriorRoomProperty
unmarshalInteriorRoomProperty(net.opengis.citygml.building._2.InteriorRoomPropertyType src)
InteriorWallSurface
unmarshalInteriorWallSurface(net.opengis.citygml.building._2.InteriorWallSurfaceType src)
void
unmarshalInteriorWallSurface(net.opengis.citygml.building._2.InteriorWallSurfaceType src, InteriorWallSurface dest)
OpeningProperty
unmarshalOpeningProperty(net.opengis.citygml.building._2.OpeningPropertyType src)
OuterCeilingSurface
unmarshalOuterCeilingSurface(net.opengis.citygml.building._2.OuterCeilingSurfaceType src)
void
unmarshalOuterCeilingSurface(net.opengis.citygml.building._2.OuterCeilingSurfaceType src, OuterCeilingSurface dest)
OuterFloorSurface
unmarshalOuterFloorSurface(net.opengis.citygml.building._2.OuterFloorSurfaceType src)
void
unmarshalOuterFloorSurface(net.opengis.citygml.building._2.OuterFloorSurfaceType src, OuterFloorSurface dest)
RoofSurface
unmarshalRoofSurface(net.opengis.citygml.building._2.RoofSurfaceType src)
void
unmarshalRoofSurface(net.opengis.citygml.building._2.RoofSurfaceType src, RoofSurface dest)
Room
unmarshalRoom(net.opengis.citygml.building._2.RoomType src)
void
unmarshalRoom(net.opengis.citygml.building._2.RoomType src, Room dest)
WallSurface
unmarshalWallSurface(net.opengis.citygml.building._2.WallSurfaceType src)
void
unmarshalWallSurface(net.opengis.citygml.building._2.WallSurfaceType src, WallSurface dest)
Window
unmarshalWindow(net.opengis.citygml.building._2.WindowType src)
void
unmarshalWindow(net.opengis.citygml.building._2.WindowType src, Window dest)
-
-
-
Constructor Detail
-
Building200Unmarshaller
public Building200Unmarshaller(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(net.opengis.citygml.building._2.AbstractBuildingType src, AbstractBuilding dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAbstractBoundarySurface
public void unmarshalAbstractBoundarySurface(net.opengis.citygml.building._2.AbstractBoundarySurfaceType src, AbstractBoundarySurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAbstractOpening
public void unmarshalAbstractOpening(net.opengis.citygml.building._2.AbstractOpeningType src, AbstractOpening dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBoundarySurfaceProperty
public BoundarySurfaceProperty unmarshalBoundarySurfaceProperty(net.opengis.citygml.building._2.BoundarySurfacePropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuilding
public void unmarshalBuilding(net.opengis.citygml.building._2.BuildingType src, Building dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuilding
public Building unmarshalBuilding(net.opengis.citygml.building._2.BuildingType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuildingFurniture
public void unmarshalBuildingFurniture(net.opengis.citygml.building._2.BuildingFurnitureType src, BuildingFurniture dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuildingFurniture
public BuildingFurniture unmarshalBuildingFurniture(net.opengis.citygml.building._2.BuildingFurnitureType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuildingInstallation
public void unmarshalBuildingInstallation(net.opengis.citygml.building._2.BuildingInstallationType src, BuildingInstallation dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuildingInstallation
public BuildingInstallation unmarshalBuildingInstallation(net.opengis.citygml.building._2.BuildingInstallationType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuildingInstallationProperty
public BuildingInstallationProperty unmarshalBuildingInstallationProperty(net.opengis.citygml.building._2.BuildingInstallationPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuildingPart
public void unmarshalBuildingPart(net.opengis.citygml.building._2.BuildingPartType src, BuildingPart dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuildingPart
public BuildingPart unmarshalBuildingPart(net.opengis.citygml.building._2.BuildingPartType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBuildingPartProperty
public BuildingPartProperty unmarshalBuildingPartProperty(net.opengis.citygml.building._2.BuildingPartPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalCeilingSurface
public void unmarshalCeilingSurface(net.opengis.citygml.building._2.CeilingSurfaceType src, CeilingSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalCeilingSurface
public CeilingSurface unmarshalCeilingSurface(net.opengis.citygml.building._2.CeilingSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalClosureSurface
public void unmarshalClosureSurface(net.opengis.citygml.building._2.ClosureSurfaceType src, ClosureSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalClosureSurface
public ClosureSurface unmarshalClosureSurface(net.opengis.citygml.building._2.ClosureSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalDoor
public void unmarshalDoor(net.opengis.citygml.building._2.DoorType src, Door dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalDoor
public Door unmarshalDoor(net.opengis.citygml.building._2.DoorType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalFloorSurface
public void unmarshalFloorSurface(net.opengis.citygml.building._2.FloorSurfaceType src, FloorSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalFloorSurface
public FloorSurface unmarshalFloorSurface(net.opengis.citygml.building._2.FloorSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalGroundSurface
public void unmarshalGroundSurface(net.opengis.citygml.building._2.GroundSurfaceType src, GroundSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalGroundSurface
public GroundSurface unmarshalGroundSurface(net.opengis.citygml.building._2.GroundSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalIntBuildingInstallation
public void unmarshalIntBuildingInstallation(net.opengis.citygml.building._2.IntBuildingInstallationType src, IntBuildingInstallation dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalIntBuildingInstallation
public IntBuildingInstallation unmarshalIntBuildingInstallation(net.opengis.citygml.building._2.IntBuildingInstallationType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalIntBuildingInstallationProperty
public IntBuildingInstallationProperty unmarshalIntBuildingInstallationProperty(net.opengis.citygml.building._2.IntBuildingInstallationPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalInteriorFurnitureProperty
public InteriorFurnitureProperty unmarshalInteriorFurnitureProperty(net.opengis.citygml.building._2.InteriorFurniturePropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalInteriorRoomProperty
public InteriorRoomProperty unmarshalInteriorRoomProperty(net.opengis.citygml.building._2.InteriorRoomPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalInteriorWallSurface
public void unmarshalInteriorWallSurface(net.opengis.citygml.building._2.InteriorWallSurfaceType src, InteriorWallSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalInteriorWallSurface
public InteriorWallSurface unmarshalInteriorWallSurface(net.opengis.citygml.building._2.InteriorWallSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOuterCeilingSurface
public void unmarshalOuterCeilingSurface(net.opengis.citygml.building._2.OuterCeilingSurfaceType src, OuterCeilingSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOuterCeilingSurface
public OuterCeilingSurface unmarshalOuterCeilingSurface(net.opengis.citygml.building._2.OuterCeilingSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOuterFloorSurface
public void unmarshalOuterFloorSurface(net.opengis.citygml.building._2.OuterFloorSurfaceType src, OuterFloorSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOuterFloorSurface
public OuterFloorSurface unmarshalOuterFloorSurface(net.opengis.citygml.building._2.OuterFloorSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOpeningProperty
public OpeningProperty unmarshalOpeningProperty(net.opengis.citygml.building._2.OpeningPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRoofSurface
public void unmarshalRoofSurface(net.opengis.citygml.building._2.RoofSurfaceType src, RoofSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRoofSurface
public RoofSurface unmarshalRoofSurface(net.opengis.citygml.building._2.RoofSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRoom
public void unmarshalRoom(net.opengis.citygml.building._2.RoomType src, Room dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRoom
public Room unmarshalRoom(net.opengis.citygml.building._2.RoomType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWallSurface
public void unmarshalWallSurface(net.opengis.citygml.building._2.WallSurfaceType src, WallSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWallSurface
public WallSurface unmarshalWallSurface(net.opengis.citygml.building._2.WallSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWindow
public void unmarshalWindow(net.opengis.citygml.building._2.WindowType src, Window dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWindow
public Window unmarshalWindow(net.opengis.citygml.building._2.WindowType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-