org.citygml4j.builder.jaxb.unmarshal.citygml.generics
Class Generics200Unmarshaller
java.lang.Object
org.citygml4j.builder.jaxb.unmarshal.citygml.generics.Generics200Unmarshaller
public class Generics200Unmarshaller
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generics200Unmarshaller
public Generics200Unmarshaller(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
unmarshalAbstractGenericAttribute
public void unmarshalAbstractGenericAttribute(AbstractGenericAttributeType src,
AbstractGenericAttribute dest)
unmarshalGenericCityObject
public void unmarshalGenericCityObject(GenericCityObjectType src,
GenericCityObject dest)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalGenericCityObject
public GenericCityObject unmarshalGenericCityObject(GenericCityObjectType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalDateAttribute
public void unmarshalDateAttribute(DateAttributeType src,
DateAttribute dest)
unmarshalDateAttribute
public DateAttribute unmarshalDateAttribute(DateAttributeType src)
unmarshalGenericAttributeSet
public void unmarshalGenericAttributeSet(GenericAttributeSetType src,
GenericAttributeSet dest)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalGenericAttributeSet
public GenericAttributeSet unmarshalGenericAttributeSet(GenericAttributeSetType src)
throws MissingADESchemaException
- Throws:
MissingADESchemaException
unmarshalDoubleAttribute
public void unmarshalDoubleAttribute(DoubleAttributeType src,
DoubleAttribute dest)
unmarshalDoubleAttribute
public DoubleAttribute unmarshalDoubleAttribute(DoubleAttributeType src)
unmarshalIntAttribute
public void unmarshalIntAttribute(IntAttributeType src,
IntAttribute dest)
unmarshalIntAttribute
public IntAttribute unmarshalIntAttribute(IntAttributeType src)
unmarshalMeasureAttribute
public void unmarshalMeasureAttribute(MeasureAttributeType src,
MeasureAttribute dest)
unmarshalMeasureAttribute
public MeasureAttribute unmarshalMeasureAttribute(MeasureAttributeType src)
unmarshalStringAttribute
public void unmarshalStringAttribute(StringAttributeType src,
StringAttribute dest)
unmarshalStringAttribute
public StringAttribute unmarshalStringAttribute(StringAttributeType src)
unmarshalUriAttribute
public void unmarshalUriAttribute(UriAttributeType src,
UriAttribute dest)
unmarshalUriAttribute
public UriAttribute unmarshalUriAttribute(UriAttributeType src)