org.citygml4j.builder.jaxb.unmarshal.citygml.relief
Class Relief100Unmarshaller
java.lang.Object
org.citygml4j.builder.jaxb.unmarshal.citygml.relief.Relief100Unmarshaller
public class Relief100Unmarshaller
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Relief100Unmarshaller
public Relief100Unmarshaller(CityGMLUnmarshaller citygml)
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
unmarshalAbstractReliefComponent
public void unmarshalAbstractReliefComponent(AbstractReliefComponentType src,
AbstractReliefComponent dest)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalBreaklineRelief
public void unmarshalBreaklineRelief(BreaklineReliefType src,
BreaklineRelief dest)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalBreaklineRelief
public BreaklineRelief unmarshalBreaklineRelief(BreaklineReliefType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalGridProperty
public GridProperty unmarshalGridProperty(GridPropertyType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalMassPointRelief
public void unmarshalMassPointRelief(MassPointReliefType src,
MassPointRelief dest)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalMassPointRelief
public MassPointRelief unmarshalMassPointRelief(MassPointReliefType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalRasterRelief
public void unmarshalRasterRelief(RasterReliefType src,
RasterRelief dest)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalRasterRelief
public RasterRelief unmarshalRasterRelief(RasterReliefType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalReliefComponentProperty
public ReliefComponentProperty unmarshalReliefComponentProperty(ReliefComponentPropertyType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalReliefFeature
public void unmarshalReliefFeature(ReliefFeatureType src,
ReliefFeature dest)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalReliefFeature
public ReliefFeature unmarshalReliefFeature(ReliefFeatureType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalTinProperty
public TinProperty unmarshalTinProperty(TinPropertyType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalTINRelief
public void unmarshalTINRelief(TINReliefType src,
TINRelief dest)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalTINRelief
public TINRelief unmarshalTINRelief(TINReliefType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
assignGenericProperty
public boolean assignGenericProperty(ADEComponent genericProperty,
javax.xml.namespace.QName substitutionGroup,
CityGML dest)