This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.vertex [2015/09/17 10:41] 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 === | ||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#Vertex(Double,Double)|Vertex]]** | ||
- | * **Parameters**:Double,Double | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This is the constructor used to create a vertex. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#Vertex(PointShape)|Vertex]]** | ||
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This is the constructor used to create a vertex. | ||
- | </div> | ||
- | |||
- | === Protected Constructors === | ||
- | === Public Methods === | ||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#Add(Vertex)|Add]]** | ||
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This method adds the target vertex to the current vertex. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | ||
- | * **Parameters**:Object | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This method is an override of the Equals functionality. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}}[[#FindMiddleVertexBetweenTwoVertices(Vertex,Vertex)|FindMiddleVertexBetweenTwoVertices]]** | ||
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]],[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This method returns the middle Vertex of a straight line which two vertices are passing in. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This method is an override of the GetHashCode functionality. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This method is an override of the ToString functionality. | ||
- | </div> | ||
- | |||
- | === Protected Methods === | ||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#V0E=(BaseShape,GeographyUnit,DistanceUnit)|V0E=]]** | ||
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#V0E=(Vertex,GeographyUnit,DistanceUnit)|V0E=]]** | ||
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#VEE=(Double,Double,GeographyUnit,DistanceUnit)|VEE=]]** | ||
- | * **Parameters**:Double,Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#VUE=(Double,Double,GeographyUnit,DistanceUnit)|VUE=]]** | ||
- | * **Parameters**:Double,Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#VkE=(Vertex,Single)|VkE=]]** | ||
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]],Single | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#VkE=(PointShape,Single)|VkE=]]** | ||
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Single | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#WEE=(Double,Double)|WEE=]]** | ||
- | * **Parameters**:Double,Double | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | === Public Properties === | ||
- | **{{wiki:PublicProperty.gif|}}[[#X|X]]** | ||
- | * **Return**:Double | ||
- | * **Summary**:This property returns the horizontal value of the vertex. | ||
- | |||
- | **{{wiki:PublicProperty.gif|}}[[#Y|Y]]** | ||
- | * **Return**:Double | ||
- | * **Summary**:This property returns the vertical value of the vertex. | ||
- | |||
- | === Protected Properties === | ||
- | === Public Events === | ||
- | ===== Public Constructors ===== | ||
- | === 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. | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | === 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. | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ===== Protected Constructors ===== | ||
- | ===== Public Methods ===== | ||
- | === Add(Vertex) === | ||
- | This method adds the target vertex to the current vertex. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | |||
- | **Return Value** | ||
- | * **Return 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. | ||
- | |||
- | [[#Public Methods|Go Back]] | ||
- | === Equals(Object) === | ||
- | This method is an override of the Equals functionality. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Boolean | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | **obj** | ||
- | * **Type**:Object | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Public Methods|Go Back]] | ||
- | === FindMiddleVertexBetweenTwoVertices(Vertex,Vertex) === | ||
- | This method returns the middle Vertex of a straight line which two vertices are passing in. | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return 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 | ||
- | |||
- | [[#Public Methods|Go Back]] | ||
- | === GetHashCode() === | ||
- | This method is an override of the GetHashCode functionality. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Int32 | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | === GetType() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Type | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | === ToString() === | ||
- | This method is an override of the ToString functionality. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:String | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | === Finalize() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Void | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Object | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === V0E=(BaseShape,GeographyUnit,DistanceUnit) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return 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 | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === V0E=(Vertex,GeographyUnit,DistanceUnit) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return 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 | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === VEE=(Double,Double,GeographyUnit,DistanceUnit) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return 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 | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === VUE=(Double,Double,GeographyUnit,DistanceUnit) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return 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 | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === VkE=(Vertex,Single) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Void | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | **vertex** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | ||
- | * **Description**:N/A | ||
- | |||
- | **degreeAngle** | ||
- | * **Type**:Single | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === VkE=(PointShape,Single) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Void | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | **pivotPoint** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
- | * **Description**:N/A | ||
- | |||
- | **degreeAngle** | ||
- | * **Type**:Single | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === WEE=(Double,Double) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Double | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | **toX** | ||
- | * **Type**:Double | ||
- | * **Description**:N/A | ||
- | |||
- | **toY** | ||
- | * **Type**:Double | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === X === | ||
- | This property returns the horizontal value of the vertex. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Double | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === Y === | ||
- | This property returns the vertical value of the vertex. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Double | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ===== Public Events ===== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.