DBA Data[Home] [Help]

MDSYS.SDO_GEOR dependencies on SDO_RASTERSET

Line 1207: -- This function returns a sdo_rasterset table containing

1203: -- NAME:
1204: -- getRasterBlocks functions
1205: --
1206: -- DESCRIPTION
1207: -- This function returns a sdo_rasterset table containing
1208: -- all sub-blocks of the specified pramid level which are
1209: -- inside and touch the given window
1210: --
1211: -- ARGUMENTS

Line 1217: -- SDO_RASTERSET

1213: -- pyramidLevel - the level in pyramid
1214: -- window - a rectanglar window in cell space
1215: --
1216: -- RETURNS
1217: -- SDO_RASTERSET
1218: --
1219: FUNCTION getRasterBlocks
1220: (
1221: georaster IN MDSYS.SDO_GEORASTER,

Line 1225: return MDSYS.SDO_RASTERSET DETERMINISTIC;

1221: georaster IN MDSYS.SDO_GEORASTER,
1222: pyramidLevel IN NUMBER,
1223: window IN MDSYS.SDO_NUMBER_ARRAY
1224: )
1225: return MDSYS.SDO_RASTERSET DETERMINISTIC;
1226:
1227: --
1228: -- NAME:
1229: -- getRasterBlocks functions

Line 1232: -- This function returns a sdo_rasterset table containing

1228: -- NAME:
1229: -- getRasterBlocks functions
1230: --
1231: -- DESCRIPTION
1232: -- This function returns a sdo_rasterset table containing
1233: -- all sub-blocks of the specified pramid level which are
1234: -- inside and touch the given window
1235: --
1236: -- ARGUMENTS

Line 1242: -- SDO_RASTERSET

1238: -- pyramidLevel - the level in pyramid
1239: -- window - a SDO geometry
1240: --
1241: -- RETURNS
1242: -- SDO_RASTERSET
1243: --
1244: FUNCTION getRasterBlocks
1245: (
1246: georaster IN MDSYS.SDO_GEORASTER,

Line 1250: return MDSYS.SDO_RASTERSET DETERMINISTIC;

1246: georaster IN MDSYS.SDO_GEORASTER,
1247: pyramidLevel IN NUMBER,
1248: window IN MDSYS.SDO_GEOMETRY
1249: )
1250: return MDSYS.SDO_RASTERSET DETERMINISTIC;
1251:
1252:
1253: --
1254: -- NAME: