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