DBA Data[Home] [Help]

MDSYS.SDO_GEOR_AGGR dependencies on SDO_GEOMETRY

Line 24: -- This reference point must be in a SDO_GEOMETRY that

20: -- null, the reference point implicitly uses the
21: -- upper left corner of the cropArea, or when the
22: -- cropArea is null, the upper left corner of the
23: -- output extent.
24: -- This reference point must be in a SDO_GEOMETRY that
25: -- describes a point.
26: -- cropArea - The output georaster data's window. If the
27: -- sdo_geometry object has srid, the source georaster
28: -- objects must be georeferenced, otherwise, the source

Line 27: -- sdo_geometry object has srid, the source georaster

23: -- output extent.
24: -- This reference point must be in a SDO_GEOMETRY that
25: -- describes a point.
26: -- cropArea - The output georaster data's window. If the
27: -- sdo_geometry object has srid, the source georaster
28: -- objects must be georeferenced, otherwise, the source
29: -- georaster object can be georeferenced or non-
30: -- georeferenced.
31: -- polygonClip - Whether to do polygon clipping. If NULL, defaults

Line 69: referencePoint IN MDSYS.SDO_GEOMETRY,

65: inGeoRasters IN SYS_REFCURSOR,
66: pyramidLevel IN NUMBER,
67: outSRID IN NUMBER,
68: outModelCoordLoc IN NUMBER,
69: referencePoint IN MDSYS.SDO_GEOMETRY,
70: cropArea IN MDSYS.SDO_GEOMETRY,
71: polygonClip IN VARCHAR2,
72: boundaryClip IN VARCHAR2,
73: layerNumbers IN VARCHAR2,

Line 70: cropArea IN MDSYS.SDO_GEOMETRY,

66: pyramidLevel IN NUMBER,
67: outSRID IN NUMBER,
68: outModelCoordLoc IN NUMBER,
69: referencePoint IN MDSYS.SDO_GEOMETRY,
70: cropArea IN MDSYS.SDO_GEOMETRY,
71: polygonClip IN VARCHAR2,
72: boundaryClip IN VARCHAR2,
73: layerNumbers IN VARCHAR2,
74: outResolutions IN MDSYS.SDO_NUMBER_ARRAY,

Line 105: -- This reference point must be in a SDO_GEOMETRY that

101: -- null, the reference point implicitly uses the
102: -- upper left corner of the cropArea, or when the
103: -- cropArea is null, the upper left corner of the
104: -- output extent.
105: -- This reference point must be in a SDO_GEOMETRY that
106: -- describes a point.
107: -- cropArea - The output georaster data's window. If the
108: -- sdo_geometry object has srid, the source georaster
109: -- objects must be georeferenced, otherwise, the source

Line 108: -- sdo_geometry object has srid, the source georaster

104: -- output extent.
105: -- This reference point must be in a SDO_GEOMETRY that
106: -- describes a point.
107: -- cropArea - The output georaster data's window. If the
108: -- sdo_geometry object has srid, the source georaster
109: -- objects must be georeferenced, otherwise, the source
110: -- georaster object can be georeferenced or non-
111: -- georeferenced.
112: -- polygonClip - Whether to do polygon clipping. If NULL, defaults

Line 151: referencePoint IN MDSYS.SDO_GEOMETRY,

147: georasterColumnNames IN VARCHAR2,
148: pyramidLevel IN NUMBER,
149: outSRID IN NUMBER,
150: outModelCoordLoc IN NUMBER,
151: referencePoint IN MDSYS.SDO_GEOMETRY,
152: cropArea IN MDSYS.SDO_GEOMETRY,
153: polygonClip IN VARCHAR2,
154: boundaryClip IN VARCHAR2,
155: layerNumbers IN VARCHAR2,

Line 152: cropArea IN MDSYS.SDO_GEOMETRY,

148: pyramidLevel IN NUMBER,
149: outSRID IN NUMBER,
150: outModelCoordLoc IN NUMBER,
151: referencePoint IN MDSYS.SDO_GEOMETRY,
152: cropArea IN MDSYS.SDO_GEOMETRY,
153: polygonClip IN VARCHAR2,
154: boundaryClip IN VARCHAR2,
155: layerNumbers IN VARCHAR2,
156: outResolutions IN MDSYS.SDO_NUMBER_ARRAY,

Line 185: -- This reference point must be in a SDO_GEOMETRY that

181: -- will align with this reference point. If this is
182: -- null, the reference point implicitly uses the
183: -- left upper corner of the cropArea, or when the
184: -- cropArea is null, the upper corner of the outArea.
185: -- This reference point must be in a SDO_GEOMETRY that
186: -- describes a point.
187: -- cropArea - The output georaster data's window. If the
188: -- sdo_geometry object has srid, the source georaster
189: -- objects must be georeferenced, otherwise, the source

Line 188: -- sdo_geometry object has srid, the source georaster

184: -- cropArea is null, the upper corner of the outArea.
185: -- This reference point must be in a SDO_GEOMETRY that
186: -- describes a point.
187: -- cropArea - The output georaster data's window. If the
188: -- sdo_geometry object has srid, the source georaster
189: -- objects must be georeferenced, otherwise, the source
190: -- georaster object can be georeferenced or non-
191: -- georeferenced.
192: -- polygonClip - Whether to do polygon clipping. If NULL, defaults

Line 222: referencePoint IN MDSYS.SDO_GEOMETRY,

218: inGeoRasters IN SYS_REFCURSOR,
219: pyramidLevel IN NUMBER,
220: outSRID IN NUMBER,
221: outModelCoordLoc IN NUMBER,
222: referencePoint IN MDSYS.SDO_GEOMETRY,
223: cropArea IN MDSYS.SDO_GEOMETRY,
224: polygonClip IN VARCHAR2,
225: boundaryClip IN VARCHAR2,
226: layerNumbers IN VARCHAR2,

Line 223: cropArea IN MDSYS.SDO_GEOMETRY,

219: pyramidLevel IN NUMBER,
220: outSRID IN NUMBER,
221: outModelCoordLoc IN NUMBER,
222: referencePoint IN MDSYS.SDO_GEOMETRY,
223: cropArea IN MDSYS.SDO_GEOMETRY,
224: polygonClip IN VARCHAR2,
225: boundaryClip IN VARCHAR2,
226: layerNumbers IN VARCHAR2,
227: outResolutions IN MDSYS.SDO_NUMBER_ARRAY,

Line 231: outArea OUT MDSYS.SDO_GEOMETRY,

227: outResolutions IN MDSYS.SDO_NUMBER_ARRAY,
228: resolutionUnit IN VARCHAR2,
229: mosaicParam IN VARCHAR2,
230: rasterBlob IN OUT NOCOPY BLOB,
231: outArea OUT MDSYS.SDO_GEOMETRY,
232: outWindow OUT MDSYS.SDO_NUMBER_ARRAY,
233: storageParam IN VARCHAR2 DEFAULT NULL,
234: bgValues IN MDSYS.SDO_NUMBER_ARRAY DEFAULT NULL
235: );

Line 258: -- This reference point must be in a SDO_GEOMETRY that

254: -- will align with this reference point. If this is
255: -- null, the reference point implicitly uses the
256: -- left upper corner of the cropArea, or when the
257: -- cropArea is null, the upper corner of the outArea.
258: -- This reference point must be in a SDO_GEOMETRY that
259: -- describes a point.
260: -- cropArea - The output georaster data's window. If the
261: -- sdo_geometry object has srid, the source georaster
262: -- objects must be georeferenced, otherwise, the source

Line 261: -- sdo_geometry object has srid, the source georaster

257: -- cropArea is null, the upper corner of the outArea.
258: -- This reference point must be in a SDO_GEOMETRY that
259: -- describes a point.
260: -- cropArea - The output georaster data's window. If the
261: -- sdo_geometry object has srid, the source georaster
262: -- objects must be georeferenced, otherwise, the source
263: -- georaster object can be georeferenced or non-
264: -- georeferenced.
265: -- polygonClip - Whether to do polygon clipping. If NULL, defaults

Line 296: referencePoint IN MDSYS.SDO_GEOMETRY,

292: georasterColumnNames IN VARCHAR2,
293: pyramidLevel IN NUMBER,
294: outSRID IN NUMBER,
295: outModelCoordLoc IN NUMBER,
296: referencePoint IN MDSYS.SDO_GEOMETRY,
297: cropArea IN MDSYS.SDO_GEOMETRY,
298: polygonClip IN VARCHAR2,
299: boundaryClip IN VARCHAR2,
300: layerNumbers IN VARCHAR2,

Line 297: cropArea IN MDSYS.SDO_GEOMETRY,

293: pyramidLevel IN NUMBER,
294: outSRID IN NUMBER,
295: outModelCoordLoc IN NUMBER,
296: referencePoint IN MDSYS.SDO_GEOMETRY,
297: cropArea IN MDSYS.SDO_GEOMETRY,
298: polygonClip IN VARCHAR2,
299: boundaryClip IN VARCHAR2,
300: layerNumbers IN VARCHAR2,
301: outResolutions IN MDSYS.SDO_NUMBER_ARRAY,

Line 305: outArea OUT MDSYS.SDO_GEOMETRY,

301: outResolutions IN MDSYS.SDO_NUMBER_ARRAY,
302: resolutionUnit IN VARCHAR2,
303: mosaicParam IN VARCHAR2,
304: rasterBlob IN OUT NOCOPY BLOB,
305: outArea OUT MDSYS.SDO_GEOMETRY,
306: outWindow OUT MDSYS.SDO_NUMBER_ARRAY,
307: storageParam IN VARCHAR2 DEFAULT NULL,
308: bgValues IN MDSYS.SDO_NUMBER_ARRAY DEFAULT NULL
309: );

Line 396: ) RETURN MDSYS.SDO_GEOMETRY DETERMINISTIC;

392: --
393: FUNCTION getMosaicExtent(
394: inGeoRasters IN SYS_REFCURSOR,
395: outSRID IN NUMBER DEFAULT NULL
396: ) RETURN MDSYS.SDO_GEOMETRY DETERMINISTIC;
397:
398: --
399: -- NAME:
400: -- getMosaicExtent Function.

Line 417: ) RETURN MDSYS.SDO_GEOMETRY DETERMINISTIC;

413: FUNCTION getMosaicExtent(
414: georasterTableNames IN VARCHAR2,
415: georasterColumnNames IN VARCHAR2,
416: outSRID IN NUMBER DEFAULT NULL
417: ) RETURN MDSYS.SDO_GEOMETRY DETERMINISTIC;
418:
419: --
420: -- NAME:
421: -- getMosaicResolutions Function.