Méthode | 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 |
Méthode | Description | |
---|---|---|
SpatialIndex ( ) : System | ||
TranslateCircleFromKmToRadians ( string shapeWKT ) : string |
public static CreateStrategy ( string fieldName, SpatialSearchStrategy spatialSearchStrategy, int maxTreeLevel ) : |
||
fieldName | string | |
spatialSearchStrategy | SpatialSearchStrategy | |
maxTreeLevel | int | |
Résultat |
public static GetDistance ( double fromLat, double fromLng, double toLat, double toLng ) : double | ||
fromLat | double | |
fromLng | double | |
toLat | double | |
toLng | double | |
Résultat | double |
public static MakeFilter ( |
||
spatialStrategy | ||
indexQuery | ||
Résultat |
public static MakeQuery ( |
||
spatialStrategy | ||
shapeWKT | string | |
relation | Raven.Abstractions.Indexing.SpatialRelation | |
distanceErrorPct | double | |
Résultat |
public static ReadShape ( string shapeWKT ) : Shape | ||
shapeWKT | string | |
Résultat | Shape |
public static WriteShape ( Shape shape ) : string | ||
shape | Shape | |
Résultat | string |