This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.buildingindexshapefilefeaturesourceeventargs [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.portablecore.buildingindexshapefilefeaturesourceeventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.PortableCore.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.PortableCore.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()|BuildingIndexShapeFileFeatureSourceEventArgs]] | | | This is the default constructor of the event args. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BuildingIndexShapeFileFeatureSourceEventArgs(Int32, Int32, Feature, DateTime, Boolean)|BuildingIndexShapeFileFeatureSourceEventArgs]] | Int32, Int32, [[ThinkGeo.MapSuite.PortableCore.Feature|Feature]], DateTime, Boolean | | This is the constructor of the event args by passing the desired parameters. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BuildingIndexShapeFileFeatureSourceEventArgs(Int32, Int32, Feature, DateTime, Boolean, String)|BuildingIndexShapeFileFeatureSourceEventArgs]] | Int32, Int32, [[ThinkGeo.MapSuite.PortableCore.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|}} 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> | ||
| + | ==== 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.PortableCore.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() ==== | + | * 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 == |
| - | ==== BuildingIndexShapeFileFeatureSourceEventArgs(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.PortableCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.PortableCore.Feature --> | | | + | |
| - | | startProcessTime | DateTime<!-- System.DateTime --> | | | + | |
| - | | cancel | Boolean<!-- System.Boolean --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | <div newline></div> |
| - | ==== BuildingIndexShapeFileFeatureSourceEventArgs(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.PortableCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.PortableCore.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.PortableCore.BuildingIndexShapeFileFeatureSourceEventArgs --> | + | ** {{wiki:PublicProperty.gif|}} CurrentRecordIndex ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== CurrentFeature ==== | + | |
| - | Gets the current feature for building rTree index. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.PortableCore.Feature --> | | + | |
| - | <!-- ThinkGeo.MapSuite.PortableCore.BuildingIndexShapeFileFeatureSourceEventArgs --> | + | * //Gets the current record index for building rTree index.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== CurrentRecordIndex ==== | + | * //N/A// |
| - | Gets the current record index for building rTree index. | + | == Return Value == |
| - | === Return Value === | + | * Type:Int32 |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.PortableCore.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.PortableCore.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 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.PortableCore.BuildingIndexShapeFileFeatureSourceEventArgs --> | + | ** {{wiki:PublicProperty.gif|}} StartProcessTime ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== StartProcessTime ==== | + | |
| - | Gets the starting process time for building the index. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | DateTime<!-- System.DateTime --> | | + | |
| - | <!-- ThinkGeo.MapSuite.PortableCore.BuildingIndexShapeFileFeatureSourceEventArgs --> | + | * //Gets the starting process time for building the index.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ===== Protected Properties ===== | + | * //N/A// |
| - | ===== Public Events ===== | + | == Return Value == |
| - | __NOTOC__ | + | * Type:DateTime |
| - | [[Category:MapSuitePortableCore]] | + | |
| - | [[Category:ThinkGeo.MapSuite.PortableCore]] | + | ** {{wiki:PublicProperty.gif|}} Cancel ** |
| - | [[Category:UpdateDocumentation]] | + | |
| + | * //Gets or sets to see if we need to cancel the building index of current record.// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} ShapePathFileName ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||