|
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.GroupingLOD1Generalization
public class GroupingLOD1Generalization
Constructor Summary | |
---|---|
GroupingLOD1Generalization() Java class that groups LOD1 geometries to generalize. |
Method Summary | |
---|---|
java.util.ArrayList |
typification(java.lang.String tableName, java.lang.String columnName, java.sql.Connection conn, double tolerance) Groups the LOD1 geometries. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupingLOD1Generalization()
Method Detail |
---|
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.
|
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 |