Class Relief200Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.relief.Relief200Unmarshaller
-
public class Relief200Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Relief200Unmarshaller(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
unmarshalAbstractReliefComponent(net.opengis.citygml.relief._2.AbstractReliefComponentType src, AbstractReliefComponent dest)
BreaklineRelief
unmarshalBreaklineRelief(net.opengis.citygml.relief._2.BreaklineReliefType src)
void
unmarshalBreaklineRelief(net.opengis.citygml.relief._2.BreaklineReliefType src, BreaklineRelief dest)
GridProperty
unmarshalGridProperty(net.opengis.citygml.relief._2.GridPropertyType src)
MassPointRelief
unmarshalMassPointRelief(net.opengis.citygml.relief._2.MassPointReliefType src)
void
unmarshalMassPointRelief(net.opengis.citygml.relief._2.MassPointReliefType src, MassPointRelief dest)
RasterRelief
unmarshalRasterRelief(net.opengis.citygml.relief._2.RasterReliefType src)
void
unmarshalRasterRelief(net.opengis.citygml.relief._2.RasterReliefType src, RasterRelief dest)
ReliefComponentProperty
unmarshalReliefComponentProperty(net.opengis.citygml.relief._2.ReliefComponentPropertyType src)
ReliefFeature
unmarshalReliefFeature(net.opengis.citygml.relief._2.ReliefFeatureType src)
void
unmarshalReliefFeature(net.opengis.citygml.relief._2.ReliefFeatureType src, ReliefFeature dest)
TinProperty
unmarshalTinProperty(net.opengis.citygml.relief._2.TinPropertyType src)
TINRelief
unmarshalTINRelief(net.opengis.citygml.relief._2.TINReliefType src)
void
unmarshalTINRelief(net.opengis.citygml.relief._2.TINReliefType src, TINRelief dest)
-
-
-
Constructor Detail
-
Relief200Unmarshaller
public Relief200Unmarshaller(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
-
unmarshalAbstractReliefComponent
public void unmarshalAbstractReliefComponent(net.opengis.citygml.relief._2.AbstractReliefComponentType src, AbstractReliefComponent dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBreaklineRelief
public void unmarshalBreaklineRelief(net.opengis.citygml.relief._2.BreaklineReliefType src, BreaklineRelief dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalBreaklineRelief
public BreaklineRelief unmarshalBreaklineRelief(net.opengis.citygml.relief._2.BreaklineReliefType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalGridProperty
public GridProperty unmarshalGridProperty(net.opengis.citygml.relief._2.GridPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalMassPointRelief
public void unmarshalMassPointRelief(net.opengis.citygml.relief._2.MassPointReliefType src, MassPointRelief dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalMassPointRelief
public MassPointRelief unmarshalMassPointRelief(net.opengis.citygml.relief._2.MassPointReliefType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRasterRelief
public void unmarshalRasterRelief(net.opengis.citygml.relief._2.RasterReliefType src, RasterRelief dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalRasterRelief
public RasterRelief unmarshalRasterRelief(net.opengis.citygml.relief._2.RasterReliefType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalReliefComponentProperty
public ReliefComponentProperty unmarshalReliefComponentProperty(net.opengis.citygml.relief._2.ReliefComponentPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalReliefFeature
public void unmarshalReliefFeature(net.opengis.citygml.relief._2.ReliefFeatureType src, ReliefFeature dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalReliefFeature
public ReliefFeature unmarshalReliefFeature(net.opengis.citygml.relief._2.ReliefFeatureType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTinProperty
public TinProperty unmarshalTinProperty(net.opengis.citygml.relief._2.TinPropertyType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTINRelief
public void unmarshalTINRelief(net.opengis.citygml.relief._2.TINReliefType src, TINRelief dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalTINRelief
public TINRelief unmarshalTINRelief(net.opengis.citygml.relief._2.TINReliefType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-