public class OracleSdoGeometry extends 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 String |
_SQL_NAME |
static int |
_SQL_TYPECODE |
protected static int[] |
_sqlType |
protected oracle.jpub.runtime.MutableStruct |
_struct |
Constructor and Description |
---|
OracleSdoGeometry() |
OracleSdoGeometry(BigDecimal sdoGtype,
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(Object obj) |
static oracle.sql.ORADataFactory |
getORADataFactory() |
OracleSdoElemInfoArray |
getSdoElemInfo() |
BigDecimal |
getSdoGtype() |
OracleSdoOrdinateArray |
getSdoOrdinates() |
OracleSdoPointType |
getSdoPoint() |
BigDecimal |
getSdoSrid() |
int |
hashCode() |
void |
setSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo) |
void |
setSdoGtype(BigDecimal sdoGtype) |
void |
setSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates) |
void |
setSdoPoint(OracleSdoPointType sdoPoint) |
void |
setSdoSrid(BigDecimal sdoSrid) |
oracle.sql.Datum |
toDatum(Connection c) |
String |
toString() |
public static final 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(BigDecimal sdoGtype, BigDecimal sdoSrid, OracleSdoPointType sdoPoint, OracleSdoElemInfoArray sdoElemInfo, OracleSdoOrdinateArray sdoOrdinates) throws SQLException
SQLException
public static oracle.sql.ORADataFactory getORADataFactory()
protected void _init_struct(boolean init)
public oracle.sql.Datum toDatum(Connection c) throws SQLException
toDatum
in interface oracle.sql.ORAData
SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws SQLException
create
in interface oracle.sql.ORADataFactory
SQLException
protected oracle.sql.ORAData create(OracleSdoGeometry o, oracle.sql.Datum d, int sqlType) throws SQLException
SQLException
public BigDecimal getSdoGtype() throws SQLException
SQLException
public void setSdoGtype(BigDecimal sdoGtype) throws SQLException
SQLException
public BigDecimal getSdoSrid() throws SQLException
SQLException
public void setSdoSrid(BigDecimal sdoSrid) throws SQLException
SQLException
public OracleSdoPointType getSdoPoint() throws SQLException
SQLException
public void setSdoPoint(OracleSdoPointType sdoPoint) throws SQLException
SQLException
public OracleSdoElemInfoArray getSdoElemInfo() throws SQLException
SQLException
public void setSdoElemInfo(OracleSdoElemInfoArray sdoElemInfo) throws SQLException
SQLException
public OracleSdoOrdinateArray getSdoOrdinates() throws SQLException
SQLException
public void setSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates) throws SQLException
SQLException
Copyright © 2002–2025. All rights reserved.