public class Vegetation200Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
Vegetation200Unmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
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(net.opengis.citygml.vegetation._2.AbstractVegetationObjectType src,
AbstractVegetationObject dest) |
PlantCover |
unmarshalPlantCover(net.opengis.citygml.vegetation._2.PlantCoverType src) |
void |
unmarshalPlantCover(net.opengis.citygml.vegetation._2.PlantCoverType src,
PlantCover dest) |
SolitaryVegetationObject |
unmarshalSolitaryVegetationObject(net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType src) |
void |
unmarshalSolitaryVegetationObject(net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType src,
SolitaryVegetationObject dest) |
public Vegetation200Unmarshaller(CityGMLUnmarshaller citygml)
public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src) throws MissingADESchemaException
MissingADESchemaException
public CityGML unmarshal(java.lang.Object src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAbstractVegetationObject(net.opengis.citygml.vegetation._2.AbstractVegetationObjectType src, AbstractVegetationObject dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalPlantCover(net.opengis.citygml.vegetation._2.PlantCoverType src, PlantCover dest) throws MissingADESchemaException
MissingADESchemaException
public PlantCover unmarshalPlantCover(net.opengis.citygml.vegetation._2.PlantCoverType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalSolitaryVegetationObject(net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType src, SolitaryVegetationObject dest) throws MissingADESchemaException
MissingADESchemaException
public SolitaryVegetationObject unmarshalSolitaryVegetationObject(net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType src) throws MissingADESchemaException
MissingADESchemaException
public boolean assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)