C# Класс Mapsui.Geometries.LinearRing

A LinearRing is a LineString that is both closed and simple.
Наследование: LineString
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clone ( ) : LinearRing

Return a copy of this geometry

IsCCW ( ) : bool

Tests whether a ring is oriented counter-clockwise.

IsPointWithin ( System.Point p ) : bool

Returns true of the Point 'p' is within the instance of this ring

LinearRing ( ) : System

Initializes an instance of a LinearRing

LinearRing ( IEnumerable vertices ) : System

Initializes an instance of a LinearRing from a set of vertices

LinearRing ( IEnumerable points ) : System

Initializes an instance of a LinearRing

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

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

Return a copy of this geometry
public Clone ( ) : LinearRing
Результат LinearRing

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

Tests whether a ring is oriented counter-clockwise.
public IsCCW ( ) : bool
Результат bool

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

Returns true of the Point 'p' is within the instance of this ring
public IsPointWithin ( System.Point p ) : bool
p System.Point
Результат bool

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

Initializes an instance of a LinearRing
public LinearRing ( ) : System
Результат System

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

Initializes an instance of a LinearRing from a set of vertices
public LinearRing ( IEnumerable vertices ) : System
vertices IEnumerable
Результат System

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

Initializes an instance of a LinearRing
public LinearRing ( IEnumerable points ) : System
points IEnumerable
Результат System