C# 클래스 gView.Framework.SpatialAlgorithms.Clipper.ClipperExtensions

파일 보기 프로젝트 열기: jugstalt/gview5

공개 프로퍼티들

프로퍼티 타입 설명
Acc int

공개 메소드들

메소드 설명
Buffer ( ClipperPolygons polygons, double distance ) : ClipperPolygons
Clip ( IPolygon clippee, Envelope clipper ) : IPolygon
Merge ( List polygons ) : IPolygon
ToClipperPointer ( IPoint point ) : IntPoint
ToClipperPolygons ( IPolygon polygon ) : ClipperPolygons
ToPoint ( IntPoint clipperPoint ) : Point
ToPolygon ( ClipperPolygons clipperPolygons ) : Polygon

메소드 상세

Buffer() 정적인 공개 메소드

static public Buffer ( ClipperPolygons polygons, double distance ) : ClipperPolygons
polygons ClipperPolygons
distance double
리턴 ClipperPolygons

Clip() 정적인 공개 메소드

static public Clip ( IPolygon clippee, Envelope clipper ) : IPolygon
clippee IPolygon
clipper Envelope
리턴 IPolygon

Merge() 정적인 공개 메소드

static public Merge ( List polygons ) : IPolygon
polygons List
리턴 IPolygon

ToClipperPointer() 정적인 공개 메소드

static public ToClipperPointer ( IPoint point ) : IntPoint
point IPoint
리턴 IntPoint

ToClipperPolygons() 정적인 공개 메소드

static public ToClipperPolygons ( IPolygon polygon ) : ClipperPolygons
polygon IPolygon
리턴 ClipperPolygons

ToPoint() 정적인 공개 메소드

static public ToPoint ( IntPoint clipperPoint ) : Point
clipperPoint IntPoint
리턴 Point

ToPolygon() 정적인 공개 메소드

static public ToPolygon ( ClipperPolygons clipperPolygons ) : Polygon
clipperPolygons ClipperPolygons
리턴 Polygon

프로퍼티 상세

Acc 정적으로 공개적으로 프로퍼티

static public int Acc
리턴 int