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
thinkgeo.mapsuite.core.jeffersonianhelper [2015/09/22 08:21]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.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) ** 
- 
-  * //N/A// 
-== 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:​N/​A 
- 
-  * //​isSection//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SplitNorthSouth(Feature,​GeographyUnit,​Int32) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SplitWestEast(Feature,​GeographyUnit,​Int32) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SplitIntoQuaters(Feature,​GeographyUnit,​Int32) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitResult|JeffersonianSplitResult]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} FindAliquotPart(Feature,​String,​GeographyUnit,​Int32,​JeffersonianSplitMode) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //​jeffersonianString//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​splitMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} FindAliquotPart(Feature,​String,​GeographyUnit,​Int32,​JeffersonianSplitMode,​Boolean) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //​jeffersonianString//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​splitMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]] 
-    * Description:​N/​A 
- 
-  * //​isSection//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} FindAliquotPartForPartSection(Feature,​String,​GeographyUnit,​Int32,​JeffersonianSplitMode) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //​jeffersonianString//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​splitMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} FindAliquotPart(Feature,​Int32,​String,​GeographyUnit,​Int32,​JeffersonianSplitMode) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //​sectionNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​jeffersonianString//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​cornerPointTolerancePercentage//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​splitMode//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.JeffersonianSplitMode|JeffersonianSplitMode]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetSectionNumber(Feature,​GeographyUnit) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //section// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CanSplit(Feature,​GeographyUnit) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CanFindAliquotPart(Feature,​GeographyUnit) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​aliquotPart//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //unit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-<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.1442910106.txt.gz ยท Last modified: 2015/09/22 08:21 by admin