Ticket #1915 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

[raster] ST_ContainsProperly() in raster and vector space

Reported by: dustymugs Owned by: dustymugs
Priority: medium Milestone: PostGIS 2.1.0
Component: raster Version: trunk
Keywords: history Cc:

Description

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

Change History

Changed 11 months ago by dustymugs

  • owner changed from pracine to dustymugs

Changed 11 months ago by dustymugs

  • status changed from new to assigned

ST_ContainsProperly will use an index if available.

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

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

Changed 11 months ago by dustymugs

  • keywords history added
  • status changed from assigned to closed
  • resolution set to fixed

Added in r10101

Note: See TracTickets for help on using tickets.