Uses of Class
org.dbunit.ext.oracle.OracleSdoOrdinateArray
Packages that use OracleSdoOrdinateArray
-
Uses of OracleSdoOrdinateArray in org.dbunit.ext.oracle
Methods in org.dbunit.ext.oracle that return OracleSdoOrdinateArrayModifier and TypeMethodDescriptionOracleSdoGeometry.getSdoOrdinates()Returns the SDO_ORDINATES attribute.Methods in org.dbunit.ext.oracle with parameters of type OracleSdoOrdinateArrayModifier and TypeMethodDescriptionvoidOracleSdoGeometry.setSdoOrdinates(OracleSdoOrdinateArray sdoOrdinates) Sets the SDO_ORDINATES attribute.Constructors in org.dbunit.ext.oracle with parameters of type OracleSdoOrdinateArrayModifierConstructorDescriptionOracleSdoGeometry(BigDecimal sdoGtype, BigDecimal sdoSrid, OracleSdoPointType sdoPoint, OracleSdoElemInfoArray sdoElemInfo, OracleSdoOrdinateArray sdoOrdinates) Constructs a geometry with the given attribute values.