Revision 13996 branches/v10/extensions/extOracleSpatial/src/es/prodevelop/cit/gvsig/fmap/drivers/jdbc/oracle/OracleSpatialUtils.java

View differences:

OracleSpatialUtils.java
1573 1573
        }
1574 1574

  
1575 1575
        int size = shells.size() + getTotalSize(holes);
1576
        int geotype = 2007;
1576
        int geotype = 2003;
1577
        if (size > 1) geotype = 2007; 
1578
        
1577 1579
        int dim = 2;
1578 1580

  
1579 1581
        if (threed) {
1580
            geotype = 3007;
1582
            geotype = geotype + 1000;
1581 1583
            dim = 3;
1582 1584
        }
1583 1585

  

Also available in: Unified diff