Class SpatialGraphHelper
This class provides some utility functions used in combination with ISpatialGraph
Inheritance
System.Object
SpatialGraphHelper
Namespace: Mars.Common.Collections.Graph
Assembly: Mars.Common.dll
Syntax
public static class SpatialGraphHelper : object
Methods
ToFeature(EdgeData)
Declaration
public static VectorStructuredData ToFeature(this EdgeData edge)
Parameters
Type | Name | Description |
---|---|---|
EdgeData | edge |
Returns
Type | Description |
---|---|
VectorStructuredData |
ToFeature(NodeData)
Declaration
public static VectorStructuredData ToFeature(this NodeData node)
Parameters
Type | Name | Description |
---|---|---|
NodeData | node |
Returns
Type | Description |
---|---|
VectorStructuredData |