====== ThinkGeo.MapSuite.Core.JeffersonianHelper ====== {{section>upgrade_map_suite_to_10.0}} ===== 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 ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** N/A == Remarks == N/A == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** N/A == Remarks == N/A == Return Value == * Type:Type * Description:N/A == Parameters == ** {{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 ** {{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 ** {{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 ** {{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 ** {{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 ** {{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 ** {{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 ** {{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 ** {{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 ** {{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 ** {{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 ==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** N/A == Remarks == N/A == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====