C# 클래스 FdoToolbox.Core.Feature.FdoGeometry

IGeometry decorator object.
상속: IFdoGeometry
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( IEnvelope env ) : bool

Determines whether this instance contains the specified envelope

Contains ( IFdoGeometry geom ) : bool

Determines whether this instance contains the specified geometry

Contains ( double x, double y ) : bool

Determines whether this instance contains the specified point

CoveredBy ( IFdoGeometry geom ) : bool

Determines whether this instance is covered by the specified geometry

Crosses ( IFdoGeometry geom ) : bool

Determines whether this instance crosses the specified geometry

Disjoint ( IFdoGeometry geom ) : bool

Determines whether this instance is disjoint with the specified geometry

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

EnvelopeIntersects ( IFdoGeometry geom ) : bool

Determines whether this instance's envelope intersects the specified geometry

Equals ( IFdoGeometry geom ) : bool

Determines whether this instance is equal to the specified geometry

FdoGeometry ( IGeometry geom ) : System

Initializes a new instance of the FdoGeometry class.

Inside ( IFdoGeometry geom ) : bool

Determines whether this instance is inside the specified geometry

Intersects ( IFdoGeometry geom ) : bool

Determines whether this instance intersects the specified geometry

Overlaps ( IFdoGeometry geom ) : bool

Determines whether this instance overlaps the specified geometry

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Touches ( IFdoGeometry geom ) : bool

Determines whether this instance touches the specified geometry

Within ( IFdoGeometry geom ) : bool

Determines whether this instance is within the specified geometry

메소드 상세

Contains() 공개 메소드

Determines whether this instance contains the specified envelope
public Contains ( IEnvelope env ) : bool
env IEnvelope The envelope
리턴 bool

Contains() 공개 메소드

Determines whether this instance contains the specified geometry
public Contains ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

Contains() 공개 메소드

Determines whether this instance contains the specified point
public Contains ( double x, double y ) : bool
x double The x coordinate.
y double The y coordinate.
리턴 bool

CoveredBy() 공개 메소드

Determines whether this instance is covered by the specified geometry
public CoveredBy ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

Crosses() 공개 메소드

Determines whether this instance crosses the specified geometry
public Crosses ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

Disjoint() 공개 메소드

Determines whether this instance is disjoint with the specified geometry
public Disjoint ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

EnvelopeIntersects() 공개 메소드

Determines whether this instance's envelope intersects the specified geometry
public EnvelopeIntersects ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

Equals() 공개 메소드

Determines whether this instance is equal to the specified geometry
public Equals ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

FdoGeometry() 공개 메소드

Initializes a new instance of the FdoGeometry class.
public FdoGeometry ( IGeometry geom ) : System
geom IGeometry The geom.
리턴 System

Inside() 공개 메소드

Determines whether this instance is inside the specified geometry
public Inside ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

Intersects() 공개 메소드

Determines whether this instance intersects the specified geometry
public Intersects ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

Overlaps() 공개 메소드

Determines whether this instance overlaps the specified geometry
public Overlaps ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string

Touches() 공개 메소드

Determines whether this instance touches the specified geometry
public Touches ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool

Within() 공개 메소드

Determines whether this instance is within the specified geometry
public Within ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
리턴 bool