User Tools

Site Tools


thinkgeo.mapsuite.portablecore.xycogocall

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.xycogocall [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.xycogocall [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.XYCogoCall ======+====== ThinkGeo.MapSuite.Core.XYCogoCall ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.CogoCall]] +    *ThinkGeo.MapSuite.Core.CogoCall 
-***[[ThinkGeo.MapSuite.PortableCore.XYCogoCall]]+      ***ThinkGeo.MapSuite.Core.XYCogoCall**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} XYCogoCall() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#XYCogoCall()|XYCogoCall]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​XYCogoCall(Vertex)|XYCogoCall]] ​  | [[ThinkGeo.MapSuite.PortableCore.Vertex|Vertex]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​XYCogoCall(PointShape)|XYCogoCall]] ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​XYCogoCall(Double,​ Double)|XYCogoCall]] ​  | Double, Double ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +N/A 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} XYCogoCall(Vertex) **
  
 +N/A
 +== Remarks ==
 +N/A
 +== Parameters ==
 +  * //vertex//
 +    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} XYCogoCall(PointShape) **
 +
 +N/A
 +== Remarks ==
 +N/A
 +== Parameters ==
 +  * //point//
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} XYCogoCall(Double,​Double) **
 +
 +N/A
 +== Remarks ==
 +N/A
 +== Parameters ==
 +  * //x//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //y//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetCallLine(PointShape,​PointShape) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetCallLine(PointShape,​ PointShape)|GetCallLine]] ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoCall|CogoCall]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDescriptionString(CogoDirectionType,​ AngleUnit)|GetDescriptionString]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]],​ [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoCall|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. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTraverseString(CogoDirectionType,​ AngleUnit)|GetTraverseString]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]],​ [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoCall|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. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LoadFromTraverseString(String,​ CogoDirectionType,​ AngleUnit)|LoadFromTraverseString]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]],​ [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoCall|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. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +N/A
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetCallLineCore(PointShape,​ PointShape)|GetCallLineCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoCall|CogoCall]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetDescriptionStringCore(CogoDirectionType,​ AngleUnit)|GetDescriptionStringCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]],​ [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoCall|CogoCall]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTraverseStringCore(CogoDirectionType,​ AngleUnit)|GetTraverseStringCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]],​ [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoCall|CogoCall]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​LoadFromTraverseStringCore(String,​ CogoDirectionType,​ AngleUnit)|LoadFromTraverseStringCore]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]],​ [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]] ​  | [[ThinkGeo.MapSuite.PortableCore.CogoCall|CogoCall]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]] 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​IsPointOfBeginning|IsPointOfBeginning]] ​  | Boolean ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.CogoCall|CogoCall]]   | This porperty denotes if this call is the point of begining. This is the point from which we will begin the polygon ​  | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​X|X]] ​  | Double ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Y|Y]] ​  | Double ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​startPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​N/​A
  
-==== Public Events ==== +  * //​backsightPoint//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​N/​A
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== XYCogoCall() ==== +** {{wiki:​PublicMethod.gif|}} GetDescriptionString(CogoDirectionType,​AngleUnit**
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +N/A 
-==== XYCogoCall(Vertex) ==== +== Remarks ​== 
-=== Parameters === +N/A
-^  Name ^  Type ^  Description ^ +
-| vertex ​  | [[ThinkGeo.MapSuite.PortableCore.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.PortableCore.Vertex --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== XYCogoCall(PointShape) ​==== +  ​Type:String 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| point   | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.PortableCore.PointShape --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== XYCogoCall(Double,​ Double) ==== +  ​* //​returningDirectionType//​ 
-=== Parameters ​=== +    * Type:​[[ThinkGeo.MapSuite.Core.CogoDirectionType|CogoDirectionType]] 
-^  Name ^  ​Type ​^  Description ^ +    ​* Description:​N/​A
-| x   | Double<​!-- System.Double --> ​  ​| ​   ​+
-| y   | Double<​!-- System.Double --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //​returningAngleUnit//​ 
-===== Protected Constructors ===== +    * Type:[[ThinkGeo.MapSuite.Core.AngleUnit|AngleUnit]] 
-===== Public Methods ===== +    ​* ​Description:N/A
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetTraverseString(CogoDirectionType,​AngleUnit) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetCallLine(PointShape,​ PointShape) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.PortableCore.LineShape|LineShape]]<​!-- ThinkGeo.MapSuite.PortableCore.LineShape --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| startPoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.PortableCore.PointShape --> ​  ​| ​   | +  Description:N/A
-| backsightPoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.PortableCore.PointShape --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.CogoCall --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​returningDirectionType//​ 
-==== GetDescriptionString(CogoDirectionType,​ AngleUnit) ==== +    * Type:[[ThinkGeo.MapSuite.Core.CogoDirectionType|CogoDirectionType]] 
-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. +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //​returningAngleUnit//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.AngleUnit|AngleUnit]] 
-| returningDirectionType ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]]<​!-- ThinkGeo.MapSuite.PortableCore.CogoDirectionType --> ​  ​| ​   | +    * Description:​N/​A
-| returningAngleUnit ​  | [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]]<!-- ThinkGeo.MapSuite.PortableCore.AngleUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.CogoCall --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} LoadFromTraverseString(String,​CogoDirectionType,​AngleUnit**
-==== GetHashCode() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetTraverseString(CogoDirectionType,​ AngleUnit) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​traverseString//​ 
-| returningDirectionType ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]]<​!-- ThinkGeo.MapSuite.PortableCore.CogoDirectionType --> ​  ​| ​   | +    ​* Type:String 
-| returningAngleUnit ​  | [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]]<​!-- ThinkGeo.MapSuite.PortableCore.AngleUnit --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.CogoCall --> +  * //​directionType//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.CogoDirectionType|CogoDirectionType]] 
-==== GetType() ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //​angleUnit//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.Core.AngleUnit|AngleUnit]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== 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 ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| traverseString ​  | String<​!-- System.String --> ​  ​| ​   | +N/A
-| directionType ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]]<​!-- ThinkGeo.MapSuite.PortableCore.CogoDirectionType --> ​  ​| ​   | +
-| angleUnit ​  | [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]]<​!-- ThinkGeo.MapSuite.PortableCore.AngleUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.CogoCall --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +N/A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //obj// 
-==== GetCallLineCore(PointShape,​ PointShape) ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.PortableCore.LineShape|LineShape]]<​!-- ThinkGeo.MapSuite.PortableCore.LineShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| startPoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.PortableCore.PointShape --  |    | +
-| backsightPoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.PortableCore.PointShape --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.CogoCall(overriden) --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetDescriptionStringCore(CogoDirectionType,​ AngleUnit) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| returningDirectionType ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]]<​!-- ThinkGeo.MapSuite.PortableCore.CogoDirectionType --> ​  ​| ​   | +  Description:N/A
-| returningAngleUnit ​  | [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]]<​!-- ThinkGeo.MapSuite.PortableCore.AngleUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.CogoCall(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== GetTraverseStringCore(CogoDirectionType,​ AngleUnit) ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| returningDirectionType ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]]<​!-- ThinkGeo.MapSuite.PortableCore.CogoDirectionType --> ​  ​| ​   | +N/A
-| returningAngleUnit ​  | [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]]<​!-- ThinkGeo.MapSuite.PortableCore.AngleUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.CogoCall(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Type 
-==== LoadFromTraverseStringCore(String,​ CogoDirectionType,​ AngleUnit) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| traverseString ​  | String<!-- System.String --  |    | +==== Protected Methods ==== 
-| directionType ​  | [[ThinkGeo.MapSuite.PortableCore.CogoDirectionType|CogoDirectionType]]<!-- ThinkGeo.MapSuite.PortableCore.CogoDirectionType --  |    | +** {{wiki:​ProtectedMethod.gif|}} GetCallLineCore(PointShape,​PointShape) **
-| angleUnit ​  | [[ThinkGeo.MapSuite.PortableCore.AngleUnit|AngleUnit]]<​!-- ThinkGeo.MapSuite.PortableCore.AngleUnit --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.CogoCall(overriden) --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]] 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​startPoint//​ 
-===== Public Properties ===== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== IsPointOfBeginning ==== +    * Description:​N/​A
-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.PortableCore.CogoCall --> +  * //​backsightPoint//​ 
-[[#Public Properties|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== X ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.XYCogoCall --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetDescriptionStringCore(CogoDirectionType,​AngleUnit) **
-==== Y ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.XYCogoCall --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +N/A 
-===== Public Events ​===== + 
-__NOTOC__ +== Return Value == 
-[[Category:MapSuitePortableCore]] +  * Type:​String 
-[[Category:ThinkGeo.MapSuite.PortableCore]] +  * Description:​N/​A 
-[[Category:​UpdateDocumentation]]+ 
 +== Parameters == 
 +  * //​returningDirectionType//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.CogoDirectionType|CogoDirectionType]] 
 +    * Description:​N/​A 
 + 
 +  * //​returningAngleUnit//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.AngleUnit|AngleUnit]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetTraverseStringCore(CogoDirectionType,​AngleUnit) ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​returningDirectionType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.CogoDirectionType|CogoDirectionType]] 
 +    * Description:​N/​A 
 + 
 +  * //​returningAngleUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.AngleUnit|AngleUnit]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} LoadFromTraverseStringCore(String,​CogoDirectionType,​AngleUnit) ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //​traverseString//​ 
 +    * Type:String 
 +    * Description:​N/​A 
 + 
 +  * //​directionType//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.CogoDirectionType|CogoDirectionType]] 
 +    * Description:​N/​A 
 + 
 +  * //​angleUnit//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.AngleUnit|AngleUnit]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{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 ==== 
 +** {{wiki:​PublicProperty.gif|}} X ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} Y ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsPointOfBeginning ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.portablecore.xycogocall.1440040134.txt.gz · Last modified: 2015/09/21 08:21 (external edit)