Class StAXCityGML


  • public class StAXCityGML
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StAXCityGML()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void loadCityGML​(javax.xml.stream.XMLStreamReader streamReader)  
      static void loadCityGML​(oracle.sql.CLOB citygml)  
      protected static void loadCityGMLBuilding​(javax.xml.stream.XMLStreamReader streamReader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StAXCityGML

        public StAXCityGML()
    • Method Detail

      • loadCityGML

        public static void loadCityGML​(oracle.sql.CLOB citygml)
                                throws java.sql.SQLException,
                                       javax.xml.stream.XMLStreamException
        Throws:
        java.sql.SQLException
        javax.xml.stream.XMLStreamException
      • loadCityGML

        protected static void loadCityGML​(javax.xml.stream.XMLStreamReader streamReader)
                                   throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • loadCityGMLBuilding

        protected static void loadCityGMLBuilding​(javax.xml.stream.XMLStreamReader streamReader)