Class Generics200Unmarshaller


  • public class Generics200Unmarshaller
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • unmarshalAbstractGenericAttribute

        public void unmarshalAbstractGenericAttribute​(net.opengis.citygml.generics._2.AbstractGenericAttributeType src,
                                                      AbstractGenericAttribute dest)
      • unmarshalDateAttribute

        public void unmarshalDateAttribute​(net.opengis.citygml.generics._2.DateAttributeType src,
                                           DateAttribute dest)
      • unmarshalDateAttribute

        public DateAttribute unmarshalDateAttribute​(net.opengis.citygml.generics._2.DateAttributeType src)
      • 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)