Class WaterBody100Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody.WaterBody100Unmarshaller
-
public class WaterBody100Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WaterBody100Unmarshaller(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
unmarshalAbstractWaterBoundarySurface(net.opengis.citygml.waterbody._1.AbstractWaterBoundarySurfaceType src, AbstractWaterBoundarySurface dest)
void
unmarshalAbstractWaterObject(net.opengis.citygml.waterbody._1.AbstractWaterObjectType src, AbstractWaterObject dest)
BoundedByWaterSurfaceProperty
unmarshalBoundedByWaterSurfaceProperty(net.opengis.citygml.waterbody._1.BoundedByWaterSurfacePropertyType src)
WaterBody
unmarshalWaterBody(net.opengis.citygml.waterbody._1.WaterBodyType src)
void
unmarshalWaterBody(net.opengis.citygml.waterbody._1.WaterBodyType src, WaterBody dest)
WaterClosureSurface
unmarshalWaterClosureSurface(net.opengis.citygml.waterbody._1.WaterClosureSurfaceType src)
void
unmarshalWaterClosureSurface(net.opengis.citygml.waterbody._1.WaterClosureSurfaceType src, WaterClosureSurface dest)
WaterGroundSurface
unmarshalWaterGroundSurface(net.opengis.citygml.waterbody._1.WaterGroundSurfaceType src)
void
unmarshalWaterGroundSurface(net.opengis.citygml.waterbody._1.WaterGroundSurfaceType src, WaterGroundSurface dest)
WaterSurface
unmarshalWaterSurface(net.opengis.citygml.waterbody._1.WaterSurfaceType src)
void
unmarshalWaterSurface(net.opengis.citygml.waterbody._1.WaterSurfaceType src, WaterSurface dest)
-
-
-
Constructor Detail
-
WaterBody100Unmarshaller
public WaterBody100Unmarshaller(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
-
unmarshalAbstractWaterObject
public void unmarshalAbstractWaterObject(net.opengis.citygml.waterbody._1.AbstractWaterObjectType src, AbstractWaterObject dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalAbstractWaterBoundarySurface
public void unmarshalAbstractWaterBoundarySurface(net.opengis.citygml.waterbody._1.AbstractWaterBoundarySurfaceType src, AbstractWaterBoundarySurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBoundedByWaterSurfaceProperty
public BoundedByWaterSurfaceProperty unmarshalBoundedByWaterSurfaceProperty(net.opengis.citygml.waterbody._1.BoundedByWaterSurfacePropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWaterBody
public void unmarshalWaterBody(net.opengis.citygml.waterbody._1.WaterBodyType src, WaterBody dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWaterBody
public WaterBody unmarshalWaterBody(net.opengis.citygml.waterbody._1.WaterBodyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWaterClosureSurface
public void unmarshalWaterClosureSurface(net.opengis.citygml.waterbody._1.WaterClosureSurfaceType src, WaterClosureSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWaterClosureSurface
public WaterClosureSurface unmarshalWaterClosureSurface(net.opengis.citygml.waterbody._1.WaterClosureSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWaterGroundSurface
public void unmarshalWaterGroundSurface(net.opengis.citygml.waterbody._1.WaterGroundSurfaceType src, WaterGroundSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWaterGroundSurface
public WaterGroundSurface unmarshalWaterGroundSurface(net.opengis.citygml.waterbody._1.WaterGroundSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWaterSurface
public void unmarshalWaterSurface(net.opengis.citygml.waterbody._1.WaterSurfaceType src, WaterSurface dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalWaterSurface
public WaterSurface unmarshalWaterSurface(net.opengis.citygml.waterbody._1.WaterSurfaceType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-