Property | Type | Description | |
---|---|---|---|
Shape | IGeometry |
Method | Description | |
---|---|---|
ToString ( ) : string |
Method | Description | |
---|---|---|
AbstractSingleShapeExpression ( string property, IGeometry shape, bool trueOrNot ) : System |
Create an expression on a single property relating to a single shape.
|
protected AbstractSingleShapeExpression ( string property, IGeometry shape, bool trueOrNot ) : System | ||
property | string | The data class' property/field being compared. /// May not be null. |
shape | IGeometry | This is what you want records' shapes to relate to. |
trueOrNot | bool | True means look for matches (I.E. does relate), /// False means look for non-matches (I.E. does not relate) |
return | System |