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