public class GroupingLOD1Generalization
extends java.lang.Object
Constructor and Description |
---|
GroupingLOD1Generalization()
Java class that groups LOD1 geometries to generalize.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList |
typification(java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn, double tolerance)
Groups the LOD1 geometries.
|
public GroupingLOD1Generalization()
public java.util.ArrayList typification(java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn, double tolerance) throws java.lang.Exception
tableName
- Table name where a bunch of groups of (3D Building) J3D_Geometry geometries to be generalized exist.columnName
- Column name of the table name where the geometries to be generalizaed exist.conn
- Database connectiontolerance
- Tolerancejava.lang.Exception
- if an error occurs.