394395396397398399400401402403404
Geometry geom; int numPoints; featureCount = 0; totalPoints = 0; largerPoints = 0; GeometryFactory seGeomFac = new SeToJTSGeometryFactory(); sw.start(); while (row != null) { featureCount++; for (int i = 0; i < ncols; i++) { if (i == shapeIdx) {