User Tools

Site Tools


thinkgeo.mapsuite.core.rebuildingshapefilefeaturesourceeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.rebuildingshapefilefeaturesourceeventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.rebuildingshapefilefeaturesourceeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs ====== ====== ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class. This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.EventArgs +    *System.EventArgs 
-***[[ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs]]+      ***ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} RebuildingShapeFileFeatureSourceEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#RebuildingShapeFileFeatureSourceEventArgs()|RebuildingShapeFileFeatureSourceEventArgs]] ​  ​| ​   |    | This is the default constructor of the event args.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RebuildingShapeFileFeatureSourceEventArgs(Int32,​ Int32, Feature, DateTime, Boolean)|RebuildingShapeFileFeatureSourceEventArgs]] ​  | Int32, Int32, [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ DateTime, Boolean ​  ​| ​   | This is the constructor of the event args by passing the desired parameters. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RebuildingShapeFileFeatureSourceEventArgs(Int32,​ Int32, Feature, DateTime, Boolean, String)|RebuildingShapeFileFeatureSourceEventArgs]] ​  | Int32, Int32, [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ DateTime, Boolean, String ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //This is the default constructor of the event args.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //If you use this constructor,​ you have to set the properties manually.//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RebuildingShapeFileFeatureSourceEventArgs(Int32,​Int32,​Feature,​DateTime,​Boolean) **
  
 +  * //This is the constructor of the event args by passing the desired parameters.//​
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​recordCount//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​currentRecordIndex//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​currentFeature//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
 +    * Description:​N/​A
 +
 +  * //​startProcessTime//​
 +    * Type:​DateTime
 +    * Description:​N/​A
 +
 +  * //cancel//
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RebuildingShapeFileFeatureSourceEventArgs(Int32,​Int32,​Feature,​DateTime,​Boolean,​String) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​recordCount//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​currentRecordIndex//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​currentFeature//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
 +    * Description:​N/​A
 +
 +  * //​startProcessTime//​
 +    * Type:​DateTime
 +    * Description:​N/​A
 +
 +  * //cancel//
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +  * //​shapePathFilename//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Cancel|Cancel]] ​  | Boolean ​  ​| ​   | Gets or sets to see if we need to cancel the building index of current record. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentFeature|CurrentFeature]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | Gets the current feature for building rTree index. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentRecordIndex|CurrentRecordIndex]] ​  | Int32   ​| ​   | Gets the current record index for building rTree index. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RecordCount|RecordCount]] ​  | Int32   ​| ​   | Gets the total record count to build rTree index. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ShapePathFilename|ShapePathFilename]] ​  ​| ​String ​  |    |    | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​StartProcessTime|StartProcessTime]] ​  | DateTime ​  ​| ​   | Gets the starting process time for building the index. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== RebuildingShapeFileFeatureSourceEventArgs() ==== +  ​Type:Boolean 
-This is the default constructor of the event args. +  Description:N/A
-=== Remarks === +
-If you use this constructor,​ you have to set the properties manually. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== RebuildingShapeFileFeatureSourceEventArgs(Int32,​ Int32, Feature, DateTime, Boolean) ==== +  ​* //obj// 
-This is the constructor of the event args by passing the desired parameters. +    ​* Type:Object 
-=== Parameters ​=== +    ​* Description:​N/​A
- Name ^  Type ^  Description ^ +
-| recordCount ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| currentRecordIndex ​  | Int32<​!-- System.Int32 --> ​  ​| ​   +
-| currentFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  ​| ​   | +
-| startProcessTime ​  | DateTime<​!-- System.DateTime --> ​  ​| ​   | +
-| cancel ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></div
-==== RebuildingShapeFileFeatureSourceEventArgs(Int32,​ Int32, Feature, DateTime, Boolean, String) ==== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| recordCount ​  | Int32<!-- System.Int32 --  |    | +
-| currentRecordIndex ​  | Int32<!-- System.Int32 --  |    | +
-| currentFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  ​| ​   | +
-| startProcessTime ​  | DateTime<​!-- System.DateTime --> ​  ​| ​   | +
-| cancel ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| shapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks ​== 
-===== Public Methods ===== +  * //N/A//
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetHashCode() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-===== Protected Methods ===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} RecordCount **
  
-<!-- System.Object --> +Gets the total record count to build rTree index
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +N/A 
-==== Cancel ==== +== Return Value == 
-Gets or sets to see if we need to cancel the building index of current record. +  ​* ​Type:Int32
-=== Return Value === +
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs --> +** {{wiki:​PublicProperty.gif|}} CurrentRecordIndex **
-[[#Public Properties|Go Back]] +
-==== CurrentFeature ==== +
-Gets the current feature for building rTree index. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== CurrentRecordIndex ==== 
 Gets the current record index for building rTree index. Gets the current record index for building rTree index.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Int32<​!-- System.Int32 --> ​  |+== Return Value == 
 +  ​* ​Type:Int32
  
-<!-- ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs --> +** {{wiki:​PublicProperty.gif|}} CurrentFeature **
-[[#Public Properties|Go Back]] +
-==== RecordCount ==== +
-Gets the total record count to build rTree index. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs --> +Gets the current feature for building rTree index
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ShapePathFilename ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  ​* ​Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| String<​!-- System.String --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} StartProcessTime **
  
-<!-- ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== StartProcessTime ==== 
 Gets the starting process time for building the index. Gets the starting process time for building the index.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| DateTime<​!-- System.DateTime ​--> ​  |+== Return Value == 
 +  ​* ​Type:DateTime
  
-<!-- ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs --> +** {{wiki:​PublicProperty.gif|}} Cancel ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +Gets or sets to see if we need to cancel the building index of current record
-===== Public Events ====+== Remarks == 
-__NOTOC__ +N/A 
-[[Category:​MapSuiteCore]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.Core]] +  * Type:​Boolean 
-[[Category:​UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} ShapePathFilename ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.rebuildingshapefilefeaturesourceeventargs.1440040129.txt.gz · Last modified: 2015/09/17 10:38 (external edit)