Package org.citydb.ade.bind
Class CityDBADEUnmarshaller
- java.lang.Object
-
- org.citydb.ade.bind.CityDBADEUnmarshaller
-
- All Implemented Interfaces:
org.citygml4j.model.citygml.ade.binding.ADEUnmarshaller
public class CityDBADEUnmarshaller extends java.lang.Object implements org.citygml4j.model.citygml.ade.binding.ADEUnmarshaller
-
-
Constructor Summary
Constructors Constructor Description CityDBADEUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setADEUnmarshallerHelper(org.citygml4j.builder.jaxb.unmarshal.citygml.ade.ADEUnmarshallerHelper helper)
org.citygml4j.model.citygml.ade.binding.ADEModelObject
unmarshal(java.lang.Object src)
org.citygml4j.model.citygml.ade.binding.ADEModelObject
unmarshal(javax.xml.bind.JAXBElement<?> src)
-
-
-
Method Detail
-
setADEUnmarshallerHelper
public void setADEUnmarshallerHelper(org.citygml4j.builder.jaxb.unmarshal.citygml.ade.ADEUnmarshallerHelper helper)
- Specified by:
setADEUnmarshallerHelper
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEUnmarshaller
-
unmarshal
public org.citygml4j.model.citygml.ade.binding.ADEModelObject unmarshal(javax.xml.bind.JAXBElement<?> src) throws org.citygml4j.xml.io.reader.MissingADESchemaException
- Specified by:
unmarshal
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEUnmarshaller
- Throws:
org.citygml4j.xml.io.reader.MissingADESchemaException
-
unmarshal
public org.citygml4j.model.citygml.ade.binding.ADEModelObject unmarshal(java.lang.Object src) throws org.citygml4j.xml.io.reader.MissingADESchemaException
- Specified by:
unmarshal
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEUnmarshaller
- Throws:
org.citygml4j.xml.io.reader.MissingADESchemaException
-
-