public class LandUse200Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
LandUse200Unmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
boolean |
assignGenericProperty(ADEGenericElement genericProperty,
javax.xml.namespace.QName substitutionGroup,
CityGML dest) |
CityGML |
unmarshal(javax.xml.bind.JAXBElement<?> src) |
CityGML |
unmarshal(java.lang.Object src) |
LandUse |
unmarshalLandUse(net.opengis.citygml.landuse._2.LandUseType src) |
void |
unmarshalLandUse(net.opengis.citygml.landuse._2.LandUseType src,
LandUse dest) |
public LandUse200Unmarshaller(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 unmarshalLandUse(net.opengis.citygml.landuse._2.LandUseType src, LandUse dest) throws MissingADESchemaException
MissingADESchemaException
public LandUse unmarshalLandUse(net.opengis.citygml.landuse._2.LandUseType src) throws MissingADESchemaException
MissingADESchemaException
public boolean assignGenericProperty(ADEGenericElement genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)