org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation
Class Vegetation100Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation.Vegetation100Unmarshaller

public class Vegetation100Unmarshaller
extends java.lang.Object


Constructor Summary
Vegetation100Unmarshaller(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 unmarshalAbstractVegetationObject(AbstractVegetationObjectType src, AbstractVegetationObject dest)
           
 PlantCover unmarshalPlantCover(PlantCoverType src)
           
 void unmarshalPlantCover(PlantCoverType src, PlantCover dest)
           
 SolitaryVegetationObject unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src)
           
 void unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, SolitaryVegetationObject dest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vegetation100Unmarshaller

public Vegetation100Unmarshaller(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

unmarshalAbstractVegetationObject

public void unmarshalAbstractVegetationObject(AbstractVegetationObjectType src,
                                              AbstractVegetationObject dest)
                                       throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalPlantCover

public void unmarshalPlantCover(PlantCoverType src,
                                PlantCover dest)
                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalPlantCover

public PlantCover unmarshalPlantCover(PlantCoverType src)
                               throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalSolitaryVegetationObject

public void unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src,
                                              SolitaryVegetationObject dest)
                                       throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalSolitaryVegetationObject

public SolitaryVegetationObject unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src)
                                                           throws MissingADESchemaException
Throws:
MissingADESchemaException

assignGenericProperty

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