User Tools

Site Tools


thinkgeo.mapsuite.core.jeffersonianhelper

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.jeffersonianhelper [2015/09/21 01:06]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.JeffersonianHelper ====== 
-Class JeffersonianHelper. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.JeffersonianHelper** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Split(Feature,​Int32,​GeographyUnit,​Int32,​JeffersonianSplitMode,​Boolean) ** 
- 
-Splits the specified section. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitResult|JeffersonianSplitResult]] 
-  * Description:​The result represent by the JeffersonianSplitResult. 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The polygon to split. 
- 
-  * //​sectionNumber//​ 
-    * Type:Int32 
-    * Description:​The number which the polygon belongs to. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​Current geography unit 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​Percentage value of the tolerance, e.g. 50 means 50% 
- 
-  * //​splitMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]] 
-    * Description:​The split mode. 
- 
-  * //​isSection//​ 
-    * Type:​Boolean 
-    * Description:​if set to true [is section]. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SplitNorthSouth(Feature,​GeographyUnit,​Int32) ** 
- 
-Splits the north south. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * Description:​Collection<​Feature>​. 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The aliquot part. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​The corner point tolerance percentage. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SplitWestEast(Feature,​GeographyUnit,​Int32) ** 
- 
-Splits the west east. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * Description:​Collection<​Feature>​. 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The aliquot part. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​The corner point tolerance percentage. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SplitIntoQuaters(Feature,​GeographyUnit,​Int32) ** 
- 
-Splits the into quaters. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitResult|JeffersonianSplitResult]] 
-  * Description:​JeffersonianSplitResult. 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The aliquot part. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​The corner point tolerance percentage. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} FindAliquotPart(Feature,​String,​GeographyUnit,​Int32,​JeffersonianSplitMode) ** 
- 
-Finds the aliquot part. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * Description:​Feature. 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The section. 
- 
-  * //​jeffersonianString//​ 
-    * Type:String 
-    * Description:​The jeffersonian string. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​The corner point tolerance percentage. 
- 
-  * //​splitMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]] 
-    * Description:​The split mode. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} FindAliquotPartForPartSection(Feature,​String,​GeographyUnit,​Int32,​JeffersonianSplitMode) ** 
- 
-Finds the aliquot part for part section. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * Description:​Feature. 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The section. 
- 
-  * //​jeffersonianString//​ 
-    * Type:String 
-    * Description:​The jeffersonian string. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​The corner point tolerance percentage. 
- 
-  * //​splitMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]] 
-    * Description:​The split mode. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} FindAliquotPart(Feature,​Int32,​String,​GeographyUnit,​Int32,​JeffersonianSplitMode) ** 
- 
-Finds the aliquot part. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * Description:​Feature. 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The section. 
- 
-  * //​sectionNumber//​ 
-    * Type:Int32 
-    * Description:​The section number. 
- 
-  * //​jeffersonianString//​ 
-    * Type:String 
-    * Description:​The jeffersonian string. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​The corner point tolerance percentage. 
- 
-  * //​splitMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]] 
-    * Description:​The split mode. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetSectionNumber(Feature,​GeographyUnit) ** 
- 
-Gets the section number. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​System.Int32. 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The section. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CanSplit(Feature,​GeographyUnit) ** 
- 
-Determines whether this instance can split the specified aliquot part. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​true if this instance can split the specified aliquot part; otherwise, false. 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The aliquot part. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CanFindAliquotPart(Feature,​GeographyUnit) ** 
- 
-Determines whether this instance [can find aliquot part] the specified aliquot part. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​true if this instance [can find aliquot part] the specified aliquot part; otherwise, false. 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​The aliquot part. 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​The unit. 
- 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.jeffersonianhelper.1442797563.txt.gz ยท Last modified: 2015/09/21 01:06 by admin