public class Generics100Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
Generics100Unmarshaller(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._1.AbstractGenericAttributeType src,
AbstractGenericAttribute dest) |
DateAttribute |
unmarshalDateAttribute(net.opengis.citygml.generics._1.DateAttributeType src) |
void |
unmarshalDateAttribute(net.opengis.citygml.generics._1.DateAttributeType src,
DateAttribute dest) |
DoubleAttribute |
unmarshalDoubleAttribute(net.opengis.citygml.generics._1.DoubleAttributeType src) |
void |
unmarshalDoubleAttribute(net.opengis.citygml.generics._1.DoubleAttributeType src,
DoubleAttribute dest) |
GenericCityObject |
unmarshalGenericCityObject(net.opengis.citygml.generics._1.GenericCityObjectType src) |
void |
unmarshalGenericCityObject(net.opengis.citygml.generics._1.GenericCityObjectType src,
GenericCityObject dest) |
IntAttribute |
unmarshalIntAttribute(net.opengis.citygml.generics._1.IntAttributeType src) |
void |
unmarshalIntAttribute(net.opengis.citygml.generics._1.IntAttributeType src,
IntAttribute dest) |
StringAttribute |
unmarshalStringAttribute(net.opengis.citygml.generics._1.StringAttributeType src) |
void |
unmarshalStringAttribute(net.opengis.citygml.generics._1.StringAttributeType src,
StringAttribute dest) |
UriAttribute |
unmarshalUriAttribute(net.opengis.citygml.generics._1.UriAttributeType src) |
void |
unmarshalUriAttribute(net.opengis.citygml.generics._1.UriAttributeType src,
UriAttribute dest) |
public Generics100Unmarshaller(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._1.AbstractGenericAttributeType src, AbstractGenericAttribute dest)
public void unmarshalGenericCityObject(net.opengis.citygml.generics._1.GenericCityObjectType src, GenericCityObject dest) throws MissingADESchemaException
MissingADESchemaException
public GenericCityObject unmarshalGenericCityObject(net.opengis.citygml.generics._1.GenericCityObjectType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalDateAttribute(net.opengis.citygml.generics._1.DateAttributeType src, DateAttribute dest)
public DateAttribute unmarshalDateAttribute(net.opengis.citygml.generics._1.DateAttributeType src)
public void unmarshalDoubleAttribute(net.opengis.citygml.generics._1.DoubleAttributeType src, DoubleAttribute dest)
public DoubleAttribute unmarshalDoubleAttribute(net.opengis.citygml.generics._1.DoubleAttributeType src)
public void unmarshalIntAttribute(net.opengis.citygml.generics._1.IntAttributeType src, IntAttribute dest)
public IntAttribute unmarshalIntAttribute(net.opengis.citygml.generics._1.IntAttributeType src)
public void unmarshalStringAttribute(net.opengis.citygml.generics._1.StringAttributeType src, StringAttribute dest)
public StringAttribute unmarshalStringAttribute(net.opengis.citygml.generics._1.StringAttributeType src)
public void unmarshalUriAttribute(net.opengis.citygml.generics._1.UriAttributeType src, UriAttribute dest)
public UriAttribute unmarshalUriAttribute(net.opengis.citygml.generics._1.UriAttributeType src)