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/21 01:12] 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|}} u2s=(Double,Double,GeographyUnit,DistanceUnit) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //vGs=// | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | * //vWs=// | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | * //vms=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
- | * Description:N/A | ||
- | |||
- | * //v2s=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} wGs=(Double,Double,GeographyUnit,DistanceUnit) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //wWs=// | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | * //wms=// | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | * //w2s=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
- | * Description:N/A | ||
- | |||
- | * //xGs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} xWs=(Vertex,Single) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //xms=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | ||
- | * Description:N/A | ||
- | |||
- | * //x2s=// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} xWs=(PointShape,Single) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //yGs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
- | * Description:N/A | ||
- | |||
- | * //yWs=// | ||
- | * Type:Single | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} yms=(BaseShape,GeographyUnit,DistanceUnit) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //y2s=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | ||
- | * Description:N/A | ||
- | |||
- | * //zGs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
- | * Description:N/A | ||
- | |||
- | * //zWs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} yms=(Vertex,GeographyUnit,DistanceUnit) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //zms=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | ||
- | * Description:N/A | ||
- | |||
- | * //z2s=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
- | * Description:N/A | ||
- | |||
- | * //0Gs=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} 0Ws=(Double,Double) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //0ms=// | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | * //02s=// | ||
- | * 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.