C# Class ESRI.ArcGIS.Samples.SimplePointPlugin.SimplePointCursor

Inheritance: IPlugInCursorHelper
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ReadFile ( System sr, int lineNumber ) : string
buildPolygon ( IPointCollection pGonColl, double x, double y ) : void
buildPolyline ( IPointCollection pGonColl, double x, double y ) : void

Method Details

IsFinished() public method

public IsFinished ( ) : bool
return bool

NextRecord() public method

public NextRecord ( ) : void
return void

QueryShape() public method

public QueryShape ( IGeometry pGeometry ) : void
pGeometry IGeometry
return void

QueryValues() public method

public QueryValues ( IRowBuffer Row ) : int
Row IRowBuffer
return int

SimplePointCursor() public method

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
return System