Class Vegetation100Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation.Vegetation100Unmarshaller
-
public class Vegetation100Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Vegetation100Unmarshaller(CityGMLUnmarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
CityGML
unmarshal(java.lang.Object src)
CityGML
unmarshal(javax.xml.bind.JAXBElement<?> src)
void
unmarshalAbstractVegetationObject(net.opengis.citygml.vegetation._1.AbstractVegetationObjectType src, AbstractVegetationObject dest)
PlantCover
unmarshalPlantCover(net.opengis.citygml.vegetation._1.PlantCoverType src)
void
unmarshalPlantCover(net.opengis.citygml.vegetation._1.PlantCoverType src, PlantCover dest)
SolitaryVegetationObject
unmarshalSolitaryVegetationObject(net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType src)
void
unmarshalSolitaryVegetationObject(net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType src, SolitaryVegetationObject dest)
-
-
-
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(net.opengis.citygml.vegetation._1.AbstractVegetationObjectType src, AbstractVegetationObject dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalPlantCover
public void unmarshalPlantCover(net.opengis.citygml.vegetation._1.PlantCoverType src, PlantCover dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalPlantCover
public PlantCover unmarshalPlantCover(net.opengis.citygml.vegetation._1.PlantCoverType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalSolitaryVegetationObject
public void unmarshalSolitaryVegetationObject(net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType src, SolitaryVegetationObject dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalSolitaryVegetationObject
public SolitaryVegetationObject unmarshalSolitaryVegetationObject(net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-