C# 클래스 Spatial4n.Core.Shapes.MultiShape

상속: Shape
파일 보기 프로젝트 열기: synhershko/Spatial4n 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetArea ( SpatialContext ctx ) : double
GetBoundingBox ( ) : Rectangle
GetCenter ( ) : System.Point
GetHashCode ( ) : int
HasArea ( ) : bool
MultiShape ( IEnumerable geoms, SpatialContext ctx ) : System

WARNING: geoms is copied by reference.

Relate ( Shape other ) : SpatialRelation

메소드 상세

Equals() 공개 메소드

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

GetArea() 공개 메소드

public GetArea ( SpatialContext ctx ) : double
ctx Spatial4n.Core.Context.SpatialContext
리턴 double

GetBoundingBox() 공개 메소드

public GetBoundingBox ( ) : Rectangle
리턴 Rectangle

GetCenter() 공개 메소드

public GetCenter ( ) : System.Point
리턴 System.Point

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HasArea() 공개 메소드

public HasArea ( ) : bool
리턴 bool

MultiShape() 공개 메소드

WARNING: geoms is copied by reference.
public MultiShape ( IEnumerable geoms, SpatialContext ctx ) : System
geoms IEnumerable
ctx Spatial4n.Core.Context.SpatialContext
리턴 System

Relate() 공개 메소드

public Relate ( Shape other ) : SpatialRelation
other Shape
리턴 SpatialRelation