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