Class SpatialGraphHelper
This class provides some utility functions used in combination with ISpatialGraph
Inheritance
System.Object
SpatialGraphHelper
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.Common.Collections.Graph
Assembly: Mars.Common.dll
Syntax
public static class SpatialGraphHelper
Methods
| Improve this Doc View SourceToFeature(EdgeData)
This class provides some utility functions used in combination with ISpatialGraph
Declaration
public static VectorStructuredData ToFeature(this EdgeData edge)
Parameters
Type | Name | Description |
---|---|---|
EdgeData | edge |
Returns
Type | Description |
---|---|
VectorStructuredData |
ToFeature(NodeData)
This class provides some utility functions used in combination with ISpatialGraph
Declaration
public static VectorStructuredData ToFeature(this NodeData node)
Parameters
Type | Name | Description |
---|---|---|
NodeData | node |
Returns
Type | Description |
---|---|
VectorStructuredData |