C# 클래스 SharpMap.Geometries.Raster

상속: IRaster
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
AsBinary ( ) : byte[]
AsText ( ) : string
Boundary ( ) : Geometry
Buffer ( double d ) : Geometry
Contains ( Geometry geom ) : bool
ConvexHull ( ) : Geometry
Crosses ( Geometry geom ) : bool
Difference ( Geometry geom ) : Geometry
Disjoint ( Geometry geom ) : bool
Distance ( Geometry geom ) : double
Envelope ( ) : Geometry
Equals ( Geometry geom ) : bool
GetBoundingBox ( ) : BoundingBox
Intersection ( Geometry geom ) : Geometry
Intersects ( Geometry geom ) : bool
IsEmpty ( ) : bool
IsSimple ( ) : bool
Overlaps ( Geometry geom ) : bool
Raster ( byte data, BoundingBox boundingBox ) : System
Relate ( Geometry other, string intersectionPattern ) : bool
SymDifference ( Geometry geom ) : Geometry
Touches ( Geometry geom ) : bool
Union ( Geometry geom ) : Geometry
Within ( Geometry geom ) : bool

메소드 상세

AsBinary() 공개 메소드

public AsBinary ( ) : byte[]
리턴 byte[]

AsText() 공개 메소드

public AsText ( ) : string
리턴 string

Boundary() 공개 메소드

public Boundary ( ) : Geometry
리턴 Geometry

Buffer() 공개 메소드

public Buffer ( double d ) : Geometry
d double
리턴 Geometry

Contains() 공개 메소드

public Contains ( Geometry geom ) : bool
geom Geometry
리턴 bool

ConvexHull() 공개 메소드

public ConvexHull ( ) : Geometry
리턴 Geometry

Crosses() 공개 메소드

public Crosses ( Geometry geom ) : bool
geom Geometry
리턴 bool

Difference() 공개 메소드

public Difference ( Geometry geom ) : Geometry
geom Geometry
리턴 Geometry

Disjoint() 공개 메소드

public Disjoint ( Geometry geom ) : bool
geom Geometry
리턴 bool

Distance() 공개 메소드

public Distance ( Geometry geom ) : double
geom Geometry
리턴 double

Envelope() 공개 메소드

public Envelope ( ) : Geometry
리턴 Geometry

Equals() 공개 메소드

public Equals ( Geometry geom ) : bool
geom Geometry
리턴 bool

GetBoundingBox() 공개 메소드

public GetBoundingBox ( ) : BoundingBox
리턴 BoundingBox

Intersection() 공개 메소드

public Intersection ( Geometry geom ) : Geometry
geom Geometry
리턴 Geometry

Intersects() 공개 메소드

public Intersects ( Geometry geom ) : bool
geom Geometry
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

IsSimple() 공개 메소드

public IsSimple ( ) : bool
리턴 bool

Overlaps() 공개 메소드

public Overlaps ( Geometry geom ) : bool
geom Geometry
리턴 bool

Raster() 공개 메소드

public Raster ( byte data, BoundingBox boundingBox ) : System
data byte
boundingBox BoundingBox
리턴 System

Relate() 공개 메소드

public Relate ( Geometry other, string intersectionPattern ) : bool
other Geometry
intersectionPattern string
리턴 bool

SymDifference() 공개 메소드

public SymDifference ( Geometry geom ) : Geometry
geom Geometry
리턴 Geometry

Touches() 공개 메소드

public Touches ( Geometry geom ) : bool
geom Geometry
리턴 bool

Union() 공개 메소드

public Union ( Geometry geom ) : Geometry
geom Geometry
리턴 Geometry

Within() 공개 메소드

public Within ( Geometry geom ) : bool
geom Geometry
리턴 bool