User Tools

Site Tools


thinkgeo.mapsuite.core.vertex

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.vertex [2015/09/18 05:54]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.Vertex ====== 
-This structure represents the point at which the sides of an angle intersect. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.ValueType 
-      ***ThinkGeo.MapSuite.Core.Vertex** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} Vertex(Double,​Double) ** 
- 
-This is the constructor used to create a vertex. 
-== 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.Core.PointShape|PointShape]] 
-    * Description:​This parameter is the PointShape you want to convert to a Vertex. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-This method is an override of the ToString functionality. 
-== Remarks == 
-None 
- 
-== 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.Core.Vertex|Vertex]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetVertex//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.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.Core.Vertex|Vertex]] 
-  * Description:​This method returns the middle Vertex between the vertices which passing in. 
- 
-== Parameters == 
-  * //vertex1// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-    * Description:​start vertex of a straight line 
- 
-  * //vertex2// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-    * Description:​en vertex of a straight line 
- 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} VEE=(Double,​Double,​GeographyUnit,​DistanceUnit) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //xOffset// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​shapeUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​unitOfOffset//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} VUE=(Double,​Double,​GeographyUnit,​DistanceUnit) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​distance//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​angleInDegrees//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​shapeUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​distanceUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} VkE=(Vertex,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //vertex// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-    * Description:​N/​A 
- 
-  * //​degreeAngle//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} VkE=(PointShape,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​pivotPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​N/​A 
- 
-  * //​degreeAngle//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} V0E=(BaseShape,​GeographyUnit,​DistanceUnit) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetShape//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-    * Description:​N/​A 
- 
-  * //​shapeUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​distanceUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} V0E=(Vertex,​GeographyUnit,​DistanceUnit) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​targetVertex//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-    * Description:​N/​A 
- 
-  * //​shapeUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​distanceUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} WEE=(Double,​Double) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //toX// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //toY// 
-    * Type:Double 
-    * 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.core.vertex.1442555644.txt.gz ยท Last modified: 2015/09/18 05:54 by admin