User Tools

Site Tools


thinkgeo.mapsuite.portablecore.rebuildingshapefilefeaturesourceeventargs

ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.

Inheritance Hierarchy

  • System.Object
    • System.EventArgs
      • ThinkGeo.MapSuite.Core.RebuildingShapeFileFeatureSourceEventArgs

Members Summary

Public Constructors

RebuildingShapeFileFeatureSourceEventArgs()

  • This is the default constructor of the event args.
Remarks
  • If you use this constructor, you have to set the properties manually.
Parameters

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
  • startProcessTime
    • Type:DateTime
    • Description:N/A
  • cancel
    • Type:Boolean
    • Description:N/A

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
  • startProcessTime
    • Type:DateTime
    • Description:N/A
  • cancel
    • Type:Boolean
    • Description:N/A
  • shapePathFilename
    • Type:String
    • Description:N/A

Protected Constructors

Public Methods

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

RecordCount

  • Gets the total record count to build rTree index.
Remarks
  • N/A
Return Value
  • Type:Int32

CurrentRecordIndex

  • Gets the current record index for building rTree index.
Remarks
  • N/A
Return Value
  • Type:Int32

CurrentFeature

  • Gets the current feature for building rTree index.
Remarks
  • N/A
Return Value

StartProcessTime

  • Gets the starting process time for building the index.
Remarks
  • N/A
Return Value
  • Type:DateTime

Cancel

  • Gets or sets to see if we need to cancel the building index of current record.
Remarks
  • N/A
Return Value
  • Type:Boolean

ShapePathFilename

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

Protected Properties

Public Events

thinkgeo.mapsuite.portablecore.rebuildingshapefilefeaturesourceeventargs.txt · Last modified: 2017/03/16 21:59 (external edit)