C# 클래스 Geo.Geometries.Polygon

상속: Geo.Abstractions.OgcGeometry, ISurface, IGeoJsonGeometry
파일 보기 프로젝트 열기: sibartlett/Geo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty Polygon

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
Equals ( object obj, SpatialEqualityOptions options ) : bool
GetArea ( ) : Area
GetBounds ( ) : Geo.Geometries.Envelope
GetHashCode ( ) : int
GetHashCode ( SpatialEqualityOptions options ) : int
Polygon ( ) : System.Collections.Generic
Polygon ( IEnumerable shell ) : System.Collections.Generic
Polygon ( Geo.Geometries.LinearRing shell ) : System.Collections.Generic
Polygon ( Geo.Geometries.LinearRing shell, IEnumerable holes ) : System.Collections.Generic
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Equals() 공개 메소드

public Equals ( object obj, SpatialEqualityOptions options ) : bool
obj object
options SpatialEqualityOptions
리턴 bool

GetArea() 공개 메소드

public GetArea ( ) : Area
리턴 Area

GetBounds() 공개 메소드

public GetBounds ( ) : Geo.Geometries.Envelope
리턴 Geo.Geometries.Envelope

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetHashCode() 공개 메소드

public GetHashCode ( SpatialEqualityOptions options ) : int
options SpatialEqualityOptions
리턴 int

Polygon() 공개 메소드

public Polygon ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Polygon() 공개 메소드

public Polygon ( IEnumerable shell ) : System.Collections.Generic
shell IEnumerable
리턴 System.Collections.Generic

Polygon() 공개 메소드

public Polygon ( Geo.Geometries.LinearRing shell ) : System.Collections.Generic
shell Geo.Geometries.LinearRing
리턴 System.Collections.Generic

Polygon() 공개 메소드

public Polygon ( Geo.Geometries.LinearRing shell, IEnumerable holes ) : System.Collections.Generic
shell Geo.Geometries.LinearRing
holes IEnumerable
리턴 System.Collections.Generic

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

public static Polygon,Geo.Geometries Empty
리턴 Polygon