ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.
*System.Object System.EventArgs *ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Int32, Int32, Feature, DateTime, String |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | Gets or sets to see if we need to cancel the building index of current record. | |
![]() | Feature | Gets the current feature for building rTree index. | |
![]() | Int32 | Gets the current record index for building rTree index. | |
![]() | Int32 | Gets the total record count to build rTree index. | |
![]() | String | ||
![]() | DateTime | Gets the starting process time for building the index. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Name | Type | Description |
---|---|---|
recordCount | Int32<!– System.Int32 –> | |
currentRecordIndex | Int32<!– System.Int32 –> | |
currentFeature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | |
startProcessTime | DateTime<!– System.DateTime –> | |
shapePathFileName | String<!– System.String –> |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets to see if we need to cancel the building index of current record.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs –> Go Back
Gets the current feature for building rTree index.
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs –> Go Back
Gets the current record index for building rTree index.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs –> Go Back
Gets the total record count to build rTree index.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs –> Go Back
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs –> Go Back
Gets the starting process time for building the index.
Return Type |
---|
DateTime<!– System.DateTime –> |
<!– ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs –> Go Back