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