Class CityObjectGroup200Unmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup.CityObjectGroup200Unmarshaller
-
public class CityObjectGroup200Unmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CityObjectGroup200Unmarshaller(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)
CityObjectGroup
unmarshalCityObjectGroup(net.opengis.citygml.cityobjectgroup._2.CityObjectGroupType src)
void
unmarshalCityObjectGroup(net.opengis.citygml.cityobjectgroup._2.CityObjectGroupType src, CityObjectGroup dest)
CityObjectGroupMember
unmarshalCityObjectGroupMember(net.opengis.citygml.cityobjectgroup._2.CityObjectGroupMemberType src)
CityObjectGroupParent
unmarshalCityObjectGroupParent(net.opengis.citygml.cityobjectgroup._2.CityObjectGroupParentType src)
-
-
-
Constructor Detail
-
CityObjectGroup200Unmarshaller
public CityObjectGroup200Unmarshaller(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
-
unmarshalCityObjectGroup
public void unmarshalCityObjectGroup(net.opengis.citygml.cityobjectgroup._2.CityObjectGroupType src, CityObjectGroup dest) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalCityObjectGroup
public CityObjectGroup unmarshalCityObjectGroup(net.opengis.citygml.cityobjectgroup._2.CityObjectGroupType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalCityObjectGroupMember
public CityObjectGroupMember unmarshalCityObjectGroupMember(net.opengis.citygml.cityobjectgroup._2.CityObjectGroupMemberType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshalCityObjectGroupParent
public CityObjectGroupParent unmarshalCityObjectGroupParent(net.opengis.citygml.cityobjectgroup._2.CityObjectGroupParentType src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
assignGenericProperty
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, AbstractGML dest)
-
-