Skip navigation links
oracle.spatial.util
Class KML
java.lang.Object
oracle.spatial.util.KML
-
public class KML
- extends java.lang.Object
Constructor Summary |
KML()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KML
public KML()
setConnection
public static void setConnection(java.sql.Connection conn)
setsrsNameSpace
public static void setsrsNameSpace(java.lang.String srsNameSpace)
getNameSpace
public static java.lang.String getNameSpace()
fromNodeToPoint
public static JGeometry fromNodeToPoint(org.w3c.dom.Node nd)
throws DataException,
java.lang.Exception
-
- Throws:
DataException
java.lang.Exception
fromNodeToCurve
public static JGeometry fromNodeToCurve(org.w3c.dom.Node nd)
throws DataException,
java.lang.Exception
-
- Throws:
DataException
java.lang.Exception
fromNodeToPolygon
public static JGeometry fromNodeToPolygon(org.w3c.dom.Node nd)
throws DataException,
java.lang.Exception
-
- Throws:
DataException
java.lang.Exception
fromNodeToGeometry
public static JGeometry fromNodeToGeometry(org.w3c.dom.Node nd)
throws DataException,
java.lang.Exception
-
- Throws:
DataException
java.lang.Exception
fromNodeToGeometryCollection
public static JGeometry fromNodeToGeometryCollection(org.w3c.dom.Node nd)
throws DataException,
java.lang.Exception
-
- Throws:
DataException
java.lang.Exception
fromNodeToLinearRing
public static JGeometry fromNodeToLinearRing(org.w3c.dom.Node nd)
throws DataException,
java.lang.Exception
-
- Throws:
DataException
java.lang.Exception
getGeometry
public static java.util.Vector getGeometry(org.w3c.dom.Node start,
java.lang.String[] geometryTypes)
getGeometry
public static void getGeometry(org.w3c.dom.Node start,
java.lang.String[] geometryTypes,
java.util.Vector result)
Skip navigation links
Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.