|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.spatial.util.Generalization3D
public class Generalization3D
| Constructor Summary | |
|---|---|
Generalization3D()Java class that generalizes 3D buildings for different LOD levels. |
|
| Method Summary | |
|---|---|
J3D_Geometry |
groundPlanSimplification(J3D_Geometry A, java.sql.Connection conn, int choice, double tolerance)Simplifies input 3D building geometry. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Generalization3D()
| Method Detail |
|---|
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.
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||