Package oracle.spatial.util
Class StAXCityGML
- java.lang.Object
-
- oracle.spatial.util.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)
-
-
-
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)
-
-