User Tools

Site Tools


thinkgeo.mapsuite.core.jeffersonianhelper

This is an old revision of the document!


ThinkGeo.MapSuite.Core.JeffersonianHelper

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

CanFindAliquotPart(Feature, GeographyUnit)

<!– static –>

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
aliquotPart Feature<!– ThinkGeo.MapSuite.Core.Feature –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

CanSplit(Feature, GeographyUnit)

<!– static –>

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
aliquotPart Feature<!– ThinkGeo.MapSuite.Core.Feature –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

FindAliquotPart(Feature, String, GeographyUnit, Int32, JeffersonianSplitMode)

<!– static –>

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.Core.Feature –>

Parameters

Name Type Description
section Feature<!– ThinkGeo.MapSuite.Core.Feature –>
jeffersonianString String<!– System.String –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
cornerPointTolerancePercentage Int32<!– System.Int32 –>
splitMode JeffersonianSplitMode<!– ThinkGeo.MapSuite.Core.JeffersonianSplitMode –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

FindAliquotPart(Feature, String, GeographyUnit, Int32, JeffersonianSplitMode, Boolean)

<!– static –>

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.Core.Feature –>

Parameters

Name Type Description
section Feature<!– ThinkGeo.MapSuite.Core.Feature –>
jeffersonianString String<!– System.String –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
cornerPointTolerancePercentage Int32<!– System.Int32 –>
splitMode JeffersonianSplitMode<!– ThinkGeo.MapSuite.Core.JeffersonianSplitMode –>
isSection Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

FindAliquotPart(Feature, Int32, String, GeographyUnit, Int32, JeffersonianSplitMode)

<!– static –>

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.Core.Feature –>

Parameters

Name Type Description
section Feature<!– ThinkGeo.MapSuite.Core.Feature –>
sectionNumber Int32<!– System.Int32 –>
jeffersonianString String<!– System.String –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
cornerPointTolerancePercentage Int32<!– System.Int32 –>
splitMode JeffersonianSplitMode<!– ThinkGeo.MapSuite.Core.JeffersonianSplitMode –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

FindAliquotPartForPartSection(Feature, String, GeographyUnit, Int32, JeffersonianSplitMode)

<!– static –>

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.Core.Feature –>

Parameters

Name Type Description
section Feature<!– ThinkGeo.MapSuite.Core.Feature –>
jeffersonianString String<!– System.String –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
cornerPointTolerancePercentage Int32<!– System.Int32 –>
splitMode JeffersonianSplitMode<!– ThinkGeo.MapSuite.Core.JeffersonianSplitMode –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetSectionNumber(Feature, GeographyUnit)

<!– static –>

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description
section Feature<!– ThinkGeo.MapSuite.Core.Feature –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Split(Feature, Int32, GeographyUnit, Int32, JeffersonianSplitMode, Boolean)

<!– static –>

Return Value

Return Type Description
JeffersonianSplitResult<!– ThinkGeo.MapSuite.Core.JeffersonianSplitResult –> The result represent by the JeffersonianSplitResult.

Parameters

Name Type Description
section Feature<!– ThinkGeo.MapSuite.Core.Feature –> The polygon to split.
sectionNumber Int32<!– System.Int32 –> The number which the polygon belongs to.
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> Current geography unit
cornerPointTolerancePercentage Int32<!– System.Int32 –> Percentage value of the tolerance, e.g. 50 means 50%
splitMode JeffersonianSplitMode<!– ThinkGeo.MapSuite.Core.JeffersonianSplitMode –>
isSection Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

SplitIntoQuaters(Feature, GeographyUnit, Int32)

<!– static –>

Return Value

Return Type Description
JeffersonianSplitResult<!– ThinkGeo.MapSuite.Core.JeffersonianSplitResult –>

Parameters

Name Type Description
aliquotPart Feature<!– ThinkGeo.MapSuite.Core.Feature –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
cornerPointTolerancePercentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

SplitNorthSouth(Feature, GeographyUnit, Int32)

<!– static –>

Return Value

Return Type Description
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –>

Parameters

Name Type Description
aliquotPart Feature<!– ThinkGeo.MapSuite.Core.Feature –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
cornerPointTolerancePercentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

SplitWestEast(Feature, GeographyUnit, Int32)

<!– static –>

Return Value

Return Type Description
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Feature} –>

Parameters

Name Type Description
aliquotPart Feature<!– ThinkGeo.MapSuite.Core.Feature –>
unit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
cornerPointTolerancePercentage Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.JeffersonianHelper –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.core.jeffersonianhelper.1440040129.txt.gz · Last modified: 2015/09/17 10:32 (external edit)