org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation
Class Vegetation040Unmarshaller
java.lang.Object
org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation.Vegetation040Unmarshaller
public class Vegetation040Unmarshaller
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vegetation040Unmarshaller
public Vegetation040Unmarshaller(CityGMLUnmarshaller citygml)
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
unmarshalVegetationObject
public void unmarshalVegetationObject(_VegetationObjectType 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)