org.citygml4j.builder.jaxb.unmarshal.citygml.relief
Class Relief100Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.relief.Relief100Unmarshaller

public class Relief100Unmarshaller
extends java.lang.Object


Constructor Summary
Relief100Unmarshaller(CityGMLUnmarshaller citygml)
           
 
Method Summary
 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 unmarshalAbstractReliefComponent(AbstractReliefComponentType src, AbstractReliefComponent dest)
           
 BreaklineRelief unmarshalBreaklineRelief(BreaklineReliefType src)
           
 void unmarshalBreaklineRelief(BreaklineReliefType src, BreaklineRelief dest)
           
 GridProperty unmarshalGridProperty(GridPropertyType src)
           
 MassPointRelief unmarshalMassPointRelief(MassPointReliefType src)
           
 void unmarshalMassPointRelief(MassPointReliefType src, MassPointRelief dest)
           
 RasterRelief unmarshalRasterRelief(RasterReliefType src)
           
 void unmarshalRasterRelief(RasterReliefType src, RasterRelief dest)
           
 ReliefComponentProperty unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
           
 ReliefFeature unmarshalReliefFeature(ReliefFeatureType src)
           
 void unmarshalReliefFeature(ReliefFeatureType src, ReliefFeature dest)
           
 TinProperty unmarshalTinProperty(TinPropertyType src)
           
 TINRelief unmarshalTINRelief(TINReliefType src)
           
 void unmarshalTINRelief(TINReliefType src, TINRelief dest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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(AbstractReliefComponentType src,
                                             AbstractReliefComponent dest)
                                      throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBreaklineRelief

public void unmarshalBreaklineRelief(BreaklineReliefType src,
                                     BreaklineRelief dest)
                              throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalBreaklineRelief

public BreaklineRelief unmarshalBreaklineRelief(BreaklineReliefType src)
                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalGridProperty

public GridProperty unmarshalGridProperty(GridPropertyType src)
                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalMassPointRelief

public void unmarshalMassPointRelief(MassPointReliefType src,
                                     MassPointRelief dest)
                              throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalMassPointRelief

public MassPointRelief unmarshalMassPointRelief(MassPointReliefType src)
                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalRasterRelief

public void unmarshalRasterRelief(RasterReliefType src,
                                  RasterRelief dest)
                           throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalRasterRelief

public RasterRelief unmarshalRasterRelief(RasterReliefType src)
                                   throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalReliefComponentProperty

public ReliefComponentProperty unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
                                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalReliefFeature

public void unmarshalReliefFeature(ReliefFeatureType src,
                                   ReliefFeature dest)
                            throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalReliefFeature

public ReliefFeature unmarshalReliefFeature(ReliefFeatureType src)
                                     throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTinProperty

public TinProperty unmarshalTinProperty(TinPropertyType src)
                                 throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTINRelief

public void unmarshalTINRelief(TINReliefType src,
                               TINRelief dest)
                        throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalTINRelief

public TINRelief unmarshalTINRelief(TINReliefType src)
                             throws MissingADESchemaException
Throws:
MissingADESchemaException

assignGenericProperty

public boolean assignGenericProperty(ADEComponent genericProperty,
                                     javax.xml.namespace.QName substitutionGroup,
                                     CityGML dest)