public class OracleSdoGeometry
extends java.lang.Object
implements oracle.sql.ORAData, oracle.sql.ORADataFactory
OracleSdoGeometryDataType| Modifier and Type | Field and Description |
|---|---|
protected static oracle.sql.ORADataFactory[] |
_factory |
protected static OracleSdoGeometry |
_OracleSdoGeometryFactory |
static java.lang.String |
_SQL_NAME |
static int |
_SQL_TYPECODE |
protected static int[] |
_sqlType |
protected oracle.jpub.runtime.MutableStruct |
_struct |
| Constructor and Description |
|---|
OracleSdoGeometry() |
OracleSdoGeometry(java.math.BigDecimal sdoGtype,
java.math.BigDecimal sdoSrid,
OracleSdoPointType sdoPoint,
OracleSdoElemInfoArray sdoElemInfo,
OracleSdoOrdinateArray sdoOrdinates) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_init_struct(boolean init) |
oracle.sql.ORAData |
create(oracle.sql.Datum d,
int sqlType) |
protected oracle.sql.ORAData |
create(OracleSdoGeometry o,
oracle.sql.Datum d,
int sqlType) |
boolean |
equals(java.lang.Object obj) |
static oracle.sql.ORADataFactory |
getORADataFactory() |
OracleSdoElemInfoArray |
getSdoElemInfo() |
java.math.BigDecimal |
getSdoGtype() |
OracleSdoOrdinateArray |
getSdoOrdinates() |
OracleSdoPointType |
getSdoPoint() |
java.math.BigDecimal |
getSdoSrid() |
int |
hashCode() |
void |
setSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo) |
void |
setSdoGtype(java.math.BigDecimal sdoGtype) |
void |
setSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates) |
void |
setSdoPoint(OracleSdoPointType sdoPoint) |
void |
setSdoSrid(java.math.BigDecimal sdoSrid) |
oracle.sql.Datum |
toDatum(java.sql.Connection c) |
java.lang.String |
toString() |
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
protected oracle.jpub.runtime.MutableStruct _struct
protected static int[] _sqlType
protected static oracle.sql.ORADataFactory[] _factory
protected static final OracleSdoGeometry _OracleSdoGeometryFactory
public OracleSdoGeometry()
public OracleSdoGeometry(java.math.BigDecimal sdoGtype,
java.math.BigDecimal sdoSrid,
OracleSdoPointType sdoPoint,
OracleSdoElemInfoArray sdoElemInfo,
OracleSdoOrdinateArray sdoOrdinates)
throws java.sql.SQLException
java.sql.SQLExceptionpublic static oracle.sql.ORADataFactory getORADataFactory()
protected void _init_struct(boolean init)
public oracle.sql.Datum toDatum(java.sql.Connection c)
throws java.sql.SQLException
toDatum in interface oracle.sql.ORADatajava.sql.SQLExceptionpublic oracle.sql.ORAData create(oracle.sql.Datum d,
int sqlType)
throws java.sql.SQLException
create in interface oracle.sql.ORADataFactoryjava.sql.SQLExceptionprotected oracle.sql.ORAData create(OracleSdoGeometry o, oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getSdoGtype()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSdoGtype(java.math.BigDecimal sdoGtype)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getSdoSrid()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSdoSrid(java.math.BigDecimal sdoSrid)
throws java.sql.SQLException
java.sql.SQLExceptionpublic OracleSdoPointType getSdoPoint() throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSdoPoint(OracleSdoPointType sdoPoint) throws java.sql.SQLException
java.sql.SQLExceptionpublic OracleSdoElemInfoArray getSdoElemInfo() throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo) throws java.sql.SQLException
java.sql.SQLExceptionpublic OracleSdoOrdinateArray getSdoOrdinates() throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2002-2018. All Rights Reserved.