Class CityFurniture100Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture.CityFurniture100Unmarshaller
-
public class CityFurniture100Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CityFurniture100Unmarshaller(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)
CityFurniture
unmarshalCityFurniture(net.opengis.citygml.cityfurniture._1.CityFurnitureType src)
void
unmarshalCityFurniture(net.opengis.citygml.cityfurniture._1.CityFurnitureType src, CityFurniture dest)
-
-
-
Constructor Detail
-
CityFurniture100Unmarshaller
public CityFurniture100Unmarshaller(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
-
unmarshalCityFurniture
public void unmarshalCityFurniture(net.opengis.citygml.cityfurniture._1.CityFurnitureType src, CityFurniture dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalCityFurniture
public CityFurniture unmarshalCityFurniture(net.opengis.citygml.cityfurniture._1.CityFurnitureType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-