Свойство | Тип | Описание | |
---|---|---|---|
BBoxIntersects | |||
BBoxWithin | |||
Contains | |||
Intersects | |||
IsDisjointTo | |||
IsEqualTo | |||
IsWithin | |||
Overlaps |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
SpatialOperation ( string name, bool scoreIsMeaningful, bool sourceNeedsArea, bool targetNeedsArea ) : Spatial4n.Core.Shapes |
public abstract Evaluate ( IShape indexedShape, IShape queryShape ) : bool | ||
indexedShape | IShape | |
queryShape | IShape | |
Результат | bool |
public static Get ( string v ) : |
||
v | string | |
Результат |
public static Is ( |
||
op | ||
Результат | bool |
protected SpatialOperation ( string name, bool scoreIsMeaningful, bool sourceNeedsArea, bool targetNeedsArea ) : Spatial4n.Core.Shapes | ||
name | string | |
scoreIsMeaningful | bool | |
sourceNeedsArea | bool | |
targetNeedsArea | bool | |
Результат | Spatial4n.Core.Shapes |
public static SpatialOperation,Lucene.Net.Spatial.Queries BBoxIntersects | ||
Результат |
public static SpatialOperation,Lucene.Net.Spatial.Queries BBoxWithin | ||
Результат |
public static SpatialOperation,Lucene.Net.Spatial.Queries Contains | ||
Результат |
public static SpatialOperation,Lucene.Net.Spatial.Queries Intersects | ||
Результат |
public static SpatialOperation,Lucene.Net.Spatial.Queries IsDisjointTo | ||
Результат |
public static SpatialOperation,Lucene.Net.Spatial.Queries IsEqualTo | ||
Результат |
public static SpatialOperation,Lucene.Net.Spatial.Queries IsWithin | ||
Результат |