Oracle7 Spatial Data Option User's Guide and Reference | Library |
Product |
Contents |
Index |
This chapter contains descriptions of the following geometric functions and procedures:
Table 6¯1 Geometric Functions:
SQL> EXECUTE SDO_GEOM.ADD_NODES (`LAYER1', 25,
2> SDO_GEOM.POLYGON_TYPE,
3> 3,3, 7,3,
4> 7,7, 3,7,
5> 3,3);
This function initializes the element to be stored, but does not actually insert coordinates into the SDOGEOM table. The SDO_GEOM.ADD_NODES() procedure is used to insert associated coordinate data.
SDO_GEOM.INTERACT (layername1, SDO_GID1, X_tolerance, Y_tolerance, X_ordinateN, Y_ordinateN [, ..., X125, Y125])
SDO_GEOM.RELATE (layername1, SDO_GID1, mask, X_tolerance, Y_tolerance, X_ordinateN, Y_ordinateN, [,...,X125, Y125])
This function checks for the following:
Prev Next |
Copyright © 1996 Oracle Corporation. All Rights Reserved. |
Library |
Product |
Contents |
Index |