C# 클래스 ESRI.ArcGIS.Samples.SimplePointPlugin.SimplePointCursor

상속: IPlugInCursorHelper
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
IsFinished ( ) : bool
NextRecord ( ) : void
QueryShape ( IGeometry pGeometry ) : void
QueryValues ( IRowBuffer Row ) : int
SimplePointCursor ( string filePath, IFields fields, int OID, System fieldMap, IEnvelope queryEnv, esriGeometryType geomType ) : System

비공개 메소드들

메소드 설명
ReadFile ( System sr, int lineNumber ) : string
buildPolygon ( IPointCollection pGonColl, double x, double y ) : void
buildPolyline ( IPointCollection pGonColl, double x, double y ) : void

메소드 상세

IsFinished() 공개 메소드

public IsFinished ( ) : bool
리턴 bool

NextRecord() 공개 메소드

public NextRecord ( ) : void
리턴 void

QueryShape() 공개 메소드

public QueryShape ( IGeometry pGeometry ) : void
pGeometry IGeometry
리턴 void

QueryValues() 공개 메소드

public QueryValues ( IRowBuffer Row ) : int
Row IRowBuffer
리턴 int

SimplePointCursor() 공개 메소드

public SimplePointCursor ( string filePath, IFields fields, int OID, System fieldMap, IEnvelope queryEnv, esriGeometryType geomType ) : System
filePath string
fields IFields
OID int
fieldMap System
queryEnv IEnvelope
geomType esriGeometryType
리턴 System