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