public class Generalization3D
extends java.lang.Object
| Constructor and Description |
|---|
Generalization3D()
Java class that generalizes 3D buildings for different LOD levels.
|
| Modifier and Type | Method and Description |
|---|---|
J3D_Geometry |
groundPlanSimplification(J3D_Geometry A, java.sql.Connection conn, int choice, double tolerance)
Simplifies input 3D building geometry.
|
public Generalization3D()
public J3D_Geometry groundPlanSimplification(J3D_Geometry A, java.sql.Connection conn, int choice, double tolerance) throws java.lang.Exception
A - J3D_Geometry geometry which is input (original) 3D buildingconn - Database connectionchoice - 1: Simplification using building ground plan, 0: Simplification using simplified building ground plan.tolerance - Tolerancejava.lang.Exception - if an error occurs.