Class WorldIndexExtensions
Inheritance
System.Object
WorldIndexExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Components.Environments
Assembly: Mars.Components.dll
Syntax
public static class WorldIndexExtensions
Methods
| Improve this Doc View SourceCreateWorldIndex(ISpatialGraphEnvironment, SpatialGraphOptions)
Declaration
public static KnnGraph<double[], double> CreateWorldIndex(this ISpatialGraphEnvironment spatialGraphEnvironment, SpatialGraphOptions options)
Parameters
Type | Name | Description |
---|---|---|
ISpatialGraphEnvironment | spatialGraphEnvironment | |
SpatialGraphOptions | options |
Returns
Type | Description |
---|---|
KnnGraph<System.Double[], System.Double> |
Serialize(ISpatialGraphEnvironment, KnnGraph<Double[], Double>, String, String)
Declaration
public static void Serialize(ISpatialGraphEnvironment spatialGraphEnvironment, KnnGraph<double[], double> worldIndex, string vectorFile, string networkFile)
Parameters
Type | Name | Description |
---|---|---|
ISpatialGraphEnvironment | spatialGraphEnvironment | |
KnnGraph<System.Double[], System.Double> | worldIndex | |
System.String | vectorFile | |
System.String | networkFile |