C# Класс MapAround.Geometry.PlanarGraphEdge

Edge of the planar graph.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
OrientationInObject1 EdgeOrientation
OrientationInObject2 EdgeOrientation

Открытые методы

Метод Описание
CenterPoint ( ) : ICoordinate

Computes a coordinate of the center point.

PlanarGraphEdge ( PlanarGraphNode node1, PlanarGraphNode node2 ) : System

Initializes a new instance of MapAround.Geometry.PlanarGraphEdge

Приватные методы

Метод Описание
SwapNodes ( ) : void

Swap nodes of edges.

Описание методов

CenterPoint() публичный Метод

Computes a coordinate of the center point.
public CenterPoint ( ) : ICoordinate
Результат ICoordinate

PlanarGraphEdge() публичный Метод

Initializes a new instance of MapAround.Geometry.PlanarGraphEdge
public PlanarGraphEdge ( PlanarGraphNode node1, PlanarGraphNode node2 ) : System
node1 PlanarGraphNode First node
node2 PlanarGraphNode Second node
Результат System

Описание свойств

OrientationInObject1 публичное свойство

Edge orientation relative to the direction of first object traversal;
public EdgeOrientation OrientationInObject1
Результат EdgeOrientation

OrientationInObject2 публичное свойство

Edge orientation relative to the direction of second object traversal;
public EdgeOrientation OrientationInObject2
Результат EdgeOrientation