This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.rebuildingshapefilefeaturesourceeventargs [2015/09/17 10:38] admin |
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}} | ||
| + | |||
| 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 ===== | ||
| Line 6: | Line 9: | ||
| ***ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs** | ***ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs** | ||
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| - | === Public Constructors === | + | ==== Public Constructors ==== |
| - | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} RebuildingShapeFileFeatureSourceEventArgs() ** |
| - | **{{wiki:PublicMethod.gif|}}[[#RebuildingShapeFileFeatureSourceEventArgs()|RebuildingShapeFileFeatureSourceEventArgs]]** | + | |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:N/A | + | |
| - | * **Summary**:This is the default constructor of the event args. | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //This is the default constructor of the event args.// |
| - | **{{wiki:PublicMethod.gif|}}[[#RebuildingShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean)|RebuildingShapeFileFeatureSourceEventArgs]]** | + | == Remarks == |
| - | * **Parameters**:Int32,Int32,[[ThinkGeo.MapSuite.Core.Feature|Feature]],DateTime,Boolean | + | * //If you use this constructor, you have to set the properties manually.// |
| - | * **DeclaringType**:N/A | + | == Parameters == |
| - | * **Summary**:This is the constructor of the event args by passing the desired parameters. | + | <div newline></div> |
| - | </div> | + | ** {{wiki:PublicMethod.gif|}} RebuildingShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean) ** |
| - | <div class_table> | + | * //This is the constructor of the event args by passing the desired parameters.// |
| - | **{{wiki:PublicMethod.gif|}}[[#RebuildingShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean,String)|RebuildingShapeFileFeatureSourceEventArgs]]** | + | == Remarks == |
| - | * **Parameters**:Int32,Int32,[[ThinkGeo.MapSuite.Core.Feature|Feature]],DateTime,Boolean,String | + | * //N/A// |
| - | * **DeclaringType**:N/A | + | == Parameters == |
| - | * **Summary**:N/A | + | * //recordCount// |
| - | </div> | + | * Type:Int32 |
| + | * Description:N/A | ||
| - | === Protected Constructors === | + | * //currentRecordIndex// |
| - | === Public Methods === | + | * Type:Int32 |
| - | <div class_table> | + | * Description:N/A |
| - | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | |
| - | * **Parameters**:Object | + | |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //currentFeature// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //startProcessTime// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:DateTime |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //cancel// |
| - | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * Type:Boolean |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Protected Methods === | + | <div newline></div> |
| - | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} RebuildingShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean,String) ** |
| - | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:Object | + | == Parameters == |
| - | * **Summary**:N/A | + | * //recordCount// |
| - | </div> | + | * Type:Int32 |
| + | * Description:N/A | ||
| - | === Public Properties === | + | * //currentRecordIndex// |
| - | **{{wiki:PublicProperty.gif|}}[[#Cancel|Cancel]]** | + | * Type:Int32 |
| - | * **Return**:Boolean | + | * Description:N/A |
| - | * **Summary**:Gets or sets to see if we need to cancel the building index of current record. | + | |
| - | **{{wiki:PublicProperty.gif|}}[[#CurrentFeature|CurrentFeature]]** | + | * //currentFeature// |
| - | * **Return**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
| - | * **Summary**:Gets the current feature for building rTree index. | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#CurrentRecordIndex|CurrentRecordIndex]]** | + | * //startProcessTime// |
| - | * **Return**:Int32 | + | * Type:DateTime |
| - | * **Summary**:Gets the current record index for building rTree index. | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#RecordCount|RecordCount]]** | + | * //cancel// |
| - | * **Return**:Int32 | + | * Type:Boolean |
| - | * **Summary**:Gets the total record count to build rTree index. | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#ShapePathFilename|ShapePathFilename]]** | + | * //shapePathFilename// |
| - | * **Return**:String | + | * Type:String |
| - | * **Summary**:N/A | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#StartProcessTime|StartProcessTime]]** | + | <div newline></div> |
| - | * **Return**:DateTime | + | ==== Protected Constructors ==== |
| - | * **Summary**:Gets the starting process time for building the index. | + | ==== Public Methods ==== |
| + | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | === Protected Properties === | + | * //N/A// |
| - | === Public Events === | + | == Remarks == |
| - | ===== Public Constructors ===== | + | * //N/A// |
| - | === RebuildingShapeFileFeatureSourceEventArgs() === | + | |
| - | This is the default constructor of the event args. | + | |
| - | ==== Remarks ==== | + | |
| - | If you use this constructor, you have to set the properties manually. | + | |
| - | ==== Parameters ==== | + | |
| - | [[#Public Constructors|Go Back]] | + | |
| - | === 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** | + | == Return Value == |
| - | * **Type**:Int32 | + | * Type:String |
| - | * **Description:N/A | + | * Description:N/A |
| - | **currentFeature** | + | == Parameters == |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | <div newline></div> |
| - | * **Description:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | **startProcessTime** | + | * //N/A// |
| - | * **Type**:DateTime | + | == Remarks == |
| - | * **Description:N/A | + | * //N/A// |
| - | **cancel** | + | == Return Value == |
| - | * **Type**:Boolean | + | * Type:Boolean |
| - | * **Description:N/A | + | * Description:N/A |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | === RebuildingShapeFileFeatureSourceEventArgs(Int32,Int32,Feature,DateTime,Boolean,String) === | + | * //obj// |
| - | N/A | + | * Type:Object |
| - | ==== Remarks ==== | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | **recordCount** | + | |
| - | * **Type**:Int32 | + | |
| - | * **Description:N/A | + | |
| - | **currentRecordIndex** | + | <div newline></div> |
| - | * **Type**:Int32 | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | * **Description:N/A | + | |
| - | **currentFeature** | + | * //N/A// |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | == Remarks == |
| - | * **Description:N/A | + | * //N/A// |
| - | **startProcessTime** | + | == Return Value == |
| - | * **Type**:DateTime | + | * Type:Int32 |
| - | * **Description:N/A | + | * Description:N/A |
| - | **cancel** | + | == Parameters == |
| - | * **Type**:Boolean | + | <div newline></div> |
| - | * **Description:N/A | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | **shapePathFilename** | + | * //N/A// |
| - | * **Type**:String | + | == Remarks == |
| - | * **Description:N/A | + | * //N/A// |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:Type |
| - | ===== Public Methods ===== | + | * Description:N/A |
| - | === Equals(Object) === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Boolean | + | <div newline></div> |
| - | * **Description**:N/A | + | ==== Protected Methods ==== |
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | ==== Parameters ==== | + | * //N/A// |
| - | **obj** | + | == Remarks == |
| - | * **Type**:Object | + | * //N/A// |
| - | * **Description**:N/A | + | |
| - | [[#Public Methods|Go Back]] | + | == Return Value == |
| - | === GetHashCode() === | + | * Type:Void |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Int32 | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | === GetType() === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:Type | + | * Type:Object |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | === ToString() === | + | ==== Public Properties ==== |
| - | N/A | + | ** {{wiki:PublicProperty.gif|}} RecordCount ** |
| - | ==== Remarks ==== | + | |
| + | Gets the total record count to build rTree index. | ||
| + | == Remarks == | ||
| N/A | N/A | ||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| - | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} CurrentRecordIndex ** |
| - | * **Return Type**:String | + | |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | + | Gets the current record index for building rTree index. |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ===== Protected Methods ===== | + | |
| - | === Finalize() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| - | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} CurrentFeature ** |
| - | * **Return Type**:Void | + | |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | + | Gets the current feature for building rTree index. |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | === MemberwiseClone() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
| - | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} StartProcessTime ** |
| - | * **Return Type**:Object | + | |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | + | Gets the starting process time for building the index. |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ===== Public Properties ===== | + | |
| - | === Cancel === | + | |
| - | Gets or sets to see if we need to cancel the building index of current record. | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Boolean | + | * Type:DateTime |
| - | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Cancel ** |
| - | === CurrentFeature === | + | |
| - | Gets the current feature for building rTree index. | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Return Value ==== | + | |
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
| - | [[#Public Properties|Go Back]] | + | Gets or sets to see if we need to cancel the building index of current record. |
| - | === CurrentRecordIndex === | + | == Remarks == |
| - | Gets the current record index for building rTree index. | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Int32 | + | * Type:Boolean |
| - | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} ShapePathFilename ** |
| - | === RecordCount === | + | |
| - | Gets the total record count to build rTree index. | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Return Value ==== | + | |
| - | **Return Type**:Int32 | + | |
| - | [[#Public Properties|Go Back]] | ||
| - | === ShapePathFilename === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| - | N/A | + | |
| - | ==== Return Value ==== | + | |
| - | **Return Type**:String | + | |
| - | + | ||
| - | [[#Public Properties|Go Back]] | + | |
| - | === StartProcessTime === | + | |
| - | Gets the starting process time for building the index. | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:DateTime | + | * Type:String |
| - | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
| - | ===== Protected Properties ===== | + | ==== Public Events ==== |
| - | ===== Public Events ===== | + | |