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