org.citygml4j.builder.jaxb.unmarshal.citygml.generics
Class Generics040Unmarshaller
java.lang.Object
org.citygml4j.builder.jaxb.unmarshal.citygml.generics.Generics040Unmarshaller
public class Generics040Unmarshaller
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generics040Unmarshaller
public Generics040Unmarshaller(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
unmarshalGenericAttribute
public void unmarshalGenericAttribute(_GenericAttributeType 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)
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)
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)