public class Generics200Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
Generics200Unmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
CityGML |
unmarshal(javax.xml.bind.JAXBElement<?> src) |
CityGML |
unmarshal(java.lang.Object src) |
void |
unmarshalAbstractGenericAttribute(net.opengis.citygml.generics._2.AbstractGenericAttributeType src,
AbstractGenericAttribute dest) |
DateAttribute |
unmarshalDateAttribute(net.opengis.citygml.generics._2.DateAttributeType src) |
void |
unmarshalDateAttribute(net.opengis.citygml.generics._2.DateAttributeType src,
DateAttribute dest) |
DoubleAttribute |
unmarshalDoubleAttribute(net.opengis.citygml.generics._2.DoubleAttributeType src) |
void |
unmarshalDoubleAttribute(net.opengis.citygml.generics._2.DoubleAttributeType src,
DoubleAttribute dest) |
GenericAttributeSet |
unmarshalGenericAttributeSet(net.opengis.citygml.generics._2.GenericAttributeSetType src) |
void |
unmarshalGenericAttributeSet(net.opengis.citygml.generics._2.GenericAttributeSetType src,
GenericAttributeSet dest) |
GenericCityObject |
unmarshalGenericCityObject(net.opengis.citygml.generics._2.GenericCityObjectType src) |
void |
unmarshalGenericCityObject(net.opengis.citygml.generics._2.GenericCityObjectType src,
GenericCityObject dest) |
IntAttribute |
unmarshalIntAttribute(net.opengis.citygml.generics._2.IntAttributeType src) |
void |
unmarshalIntAttribute(net.opengis.citygml.generics._2.IntAttributeType src,
IntAttribute dest) |
MeasureAttribute |
unmarshalMeasureAttribute(net.opengis.citygml.generics._2.MeasureAttributeType src) |
void |
unmarshalMeasureAttribute(net.opengis.citygml.generics._2.MeasureAttributeType src,
MeasureAttribute dest) |
StringAttribute |
unmarshalStringAttribute(net.opengis.citygml.generics._2.StringAttributeType src) |
void |
unmarshalStringAttribute(net.opengis.citygml.generics._2.StringAttributeType src,
StringAttribute dest) |
UriAttribute |
unmarshalUriAttribute(net.opengis.citygml.generics._2.UriAttributeType src) |
void |
unmarshalUriAttribute(net.opengis.citygml.generics._2.UriAttributeType src,
UriAttribute dest) |
public Generics200Unmarshaller(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 unmarshalAbstractGenericAttribute(net.opengis.citygml.generics._2.AbstractGenericAttributeType src, AbstractGenericAttribute dest)
public void unmarshalGenericCityObject(net.opengis.citygml.generics._2.GenericCityObjectType src, GenericCityObject dest) throws MissingADESchemaException
MissingADESchemaException
public GenericCityObject unmarshalGenericCityObject(net.opengis.citygml.generics._2.GenericCityObjectType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalDateAttribute(net.opengis.citygml.generics._2.DateAttributeType src, DateAttribute dest)
public DateAttribute unmarshalDateAttribute(net.opengis.citygml.generics._2.DateAttributeType src)
public void unmarshalGenericAttributeSet(net.opengis.citygml.generics._2.GenericAttributeSetType src, GenericAttributeSet dest) throws MissingADESchemaException
MissingADESchemaException
public GenericAttributeSet unmarshalGenericAttributeSet(net.opengis.citygml.generics._2.GenericAttributeSetType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalDoubleAttribute(net.opengis.citygml.generics._2.DoubleAttributeType src, DoubleAttribute dest)
public DoubleAttribute unmarshalDoubleAttribute(net.opengis.citygml.generics._2.DoubleAttributeType src)
public void unmarshalIntAttribute(net.opengis.citygml.generics._2.IntAttributeType src, IntAttribute dest)
public IntAttribute unmarshalIntAttribute(net.opengis.citygml.generics._2.IntAttributeType src)
public void unmarshalMeasureAttribute(net.opengis.citygml.generics._2.MeasureAttributeType src, MeasureAttribute dest)
public MeasureAttribute unmarshalMeasureAttribute(net.opengis.citygml.generics._2.MeasureAttributeType src)
public void unmarshalStringAttribute(net.opengis.citygml.generics._2.StringAttributeType src, StringAttribute dest)
public StringAttribute unmarshalStringAttribute(net.opengis.citygml.generics._2.StringAttributeType src)
public void unmarshalUriAttribute(net.opengis.citygml.generics._2.UriAttributeType src, UriAttribute dest)
public UriAttribute unmarshalUriAttribute(net.opengis.citygml.generics._2.UriAttributeType src)