User Tools

Site Tools


thinkgeo.mapsuite.core.buildingindexshapefilefeaturesourceeventargs

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.buildingindexshapefilefeaturesourceeventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.buildingindexshapefilefeaturesourceeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs ====== ====== ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs ======
  
 +{{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.BuildingIndexShapeFileFeatureSourceEventArgs]]+      ***ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#BuildingIndexShapeFileFeatureSourceEventArgs(Int32, Int32, Feature, DateTime, String)|BuildingIndexShapeFileFeatureSourceEventArgs]] ​  | Int32, Int32, [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ DateTime, 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|}} BuildingIndexShapeFileFeatureSourceEventArgs(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|}} BuildingIndexShapeFileFeatureSourceEventArgs(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>​
 +** {{wiki:​PublicMethod.gif|}} BuildingIndexShapeFileFeatureSourceEventArgs(Int32,​Int32,​Feature,​DateTime,​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
 +
 +  * //​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 == 
-==== BuildingIndexShapeFileFeatureSourceEventArgs(Int32,​ Int32, Feature, DateTime, String) ==== +  ​Type:Boolean 
-=== 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 --> ​  ​| ​   | +
-| shapePathFileName ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //obj// 
-===== Public Methods ===== +    * Type:Object 
-==== Equals(Object) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-===== Public Properties ===== +  * Description:​N/​A
-==== Cancel ==== +
-Gets or sets to see if we need to cancel the building index of current record. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs --> +== Parameters == 
-[[#Public Properties|Go Back]] +<div newline></​div
-==== CurrentFeature ​==== +==== Public Properties ​==== 
-Gets the current feature for building ​rTree index. +** {{wiki:​PublicProperty.gif|}} RecordCount ** 
-=== Return Value === + 
-^ Return ​Type ^ +Gets the total record count to build rTree index. 
-| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  |+== Remarks == 
 +N/A 
 +== Return Value == 
 +  ​* ​Type:Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} CurrentRecordIndex **
  
-<!-- ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs --> 
-[[#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.BuildingIndexShapeFileFeatureSourceEventArgs --> +** {{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.BuildingIndexShapeFileFeatureSourceEventArgs --> +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.BuildingIndexShapeFileFeatureSourceEventArgs --> 
-[[#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.BuildingIndexShapeFileFeatureSourceEventArgs --> +** {{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.buildingindexshapefilefeaturesourceeventargs.1440040128.txt.gz · Last modified: 2015/09/17 08:56 (external edit)