Opened 12 years ago

Closed 12 years ago

#1918 closed enhancement (wontfix)

[raster] ST_Crosses in raster and vector space

Reported by: Bborie Park Owned by: Bborie Park
Priority: medium Milestone: PostGIS 2.1.0
Component: raster Version: master
Keywords: Cc:

Description

This would be implemented using the underlying C function rt_raster_surface().

Change History (3)

comment:1 by Bborie Park, 12 years ago

Owner: changed from pracine to Bborie Park

comment:2 by Bborie Park, 12 years ago

Status: newassigned

ST_Crosses will use an index if available.

1. ST_Crosses(
	rast1 raster, nband1 integer,
	rast2 raster, nband2 integer
) -> boolean

2. ST_Crosses(
	rast1 raster,
	rast2 raster
) -> boolean

comment:3 by Bborie Park, 12 years ago

Resolution: wontfix
Status: assignedclosed

After digging at the purpose of ST_Crosses, this function would always return false for two rasters, which are in essence two areas.

Note: See TracTickets for help on using tickets.