DBA Data[Home] [Help]

MDSYS.SDO_GEOR_AGGR dependencies on SDO_RANGE_ARRAY

Line 433: -- MDSYS.SDO_RANGE_ARRAY. The resolution unit will

429: -- resolutionUnit - The unit of the output resolution range. If NULL,
430: -- defaults to 'unit=METER'. It must be in format
431: -- of "unit=val" where val is the unit name.
432: -- RETURN: - The output x and y resolution range in
433: -- MDSYS.SDO_RANGE_ARRAY. The resolution unit will
434: -- be the unit defined by the targetSRID.
435: --
436: --
437: FUNCTION getMosaicResolutions(

Line 440: ) return MDSYS.SDO_RANGE_ARRAY DETERMINISTIC;

436: --
437: FUNCTION getMosaicResolutions(
438: inGeoRasters IN SYS_REFCURSOR,
439: resolutionUnit IN VARCHAR2 DEFAULT NULL
440: ) return MDSYS.SDO_RANGE_ARRAY DETERMINISTIC;
441:
442: --
443: -- NAME:
444: -- getMosaicResolutions Function.

Line 459: -- MDSYS.SDO_RANGE_ARRAY. The resolution unit will

455: -- of "unit=val" where val is the unit name.
456: -- targetSRID - The target SRID for the resolution. If null, the
457: -- target SRID will default to 4326 (WGS84)
458: -- RETURN: - The output x and y resolution range in
459: -- MDSYS.SDO_RANGE_ARRAY. The resolution unit will
460: -- be the unit defined by the targetSRID.
461: --
462: FUNCTION getMosaicResolutions(
463: georasterTableNames IN VARCHAR2,

Line 466: ) RETURN MDSYS.SDO_RANGE_ARRAY DETERMINISTIC;

462: FUNCTION getMosaicResolutions(
463: georasterTableNames IN VARCHAR2,
464: georasterColumnNames IN VARCHAR2,
465: resolutionUnit IN VARCHAR2 DEFAULT NULL
466: ) RETURN MDSYS.SDO_RANGE_ARRAY DETERMINISTIC;
467:
468: --
469: -- NAME:
470: -- Append procedure