public class Relief100Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
Relief100Unmarshaller(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) |
void |
unmarshalAbstractReliefComponent(net.opengis.citygml.relief._1.AbstractReliefComponentType src,
AbstractReliefComponent dest) |
BreaklineRelief |
unmarshalBreaklineRelief(net.opengis.citygml.relief._1.BreaklineReliefType src) |
void |
unmarshalBreaklineRelief(net.opengis.citygml.relief._1.BreaklineReliefType src,
BreaklineRelief dest) |
GridProperty |
unmarshalGridProperty(net.opengis.citygml.relief._1.GridPropertyType src) |
MassPointRelief |
unmarshalMassPointRelief(net.opengis.citygml.relief._1.MassPointReliefType src) |
void |
unmarshalMassPointRelief(net.opengis.citygml.relief._1.MassPointReliefType src,
MassPointRelief dest) |
RasterRelief |
unmarshalRasterRelief(net.opengis.citygml.relief._1.RasterReliefType src) |
void |
unmarshalRasterRelief(net.opengis.citygml.relief._1.RasterReliefType src,
RasterRelief dest) |
ReliefComponentProperty |
unmarshalReliefComponentProperty(net.opengis.citygml.relief._1.ReliefComponentPropertyType src) |
ReliefFeature |
unmarshalReliefFeature(net.opengis.citygml.relief._1.ReliefFeatureType src) |
void |
unmarshalReliefFeature(net.opengis.citygml.relief._1.ReliefFeatureType src,
ReliefFeature dest) |
TinProperty |
unmarshalTinProperty(net.opengis.citygml.relief._1.TinPropertyType src) |
TINRelief |
unmarshalTINRelief(net.opengis.citygml.relief._1.TINReliefType src) |
void |
unmarshalTINRelief(net.opengis.citygml.relief._1.TINReliefType src,
TINRelief dest) |
public Relief100Unmarshaller(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 unmarshalAbstractReliefComponent(net.opengis.citygml.relief._1.AbstractReliefComponentType src, AbstractReliefComponent dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalBreaklineRelief(net.opengis.citygml.relief._1.BreaklineReliefType src, BreaklineRelief dest) throws MissingADESchemaException
MissingADESchemaException
public BreaklineRelief unmarshalBreaklineRelief(net.opengis.citygml.relief._1.BreaklineReliefType src) throws MissingADESchemaException
MissingADESchemaException
public GridProperty unmarshalGridProperty(net.opengis.citygml.relief._1.GridPropertyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalMassPointRelief(net.opengis.citygml.relief._1.MassPointReliefType src, MassPointRelief dest) throws MissingADESchemaException
MissingADESchemaException
public MassPointRelief unmarshalMassPointRelief(net.opengis.citygml.relief._1.MassPointReliefType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalRasterRelief(net.opengis.citygml.relief._1.RasterReliefType src, RasterRelief dest) throws MissingADESchemaException
MissingADESchemaException
public RasterRelief unmarshalRasterRelief(net.opengis.citygml.relief._1.RasterReliefType src) throws MissingADESchemaException
MissingADESchemaException
public ReliefComponentProperty unmarshalReliefComponentProperty(net.opengis.citygml.relief._1.ReliefComponentPropertyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalReliefFeature(net.opengis.citygml.relief._1.ReliefFeatureType src, ReliefFeature dest) throws MissingADESchemaException
MissingADESchemaException
public ReliefFeature unmarshalReliefFeature(net.opengis.citygml.relief._1.ReliefFeatureType src) throws MissingADESchemaException
MissingADESchemaException
public TinProperty unmarshalTinProperty(net.opengis.citygml.relief._1.TinPropertyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalTINRelief(net.opengis.citygml.relief._1.TINReliefType src, TINRelief dest) throws MissingADESchemaException
MissingADESchemaException
public TINRelief unmarshalTINRelief(net.opengis.citygml.relief._1.TINReliefType src) throws MissingADESchemaException
MissingADESchemaException
public boolean assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)