This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
thinkgeo.mapsuite.core.vertex [2015/09/22 08:30] 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|}} TranslateByOffset(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|}} TranslateByDegree(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|}} Rotate(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|}} Rotate(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|}} GetDistanceTo(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|}} GetDistanceTo(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|}} GetDistanceFromVertex(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 ==== | ||
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.