C# 클래스 ArcGISCompare.GeoDbProcs

파일 보기 프로젝트 열기: Zekiah/ArcGISCompare

공개 메소드들

메소드 설명
DeleteFeature ( IFeatureClass theFC, int OID ) : void

비공개 메소드들

메소드 설명
BuildNONSDS ( IWorkspace theWS, String NONName ) : IClass
ConvertGeometryType ( esriGeometryType theT ) : string
GetAttributeCounts ( IWorkspace theWS, String which, String theFCName, String fieldN, esriFieldType theT ) : int
GetAttributeMetadata ( IWorkspace theWS, String theFC, AttributeData theD ) : string
GetFeatureClass ( IWorkspace TheWrkspc, String TheFCName ) : IFeatureClass
GetFeatureClassFields ( IWorkspace TheWrkspc, String TheFCName ) : IFields
GetFeatureClassNames ( IWorkspace TheWrkspc ) : String[]
GetFeatureCount ( String TheFCName, IWorkspace TheWrkSpc ) : Int32
GetFeatureMetadata ( IWorkspace theWS, String theFC ) : string
GetFieldEnumeration ( IWorkspace theWS, String which, AttributeMappingData theAMap ) : ICodedValueDomain
GetGeometryType ( String theFCName, IWorkspace TheWrkSpc ) : esriGeometryType
GetTable ( IWorkspace TheWrkspc, String TheTName ) : ITable
GetValueOccurrences ( IWorkspace theWS, String which, AttributeMappingData theMap, String theV ) : int
GetWorkspace ( String title ) : ESRI.ArcGIS.Geodatabase.IWorkspace
getFieldPosition ( IWorkspace theWS, String theFC, string theAtt ) : int
seekGeometryTransform ( esriGeometryType theS, esriGeometryType theD ) : int

메소드 상세

DeleteFeature() 공개 정적인 메소드

public static DeleteFeature ( IFeatureClass theFC, int OID ) : void
theFC IFeatureClass
OID int
리턴 void