public class WaterBody200Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
WaterBody200Unmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
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 |
unmarshalAbstractWaterBoundarySurface(net.opengis.citygml.waterbody._2.AbstractWaterBoundarySurfaceType src,
AbstractWaterBoundarySurface dest) |
void |
unmarshalAbstractWaterObject(net.opengis.citygml.waterbody._2.AbstractWaterObjectType src,
AbstractWaterObject dest) |
BoundedByWaterSurfaceProperty |
unmarshalBoundedByWaterSurfaceProperty(net.opengis.citygml.waterbody._2.BoundedByWaterSurfacePropertyType src) |
WaterBody |
unmarshalWaterBody(net.opengis.citygml.waterbody._2.WaterBodyType src) |
void |
unmarshalWaterBody(net.opengis.citygml.waterbody._2.WaterBodyType src,
WaterBody dest) |
WaterClosureSurface |
unmarshalWaterClosureSurface(net.opengis.citygml.waterbody._2.WaterClosureSurfaceType src) |
void |
unmarshalWaterClosureSurface(net.opengis.citygml.waterbody._2.WaterClosureSurfaceType src,
WaterClosureSurface dest) |
WaterGroundSurface |
unmarshalWaterGroundSurface(net.opengis.citygml.waterbody._2.WaterGroundSurfaceType src) |
void |
unmarshalWaterGroundSurface(net.opengis.citygml.waterbody._2.WaterGroundSurfaceType src,
WaterGroundSurface dest) |
WaterSurface |
unmarshalWaterSurface(net.opengis.citygml.waterbody._2.WaterSurfaceType src) |
void |
unmarshalWaterSurface(net.opengis.citygml.waterbody._2.WaterSurfaceType src,
WaterSurface dest) |
public WaterBody200Unmarshaller(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 unmarshalAbstractWaterObject(net.opengis.citygml.waterbody._2.AbstractWaterObjectType src, AbstractWaterObject dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAbstractWaterBoundarySurface(net.opengis.citygml.waterbody._2.AbstractWaterBoundarySurfaceType src, AbstractWaterBoundarySurface dest) throws MissingADESchemaException
MissingADESchemaException
public BoundedByWaterSurfaceProperty unmarshalBoundedByWaterSurfaceProperty(net.opengis.citygml.waterbody._2.BoundedByWaterSurfacePropertyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalWaterBody(net.opengis.citygml.waterbody._2.WaterBodyType src, WaterBody dest) throws MissingADESchemaException
MissingADESchemaException
public WaterBody unmarshalWaterBody(net.opengis.citygml.waterbody._2.WaterBodyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalWaterClosureSurface(net.opengis.citygml.waterbody._2.WaterClosureSurfaceType src, WaterClosureSurface dest) throws MissingADESchemaException
MissingADESchemaException
public WaterClosureSurface unmarshalWaterClosureSurface(net.opengis.citygml.waterbody._2.WaterClosureSurfaceType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalWaterGroundSurface(net.opengis.citygml.waterbody._2.WaterGroundSurfaceType src, WaterGroundSurface dest) throws MissingADESchemaException
MissingADESchemaException
public WaterGroundSurface unmarshalWaterGroundSurface(net.opengis.citygml.waterbody._2.WaterGroundSurfaceType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalWaterSurface(net.opengis.citygml.waterbody._2.WaterSurfaceType src, WaterSurface dest) throws MissingADESchemaException
MissingADESchemaException
public WaterSurface unmarshalWaterSurface(net.opengis.citygml.waterbody._2.WaterSurfaceType src) throws MissingADESchemaException
MissingADESchemaException
public boolean assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)