public class CityObjectGroup100Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
CityObjectGroup100Unmarshaller(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) |
CityObjectGroup |
unmarshalCityObjectGroup(net.opengis.citygml.cityobjectgroup._1.CityObjectGroupType src) |
void |
unmarshalCityObjectGroup(net.opengis.citygml.cityobjectgroup._1.CityObjectGroupType src,
CityObjectGroup dest) |
CityObjectGroupMember |
unmarshalCityObjectGroupMember(net.opengis.citygml.cityobjectgroup._1.CityObjectGroupMemberType src) |
CityObjectGroupParent |
unmarshalCityObjectGroupParent(net.opengis.citygml.cityobjectgroup._1.CityObjectGroupParentType src) |
public CityObjectGroup100Unmarshaller(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 unmarshalCityObjectGroup(net.opengis.citygml.cityobjectgroup._1.CityObjectGroupType src, CityObjectGroup dest) throws MissingADESchemaException
MissingADESchemaException
public CityObjectGroup unmarshalCityObjectGroup(net.opengis.citygml.cityobjectgroup._1.CityObjectGroupType src) throws MissingADESchemaException
MissingADESchemaException
public CityObjectGroupMember unmarshalCityObjectGroupMember(net.opengis.citygml.cityobjectgroup._1.CityObjectGroupMemberType src) throws MissingADESchemaException
MissingADESchemaException
public CityObjectGroupParent unmarshalCityObjectGroupParent(net.opengis.citygml.cityobjectgroup._1.CityObjectGroupParentType src) throws MissingADESchemaException
MissingADESchemaException
public boolean assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)