Class Bridge200Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.bridge.Bridge200Unmarshaller
-
public class Bridge200Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Bridge200Unmarshaller(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.bridge._2.AbstractBoundarySurfaceType src, AbstractBoundarySurface dest)
void
unmarshalAbstractBridge(net.opengis.citygml.bridge._2.AbstractBridgeType src, AbstractBridge dest)
void
unmarshalAbstractOpening(net.opengis.citygml.bridge._2.AbstractOpeningType src, AbstractOpening dest)
BoundarySurfaceProperty
unmarshalBoundarySurfaceProperty(net.opengis.citygml.bridge._2.BoundarySurfacePropertyType src)
Bridge
unmarshalBridge(net.opengis.citygml.bridge._2.BridgeType src)
void
unmarshalBridge(net.opengis.citygml.bridge._2.BridgeType src, Bridge dest)
BridgeConstructionElement
unmarshalBridgeConstructionElement(net.opengis.citygml.bridge._2.BridgeConstructionElementType src)
void
unmarshalBridgeConstructionElement(net.opengis.citygml.bridge._2.BridgeConstructionElementType src, BridgeConstructionElement dest)
BridgeConstructionElementProperty
unmarshalBridgeConstructionElementProperty(net.opengis.citygml.bridge._2.BridgeConstructionElementPropertyType src)
BridgeFurniture
unmarshalBridgeFurniture(net.opengis.citygml.bridge._2.BridgeFurnitureType src)
void
unmarshalBridgeFurniture(net.opengis.citygml.bridge._2.BridgeFurnitureType src, BridgeFurniture dest)
BridgeInstallation
unmarshalBridgeInstallation(net.opengis.citygml.bridge._2.BridgeInstallationType src)
void
unmarshalBridgeInstallation(net.opengis.citygml.bridge._2.BridgeInstallationType src, BridgeInstallation dest)
BridgeInstallationProperty
unmarshalBridgeInstallationProperty(net.opengis.citygml.bridge._2.BridgeInstallationPropertyType src)
BridgePart
unmarshalBridgePart(net.opengis.citygml.bridge._2.BridgePartType src)
void
unmarshalBridgePart(net.opengis.citygml.bridge._2.BridgePartType src, BridgePart dest)
BridgePartProperty
unmarshalBridgePartProperty(net.opengis.citygml.bridge._2.BridgePartPropertyType src)
BridgeRoom
unmarshalBridgeRoom(net.opengis.citygml.bridge._2.BridgeRoomType src)
void
unmarshalBridgeRoom(net.opengis.citygml.bridge._2.BridgeRoomType src, BridgeRoom dest)
CeilingSurface
unmarshalCeilingSurface(net.opengis.citygml.bridge._2.CeilingSurfaceType src)
void
unmarshalCeilingSurface(net.opengis.citygml.bridge._2.CeilingSurfaceType src, CeilingSurface dest)
ClosureSurface
unmarshalClosureSurface(net.opengis.citygml.bridge._2.ClosureSurfaceType src)
void
unmarshalClosureSurface(net.opengis.citygml.bridge._2.ClosureSurfaceType src, ClosureSurface dest)
Door
unmarshalDoor(net.opengis.citygml.bridge._2.DoorType src)
void
unmarshalDoor(net.opengis.citygml.bridge._2.DoorType src, Door dest)
FloorSurface
unmarshalFloorSurface(net.opengis.citygml.bridge._2.FloorSurfaceType src)
void
unmarshalFloorSurface(net.opengis.citygml.bridge._2.FloorSurfaceType src, FloorSurface dest)
GroundSurface
unmarshalGroundSurface(net.opengis.citygml.bridge._2.GroundSurfaceType src)
void
unmarshalGroundSurface(net.opengis.citygml.bridge._2.GroundSurfaceType src, GroundSurface dest)
IntBridgeInstallation
unmarshalIntBridgeInstallation(net.opengis.citygml.bridge._2.IntBridgeInstallationType src)
void
unmarshalIntBridgeInstallation(net.opengis.citygml.bridge._2.IntBridgeInstallationType src, IntBridgeInstallation dest)
IntBridgeInstallationProperty
unmarshalIntBridgeInstallationProperty(net.opengis.citygml.bridge._2.IntBridgeInstallationPropertyType src)
InteriorBridgeRoomProperty
unmarshalInteriorBridgeRoomProperty(net.opengis.citygml.bridge._2.InteriorBridgeRoomPropertyType src)
InteriorFurnitureProperty
unmarshalInteriorFurnitureProperty(net.opengis.citygml.bridge._2.InteriorFurniturePropertyType src)
InteriorWallSurface
unmarshalInteriorWallSurface(net.opengis.citygml.bridge._2.InteriorWallSurfaceType src)
void
unmarshalInteriorWallSurface(net.opengis.citygml.bridge._2.InteriorWallSurfaceType src, InteriorWallSurface dest)
OpeningProperty
unmarshalOpeningProperty(net.opengis.citygml.bridge._2.OpeningPropertyType src)
OuterCeilingSurface
unmarshalOuterCeilingSurface(net.opengis.citygml.bridge._2.OuterCeilingSurfaceType src)
void
unmarshalOuterCeilingSurface(net.opengis.citygml.bridge._2.OuterCeilingSurfaceType src, OuterCeilingSurface dest)
OuterFloorSurface
unmarshalOuterFloorSurface(net.opengis.citygml.bridge._2.OuterFloorSurfaceType src)
void
unmarshalOuterFloorSurface(net.opengis.citygml.bridge._2.OuterFloorSurfaceType src, OuterFloorSurface dest)
RoofSurface
unmarshalRoofSurface(net.opengis.citygml.bridge._2.RoofSurfaceType src)
void
unmarshalRoofSurface(net.opengis.citygml.bridge._2.RoofSurfaceType src, RoofSurface dest)
WallSurface
unmarshalWallSurface(net.opengis.citygml.bridge._2.WallSurfaceType src)
void
unmarshalWallSurface(net.opengis.citygml.bridge._2.WallSurfaceType src, WallSurface dest)
Window
unmarshalWindow(net.opengis.citygml.bridge._2.WindowType src)
void
unmarshalWindow(net.opengis.citygml.bridge._2.WindowType src, Window dest)
-
-
-
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(net.opengis.citygml.bridge._2.AbstractBridgeType src, AbstractBridge dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAbstractBoundarySurface
public void unmarshalAbstractBoundarySurface(net.opengis.citygml.bridge._2.AbstractBoundarySurfaceType src, AbstractBoundarySurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAbstractOpening
public void unmarshalAbstractOpening(net.opengis.citygml.bridge._2.AbstractOpeningType src, AbstractOpening dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBoundarySurfaceProperty
public BoundarySurfaceProperty unmarshalBoundarySurfaceProperty(net.opengis.citygml.bridge._2.BoundarySurfacePropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridge
public void unmarshalBridge(net.opengis.citygml.bridge._2.BridgeType src, Bridge dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridge
public Bridge unmarshalBridge(net.opengis.citygml.bridge._2.BridgeType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeConstructionElement
public void unmarshalBridgeConstructionElement(net.opengis.citygml.bridge._2.BridgeConstructionElementType src, BridgeConstructionElement dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeConstructionElement
public BridgeConstructionElement unmarshalBridgeConstructionElement(net.opengis.citygml.bridge._2.BridgeConstructionElementType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeConstructionElementProperty
public BridgeConstructionElementProperty unmarshalBridgeConstructionElementProperty(net.opengis.citygml.bridge._2.BridgeConstructionElementPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeFurniture
public void unmarshalBridgeFurniture(net.opengis.citygml.bridge._2.BridgeFurnitureType src, BridgeFurniture dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeFurniture
public BridgeFurniture unmarshalBridgeFurniture(net.opengis.citygml.bridge._2.BridgeFurnitureType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeInstallation
public void unmarshalBridgeInstallation(net.opengis.citygml.bridge._2.BridgeInstallationType src, BridgeInstallation dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeInstallation
public BridgeInstallation unmarshalBridgeInstallation(net.opengis.citygml.bridge._2.BridgeInstallationType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeInstallationProperty
public BridgeInstallationProperty unmarshalBridgeInstallationProperty(net.opengis.citygml.bridge._2.BridgeInstallationPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgePart
public void unmarshalBridgePart(net.opengis.citygml.bridge._2.BridgePartType src, BridgePart dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgePart
public BridgePart unmarshalBridgePart(net.opengis.citygml.bridge._2.BridgePartType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgePartProperty
public BridgePartProperty unmarshalBridgePartProperty(net.opengis.citygml.bridge._2.BridgePartPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeRoom
public void unmarshalBridgeRoom(net.opengis.citygml.bridge._2.BridgeRoomType src, BridgeRoom dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBridgeRoom
public BridgeRoom unmarshalBridgeRoom(net.opengis.citygml.bridge._2.BridgeRoomType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalCeilingSurface
public void unmarshalCeilingSurface(net.opengis.citygml.bridge._2.CeilingSurfaceType src, CeilingSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalCeilingSurface
public CeilingSurface unmarshalCeilingSurface(net.opengis.citygml.bridge._2.CeilingSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalClosureSurface
public void unmarshalClosureSurface(net.opengis.citygml.bridge._2.ClosureSurfaceType src, ClosureSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalClosureSurface
public ClosureSurface unmarshalClosureSurface(net.opengis.citygml.bridge._2.ClosureSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalDoor
public void unmarshalDoor(net.opengis.citygml.bridge._2.DoorType src, Door dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalDoor
public Door unmarshalDoor(net.opengis.citygml.bridge._2.DoorType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalFloorSurface
public void unmarshalFloorSurface(net.opengis.citygml.bridge._2.FloorSurfaceType src, FloorSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalFloorSurface
public FloorSurface unmarshalFloorSurface(net.opengis.citygml.bridge._2.FloorSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalGroundSurface
public void unmarshalGroundSurface(net.opengis.citygml.bridge._2.GroundSurfaceType src, GroundSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalGroundSurface
public GroundSurface unmarshalGroundSurface(net.opengis.citygml.bridge._2.GroundSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalIntBridgeInstallation
public void unmarshalIntBridgeInstallation(net.opengis.citygml.bridge._2.IntBridgeInstallationType src, IntBridgeInstallation dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalIntBridgeInstallation
public IntBridgeInstallation unmarshalIntBridgeInstallation(net.opengis.citygml.bridge._2.IntBridgeInstallationType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalIntBridgeInstallationProperty
public IntBridgeInstallationProperty unmarshalIntBridgeInstallationProperty(net.opengis.citygml.bridge._2.IntBridgeInstallationPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalInteriorFurnitureProperty
public InteriorFurnitureProperty unmarshalInteriorFurnitureProperty(net.opengis.citygml.bridge._2.InteriorFurniturePropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalInteriorBridgeRoomProperty
public InteriorBridgeRoomProperty unmarshalInteriorBridgeRoomProperty(net.opengis.citygml.bridge._2.InteriorBridgeRoomPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalInteriorWallSurface
public void unmarshalInteriorWallSurface(net.opengis.citygml.bridge._2.InteriorWallSurfaceType src, InteriorWallSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalInteriorWallSurface
public InteriorWallSurface unmarshalInteriorWallSurface(net.opengis.citygml.bridge._2.InteriorWallSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOuterCeilingSurface
public void unmarshalOuterCeilingSurface(net.opengis.citygml.bridge._2.OuterCeilingSurfaceType src, OuterCeilingSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOuterCeilingSurface
public OuterCeilingSurface unmarshalOuterCeilingSurface(net.opengis.citygml.bridge._2.OuterCeilingSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOuterFloorSurface
public void unmarshalOuterFloorSurface(net.opengis.citygml.bridge._2.OuterFloorSurfaceType src, OuterFloorSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOuterFloorSurface
public OuterFloorSurface unmarshalOuterFloorSurface(net.opengis.citygml.bridge._2.OuterFloorSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalOpeningProperty
public OpeningProperty unmarshalOpeningProperty(net.opengis.citygml.bridge._2.OpeningPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRoofSurface
public void unmarshalRoofSurface(net.opengis.citygml.bridge._2.RoofSurfaceType src, RoofSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRoofSurface
public RoofSurface unmarshalRoofSurface(net.opengis.citygml.bridge._2.RoofSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWallSurface
public void unmarshalWallSurface(net.opengis.citygml.bridge._2.WallSurfaceType src, WallSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWallSurface
public WallSurface unmarshalWallSurface(net.opengis.citygml.bridge._2.WallSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWindow
public void unmarshalWindow(net.opengis.citygml.bridge._2.WindowType src, Window dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWindow
public Window unmarshalWindow(net.opengis.citygml.bridge._2.WindowType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-