User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.vertex

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.vertex [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightcore.vertex [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightCore.Vertex ====== ====== ThinkGeo.MapSuite.SilverlightCore.Vertex ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +This structure represents the point at which the sides of an angle intersect.
-<!-- Structure -->+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.ValueType +  *System.Object 
-**[[ThinkGeo.MapSuite.SilverlightCore.Vertex]]+    ​*System.ValueType 
 +      ***ThinkGeo.MapSuite.SilverlightCore.Vertex**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Vertex(Double,​Double) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#Vertex(Double,​ Double)|Vertex]] ​  | Double, Double ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Vertex(PointShape)|Vertex]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +This is the constructor used to create a vertex. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +None 
 +== Parameters ​== 
 +  * //x// 
 +    * Type:​Double 
 +    * Description:​This parameter represents the horizontal value.
  
 +  * //y//
 +    * Type:Double
 +    * Description:​This parameter represents the vertical value.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Vertex(PointShape) **
 +
 +This is the constructor used to create a vertex.
 +== Remarks ==
 +None
 +== Parameters ==
 +  * //point//
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +    * Description:​This parameter is the PointShape you want to convert to a Vertex.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ​ToString() ** 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Add(Vertex)|Add]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] ​  ​| ​   |    | + 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] ​  | Object ​  | Object(overriden) ​  ​| ​   | +This method is an override of the ToString functionality
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#​FindMiddleVertexBetweenTwoVertices(Vertex, ​Vertex)|FindMiddleVertexBetweenTwoVertices]] ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]][[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] ​  |    |    | +== Remarks == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +None 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | + 
-{{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]]   |    ​| ​Object(overriden) ​  ​| ​   |+== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ​GetHashCode() ** 
 + 
 +This method is an override of the GetHashCode functionality. 
 +== Remarks == 
 +None 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ​Equals(Object) ** 
 + 
 +This method is an override of the Equals functionality. 
 +== Remarks == 
 +None 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:PublicMethod.gif|}} ​Add(Vertex) ​** 
 + 
 +This method adds the target vertex to the current vertex. 
 +== Remarks == 
 +None 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​targetVertex//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
 +    * Description:​This parameter represents the vertex you wish to add to the current vertex. 
 + 
 +<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|}} ​FindMiddleVertexBetweenTwoVertices(Vertex,​Vertex** 
 + 
 +This method returns the middle Vertex of a straight line which two vertices are passing in. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
 +  * Description:​This method returns the middle Vertex between the vertices which passing in. 
 + 
 +== Parameters == 
 +  * //​vertex1//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
 +    * Description:​start vertex of a straight line 
 + 
 +  * //​vertex2//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
 +    * Description:​en vertex of a straight line
  
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} ​IBs=(Double,​Double,​GeographyUnit,​DistanceUnit**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +N/A 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​X|X]] ​  | Double ​  ​| ​   |    | +N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Y|Y]] ​  | Double ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:Void 
 +  * Description:​N/​A
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+  * //​xOffset//​ 
 +    * Type:​Double 
 +    * Description:​N/​A
  
-===== Public Constructors ===== +  * //yOffset// 
-==== Vertex(Double,​ Double) ==== +    ​* ​Type:Double 
-=== Parameters === +    ​* Description:​N/​A
-^  Name ^  ​Type ^  Description ^ +
-| x   ​| ​Double<!-- System.Double --> ​  ​| ​   | +
-| y   | Double<​!-- System.Double --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //​shapeUnit//​ 
-==== Vertex(PointShape) ==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-=== Parameters === +    * Description:​N/​A
-^  Name ^  ​Type ^  Description ^ +
-| point   ​| ​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //​unitOfOffset//​ 
-===== Protected Constructors ===== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-===== Public Methods ===== +    * Description:​N/​A
-==== Add(Vertex) ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} IRs=(Double,​Double,​GeographyUnit,​DistanceUnit) **
-| targetVertex ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object(overriden) --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​distance//​ 
-==== FindMiddleVertexBetweenTwoVertices(Vertex,​ Vertex) ​==== +    ​* ​Type:Double 
-<!-- static --> +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  ​| ​   |+
  
-=== Parameters === +  * //​angleInDegrees//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Double 
-| vertex1 ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  ​| ​   +    ​* Description:​N/​A
-| vertex2 ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.Vertex --> +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== GetHashCode() ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //​distanceUnit//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
 +    * Description:N/A
  
-<!-- System.Object(overriden) --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Ihs=(PointShape,​Single**
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​pivotPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:N/A
  
-<!-- System.Object(overriden) --> +  * //​degreeAngle//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Single 
-===== Protected Methods ===== +    ​* Description:​N/​A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} Ixs=(BaseShape,​GeographyUnit,​DistanceUnit) **
  
-<!-- System.Object --> +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:Double 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​targetShape//​ 
-===== Public Properties ===== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-==== X ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type +
-| Double<​!-- System.Double --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.Vertex --> +  * //​shapeUnit//​ 
-[[#Public Properties|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== Y ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Vertex ​--> +  * //​distanceUnit//​ 
-[[#Public Properties|Go Back]] +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-===== Protected Properties ​===== +    * Description:​N/​A 
-===== Public ​Events ​===== + 
-__NOTOC__ +<div newline></​div>​ 
-[[Category:SilverlightMapSuiteCore]] +** {{wiki:​ProtectedMethod.gif|}} Ixs=(Vertex,​GeographyUnit,​DistanceUnit) ** 
-[[Category:ThinkGeo.MapSuite.SilverlightCore]] + 
-[[Category:UpdateDocumentation]]+N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Double 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​targetVertex//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
 +    * Description:​N/​A 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​N/​A 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
 +    * 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 ** 
 + 
 +This property returns the horizontal value of the vertex. 
 +== Remarks ​== 
 +None 
 +== Return Value == 
 +  * Type:Double 
 + 
 +** {{wiki:PublicProperty.gif|}} Y ** 
 + 
 +This property returns the vertical value of the vertex
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:Double 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.silverlightcore.vertex.1440040134.txt.gz · Last modified: 2015/09/21 03:25 (external edit)