public class TIN2Contours
extends java.lang.Object
Constructor and Description |
---|
TIN2Contours() |
Modifier and Type | Method and Description |
---|---|
static void |
generateContours(STRUCT tin, java.lang.String tinBlockTableName, long tinObjId, double[] elevations, STRUCT region, java.lang.String contourTableName) |
static void |
generateContours(STRUCT tin, java.lang.String tinBlockTableName, NUMBER tinObjId, NUMBER elevationMin, NUMBER elevationInterval, NUMBER elevationMax, STRUCT region, java.lang.String contourTableName) |
static void |
generateContours(STRUCT tin, java.lang.String tinBlockTableName, NUMBER tinObjId, SdoNumberArray elevations, STRUCT region, java.lang.String contourTableName) |
public static void generateContours(STRUCT tin, java.lang.String tinBlockTableName, long tinObjId, double[] elevations, STRUCT region, java.lang.String contourTableName) throws java.sql.SQLException
java.sql.SQLException
public static void generateContours(STRUCT tin, java.lang.String tinBlockTableName, NUMBER tinObjId, SdoNumberArray elevations, STRUCT region, java.lang.String contourTableName) throws java.sql.SQLException
java.sql.SQLException
public static void generateContours(STRUCT tin, java.lang.String tinBlockTableName, NUMBER tinObjId, NUMBER elevationMin, NUMBER elevationInterval, NUMBER elevationMax, STRUCT region, java.lang.String contourTableName) throws java.sql.SQLException
java.sql.SQLException