Package oracle.spatial.util
Class ClipPcFlatCells
- java.lang.Object
-
- oracle.spatial.util.ClipPcFlatCells
-
public class ClipPcFlatCells extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClipPcFlatCells()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static java.lang.Double[]
mergeCells(java.math.BigDecimal[] inputCellMBRs)
static java.sql.Array
mergeCells(java.sql.Array inputCellMBRs)
-
-
-
Method Detail
-
mergeCells
public static java.sql.Array mergeCells(java.sql.Array inputCellMBRs) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
mergeCells
public static java.lang.Double[] mergeCells(java.math.BigDecimal[] inputCellMBRs)
-
main
public static void main(java.lang.String[] args)
-
-