User Tools

Site Tools


thinkgeo.mapsuite.core.nontangentcurvecogocall

This is an old revision of the document!


ThinkGeo.MapSuite.Core.NonTangentCurveCogoCall

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetCallLine PointShape, PointShape CogoCall
Public MethodGetDescriptionString CogoDirectionType, AngleUnit CogoCall This method is the concrete method which always calls the associated core method. This is used to give us, the framework designer, flexability when user override the core method.
Public MethodGetHashCode Object
Public MethodGetTraverseString CogoDirectionType, AngleUnit CogoCall This method is the concrete method which always calls the associated core method. This is used to give us, the framework designer, flexability when user override the core method.
Public MethodGetType Object
Public MethodLoadFromTraverseString String, CogoDirectionType, AngleUnit CogoCall This method is the concrete method which always calls the associated core method. This is used to give us, the framework designer, flexability when user override the core method.
Public MethodToString Object

Protected Methods

Public Properties

Name Return DeclaringType Summary
Public PropertyCurveDirection CogoCurveDirection
Public PropertyCurveDirectionAngle Double
Public PropertyCurveDirectionType CogoCurveDirectionType
Public PropertyFirstParameter Double
Public PropertyFirstParameterType CogoCurveParameterType
Public PropertyIsPointOfBeginning Boolean CogoCall This porperty denotes if this call is the point of begining. This is the point from which we will begin the polygon
Public PropertySecondParameter Double
Public PropertySecondParameterType CogoCurveParameterType

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

NonTangentCurveCogoCall()

Parameters

Name Type Description

Go Back

NonTangentCurveCogoCall(CogoCurveParameterType, Double, CogoCurveParameterType, Double, CogoCurveDirection, CogoCurveDirectionType, Double)

Parameters

Name Type Description
firstParameterType CogoCurveParameterType<!– ThinkGeo.MapSuite.Core.CogoCurveParameterType –>
firstParameter Double<!– System.Double –>
secondParameterType CogoCurveParameterType<!– ThinkGeo.MapSuite.Core.CogoCurveParameterType –>
secondParameter Double<!– System.Double –>
curveDirection CogoCurveDirection<!– ThinkGeo.MapSuite.Core.CogoCurveDirection –>
curveDirectionType CogoCurveDirectionType<!– ThinkGeo.MapSuite.Core.CogoCurveDirectionType –>
curveDirectionAngle Double<!– System.Double –>

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

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

Parameters

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

<!– System.Object –> Go Back

GetCallLine(PointShape, PointShape)

Return Value

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

Parameters

Name Type Description
startPoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
backsightPoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

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

GetDescriptionString(CogoDirectionType, AngleUnit)

This method is the concrete method which always calls the associated core method. This is used to give us, the framework designer, flexability when user override the core method.

Return Value

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

Parameters

Name Type Description
returningDirectionType CogoDirectionType<!– ThinkGeo.MapSuite.Core.CogoDirectionType –>
returningAngleUnit AngleUnit<!– ThinkGeo.MapSuite.Core.AngleUnit –>

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

GetHashCode()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetTraverseString(CogoDirectionType, AngleUnit)

This method is the concrete method which always calls the associated core method. This is used to give us, the framework designer, flexability when user override the core method.

Return Value

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

Parameters

Name Type Description
returningDirectionType CogoDirectionType<!– ThinkGeo.MapSuite.Core.CogoDirectionType –>
returningAngleUnit AngleUnit<!– ThinkGeo.MapSuite.Core.AngleUnit –>

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

GetType()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

LoadFromTraverseString(String, CogoDirectionType, AngleUnit)

This method is the concrete method which always calls the associated core method. This is used to give us, the framework designer, flexability when user override the core method.

Return Value

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

Parameters

Name Type Description
traverseString String<!– System.String –>
directionType CogoDirectionType<!– ThinkGeo.MapSuite.Core.CogoDirectionType –>
angleUnit AngleUnit<!– ThinkGeo.MapSuite.Core.AngleUnit –>

<!– ThinkGeo.MapSuite.Core.CogoCall –> 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

GetCallLineCore(PointShape, PointShape)

Return Value

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

Parameters

Name Type Description
startPoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
backsightPoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

<!– ThinkGeo.MapSuite.Core.CogoCall(overriden) –> Go Back

GetDescriptionStringCore(CogoDirectionType, AngleUnit)

Return Value

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

Parameters

Name Type Description
returningDirectionType CogoDirectionType<!– ThinkGeo.MapSuite.Core.CogoDirectionType –>
returningAngleUnit AngleUnit<!– ThinkGeo.MapSuite.Core.AngleUnit –>

<!– ThinkGeo.MapSuite.Core.CogoCall(overriden) –> Go Back

GetTraverseStringCore(CogoDirectionType, AngleUnit)

Return Value

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

Parameters

Name Type Description
returningDirectionType CogoDirectionType<!– ThinkGeo.MapSuite.Core.CogoDirectionType –>
returningAngleUnit AngleUnit<!– ThinkGeo.MapSuite.Core.AngleUnit –>

<!– ThinkGeo.MapSuite.Core.CogoCall(overriden) –> Go Back

LoadFromTraverseStringCore(String, CogoDirectionType, AngleUnit)

Return Value

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

Parameters

Name Type Description
traverseString String<!– System.String –>
directionType CogoDirectionType<!– ThinkGeo.MapSuite.Core.CogoDirectionType –>
angleUnit AngleUnit<!– ThinkGeo.MapSuite.Core.AngleUnit –>

<!– ThinkGeo.MapSuite.Core.CogoCall(overriden) –> Go Back

MemberwiseClone()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

CurveDirection

Return Value

Return Type
CogoCurveDirection<!– ThinkGeo.MapSuite.Core.CogoCurveDirection –>

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

CurveDirectionAngle

Return Value

Return Type
Double<!– System.Double –>

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

CurveDirectionType

Return Value

Return Type
CogoCurveDirectionType<!– ThinkGeo.MapSuite.Core.CogoCurveDirectionType –>

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

FirstParameter

Return Value

Return Type
Double<!– System.Double –>

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

FirstParameterType

Return Value

Return Type
CogoCurveParameterType<!– ThinkGeo.MapSuite.Core.CogoCurveParameterType –>

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

IsPointOfBeginning

This porperty denotes if this call is the point of begining. This is the point from which we will begin the polygon

Return Value

Return Type
Boolean<!– System.Boolean –>

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

SecondParameter

Return Value

Return Type
Double<!– System.Double –>

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

SecondParameterType

Return Value

Return Type
CogoCurveParameterType<!– ThinkGeo.MapSuite.Core.CogoCurveParameterType –>

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

Protected Properties

Public Events

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