Method | Description | |
---|---|---|
CreateStrategy ( string fieldName, SpatialSearchStrategy spatialSearchStrategy, int maxTreeLevel ) : |
||
GetDistance ( double fromLat, double fromLng, double toLat, double toLng ) : double | ||
MakeFilter ( |
||
MakeQuery ( |
||
ReadShape ( string shapeWKT ) : Shape | ||
WriteShape ( Shape shape ) : string |
Method | Description | |
---|---|---|
SpatialIndex ( ) : System | ||
TranslateCircleFromKmToRadians ( string shapeWKT ) : string |
public static CreateStrategy ( string fieldName, SpatialSearchStrategy spatialSearchStrategy, int maxTreeLevel ) : |
||
fieldName | string | |
spatialSearchStrategy | SpatialSearchStrategy | |
maxTreeLevel | int | |
return |
public static GetDistance ( double fromLat, double fromLng, double toLat, double toLng ) : double | ||
fromLat | double | |
fromLng | double | |
toLat | double | |
toLng | double | |
return | double |
public static MakeFilter ( |
||
spatialStrategy | ||
indexQuery | ||
return |
public static MakeQuery ( |
||
spatialStrategy | ||
shapeWKT | string | |
relation | Raven.Abstractions.Indexing.SpatialRelation | |
distanceErrorPct | double | |
return |
public static ReadShape ( string shapeWKT ) : Shape | ||
shapeWKT | string | |
return | Shape |
public static WriteShape ( Shape shape ) : string | ||
shape | Shape | |
return | string |