프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
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 | ||
리턴 |