oracle.spatial.util
Class GML3
java.lang.Object
oracle.spatial.util.GML3
public class GML3
- extends java.lang.Object
|
Field Summary |
protected static java.sql.Connection |
_conn
|
protected static java.lang.String |
_srsAlias
|
protected static java.lang.String |
_srsNameSpace
|
|
Constructor Summary |
GML3()
|
|
Method Summary |
protected void |
CCWOutputRectangle(int numDim,
double[] theOrdinates,
int startOrdOffset,
java.lang.StringBuffer gmlStream)
|
protected void |
CWOutputRectangle(int numDim,
double[] theOrdinates,
int startOrdOffset,
java.lang.StringBuffer gmlStream)
|
protected boolean |
geometryHasArcs(oracle.spatial.geometry.JGeometry theGeom,
int numDim)
|
protected boolean |
geometryHasEtypeZero(oracle.spatial.geometry.JGeometry theGeom)
|
protected void |
outputCoordinates(int numDim,
int numPoints,
double[] theOrdinates,
int startOrdOffset,
java.lang.StringBuffer gmlStream)
|
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_GML3Geometry(oracle.spatial.geometry.JGeometry theGeom)
|
static java.lang.String |
to_GML3Geometry(oracle.sql.STRUCT geom)
|
static java.lang.String |
to_GML3Geometry(oracle.sql.STRUCT geom,
java.lang.String srsNameSpace,
java.lang.String srsAlias)
|
static oracle.sql.CLOB |
to_GML3GeometryCLOB(oracle.sql.STRUCT geom)
|
static oracle.sql.CLOB |
to_GML3GeometryCLOB(oracle.sql.STRUCT geom,
java.lang.String srsNameSpace,
java.lang.String srsAlias)
|
protected void |
toGML(int level,
oracle.spatial.geometry.JGeometry theGeom,
java.lang.StringBuffer gmlout)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_conn
protected static java.sql.Connection _conn
_srsNameSpace
protected static java.lang.String _srsNameSpace
_srsAlias
protected static java.lang.String _srsAlias
GML3
public GML3()
setConnection
public static void setConnection(java.sql.Connection conn)
setsrsNameSpace
public static void setsrsNameSpace(java.lang.String srsNameSpace)
setsrsAlias
public static void setsrsAlias(java.lang.String srsAlias)
CCWOutputRectangle
protected void CCWOutputRectangle(int numDim,
double[] theOrdinates,
int startOrdOffset,
java.lang.StringBuffer gmlStream)
throws java.lang.Exception,
java.io.IOException
- Throws:
java.lang.Exception
java.io.IOException
CWOutputRectangle
protected void CWOutputRectangle(int numDim,
double[] theOrdinates,
int startOrdOffset,
java.lang.StringBuffer gmlStream)
throws java.lang.Exception,
java.io.IOException
- Throws:
java.lang.Exception
java.io.IOException
outputCoordinates
protected void outputCoordinates(int numDim,
int numPoints,
double[] theOrdinates,
int startOrdOffset,
java.lang.StringBuffer gmlStream)
throws java.io.IOException
- Throws:
java.io.IOException
geometryHasArcs
protected boolean geometryHasArcs(oracle.spatial.geometry.JGeometry theGeom,
int numDim)
geometryHasEtypeZero
protected boolean geometryHasEtypeZero(oracle.spatial.geometry.JGeometry theGeom)
toGML
protected void toGML(int level,
oracle.spatial.geometry.JGeometry theGeom,
java.lang.StringBuffer gmlout)
throws java.sql.SQLException,
java.io.IOException,
oracle.spatial.geometry.DataException,
java.lang.Exception
- Throws:
java.sql.SQLException
java.io.IOException
oracle.spatial.geometry.DataException
java.lang.Exception
to_GML3GeometryCLOB
public static oracle.sql.CLOB to_GML3GeometryCLOB(oracle.sql.STRUCT geom,
java.lang.String srsNameSpace,
java.lang.String srsAlias)
throws java.sql.SQLException,
java.io.IOException,
java.lang.Exception
- Throws:
java.sql.SQLException
java.io.IOException
java.lang.Exception
to_GML3Geometry
public static java.lang.String to_GML3Geometry(oracle.sql.STRUCT geom,
java.lang.String srsNameSpace,
java.lang.String srsAlias)
throws java.sql.SQLException,
java.io.IOException,
java.lang.Exception
- Throws:
java.sql.SQLException
java.io.IOException
java.lang.Exception
to_GML3Geometry
public static java.lang.String to_GML3Geometry(oracle.sql.STRUCT geom)
throws java.sql.SQLException,
java.io.IOException
- Throws:
java.sql.SQLException
java.io.IOException
to_GML3GeometryCLOB
public static oracle.sql.CLOB to_GML3GeometryCLOB(oracle.sql.STRUCT geom)
throws java.sql.SQLException,
java.io.IOException,
java.lang.Exception
- Throws:
java.sql.SQLException
java.io.IOException
java.lang.Exception
to_GML3Geometry
public static java.lang.String to_GML3Geometry(oracle.spatial.geometry.JGeometry theGeom)
throws java.sql.SQLException,
java.io.IOException
- Throws:
java.sql.SQLException
java.io.IOException