Property | Type | Description | |
---|---|---|---|
BBoxIntersects | |||
BBoxWithin | |||
Contains | |||
Intersects | |||
IsDisjointTo | |||
IsEqualTo | |||
IsWithin | |||
Overlaps |
Method | Description | |
---|---|---|
Evaluate ( IShape indexedShape, IShape queryShape ) : bool |
Returns whether the relationship between indexedShape and queryShape is satisfied by this operation.
|
|
Get ( string v ) : |
||
Is ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
SpatialOperation ( string name, bool scoreIsMeaningful, bool sourceNeedsArea, bool targetNeedsArea ) : Spatial4n.Core.Shapes |
public abstract Evaluate ( IShape indexedShape, IShape queryShape ) : bool | ||
indexedShape | IShape | |
queryShape | IShape | |
return | bool |
public static Get ( string v ) : |
||
v | string | |
return |
public static Is ( |
||
op | ||
return | bool |
protected SpatialOperation ( string name, bool scoreIsMeaningful, bool sourceNeedsArea, bool targetNeedsArea ) : Spatial4n.Core.Shapes | ||
name | string | |
scoreIsMeaningful | bool | |
sourceNeedsArea | bool | |
targetNeedsArea | bool | |
return | Spatial4n.Core.Shapes |
public static SpatialOperation,Lucene.Net.Spatial.Queries BBoxIntersects | ||
return |
public static SpatialOperation,Lucene.Net.Spatial.Queries BBoxWithin | ||
return |
public static SpatialOperation,Lucene.Net.Spatial.Queries Contains | ||
return |
public static SpatialOperation,Lucene.Net.Spatial.Queries Intersects | ||
return |
public static SpatialOperation,Lucene.Net.Spatial.Queries IsDisjointTo | ||
return |
public static SpatialOperation,Lucene.Net.Spatial.Queries IsEqualTo | ||
return |
public static SpatialOperation,Lucene.Net.Spatial.Queries IsWithin | ||
return |