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

Inheritance: IPlugInCursorHelper
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public IsFinished ( ) : bool
Résultat bool

NextRecord() public méthode

public NextRecord ( ) : void
Résultat void

QueryShape() public méthode

public QueryShape ( IGeometry pGeometry ) : void
pGeometry IGeometry
Résultat void

QueryValues() public méthode

public QueryValues ( IRowBuffer Row ) : int
Row IRowBuffer
Résultat int

SimplePointCursor() public méthode

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
Résultat System