C# 클래스 Mapsui.Geometries.LinearRing

A LinearRing is a LineString that is both closed and simple.
상속: LineString
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
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