public class KML2
extends java.lang.Object
Constructor and Description |
---|
KML2() |
Modifier and Type | Method and Description |
---|---|
static void |
setConnection(java.sql.Connection conn) |
static void |
setsrsAlias(java.lang.String srsAlias) |
static void |
setsrsNameSpace(java.lang.String srsNameSpace) |
static java.lang.String |
to_KMLGeometry(STRUCT geom)
Deprecated.
|
static java.lang.String |
to_KMLGeometry(STRUCT geom, java.lang.String srsNameSpace, java.lang.String srsAlias)
Deprecated.
|
static CLOB |
to_KMLGeometryCLOB(java.sql.Struct geom)
Deprecated.
Use
to_KMLGeometryCLOBJS(java.sql.Struct) instead. |
static CLOB |
to_KMLGeometryCLOB(STRUCT geom)
Deprecated.
Use
to_KMLGeometryCLOBJS(java.sql.Struct) instead. |
static CLOB |
to_KMLGeometryCLOB(java.sql.Struct geom, java.lang.String srsNameSpace, java.lang.String srsAlias)
Deprecated.
|
static CLOB |
to_KMLGeometryCLOB(STRUCT geom, java.lang.String srsNameSpace, java.lang.String srsAlias)
Deprecated.
|
static OracleClob |
to_KMLGeometryCLOBJS(java.sql.Struct geom)
Returns KML OracleClob object for the java.sql.Struct Geometry Object.
|
static OracleClob |
to_KMLGeometryCLOBJS(java.sql.Struct geom, java.lang.String srsNameSpace, java.lang.String srsAlias)
Returns KML OracleClob object for the java.sql.Struct Object with srsNameSpace and srsAlias.
|
public static void setConnection(java.sql.Connection conn)
public static void setsrsNameSpace(java.lang.String srsNameSpace)
public static void setsrsAlias(java.lang.String srsAlias)
public static CLOB to_KMLGeometryCLOB(STRUCT geom, java.lang.String srsNameSpace, java.lang.String srsAlias) throws java.sql.SQLException, java.io.IOException, java.lang.Exception
to_KMLGeometryCLOBJS(java.sql.Struct, String, String)
instead.geom
-srsNameSpace
-srsAlias
-java.sql.SQLException
java.io.IOException
java.lang.Exception
public static CLOB to_KMLGeometryCLOB(java.sql.Struct geom, java.lang.String srsNameSpace, java.lang.String srsAlias) throws java.sql.SQLException, java.io.IOException, java.lang.Exception
to_KMLGeometryCLOBJS(java.sql.Struct, String, String)
instead.geom
-srsNameSpace
-srsAlias
-java.sql.SQLException
java.io.IOException
java.lang.Exception
public static java.lang.String to_KMLGeometry(STRUCT geom, java.lang.String srsNameSpace, java.lang.String srsAlias) throws java.sql.SQLException, java.io.IOException, java.lang.Exception
geom
-srsNameSpace
-srsAlias
-java.sql.SQLException
java.io.IOException
java.lang.Exception
public static java.lang.String to_KMLGeometry(STRUCT geom) throws java.sql.SQLException, java.io.IOException
geom
-java.sql.SQLException
java.io.IOException
public static CLOB to_KMLGeometryCLOB(STRUCT geom) throws java.sql.SQLException, java.io.IOException, java.lang.Exception
to_KMLGeometryCLOBJS(java.sql.Struct)
instead.geom
-java.sql.SQLException
java.io.IOException
java.lang.Exception
public static CLOB to_KMLGeometryCLOB(java.sql.Struct geom) throws java.sql.SQLException, java.io.IOException, java.lang.Exception
to_KMLGeometryCLOBJS(java.sql.Struct)
instead.geom
-java.sql.SQLException
java.io.IOException
java.lang.Exception
public static OracleClob to_KMLGeometryCLOBJS(java.sql.Struct geom) throws java.sql.SQLException, java.io.IOException, java.lang.Exception
geom
-java.sql.SQLException
java.io.IOException
java.lang.Exception
public static OracleClob to_KMLGeometryCLOBJS(java.sql.Struct geom, java.lang.String srsNameSpace, java.lang.String srsAlias) throws java.sql.SQLException, java.io.IOException, java.lang.Exception
geom
-srsNameSpace
-srsAlias
-java.sql.SQLException
java.io.IOException
java.lang.Exception