Constructor ShapePredicateValueSource
ShapePredicateValueSource(ValueSource, SpatialOperation, IShape)
Declaration
public ShapePredicateValueSource(ValueSource shapeValuesource, SpatialOperation op, IShape queryShape)
Parameters
Type | Name | Description |
---|---|---|
ValueSource | shapeValuesource | Must yield IShape instances from it's ObjectVal(doc). If null then the result is false. This is the left-hand (indexed) side. |
SpatialOperation | op | the predicate |
IShape | queryShape | The shape on the right-hand (query) side. |