====== ThinkGeo.MapSuite.Shapes.Vertex ====== ===== Inheritance Hierarchy ===== *System.Object *System.ValueType ***ThinkGeo.MapSuite.Shapes.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.
** {{wiki:PublicMethod.gif|}} Vertex(PointShape) ** * //This is the constructor used to create a vertex.// == Remarks == * //None// == Parameters == * //point// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:This parameter is the PointShape you want to convert to a Vertex.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //None// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //None// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} Add(Vertex) ** * //N/A// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.Vertex|Vertex]] * Description:N/A == Parameters == * //targetVertex// * Type:[[ThinkGeo.MapSuite.Shapes.Vertex|Vertex]] * Description:This parameter represents the vertex you wish to add to the current vertex.
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} FindMiddleVertexBetweenTwoVertices(Vertex,Vertex) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.Vertex|Vertex]] * Description:This method returns the middle Vertex between the vertices which passing in. == Parameters == * //vertex1// * Type:[[ThinkGeo.MapSuite.Shapes.Vertex|Vertex]] * Description:start vertex of a straight line * //vertex2// * Type:[[ThinkGeo.MapSuite.Shapes.Vertex|Vertex]] * Description:en vertex of a straight line
===== 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.GeographyUnit|GeographyUnit]] * Description:N/A * //unitOfOffset// * Type:[[ThinkGeo.MapSuite.Shapes.DistanceUnit|DistanceUnit]] * Description:N/A
** {{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.GeographyUnit|GeographyUnit]] * Description:N/A * //distanceUnit// * Type:[[ThinkGeo.MapSuite.Shapes.DistanceUnit|DistanceUnit]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Rotate(Vertex,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //vertex// * Type:[[ThinkGeo.MapSuite.Shapes.Vertex|Vertex]] * Description:N/A * //degreeAngle// * Type:Single * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Rotate(PointShape,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //pivotPoint// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:N/A * //degreeAngle// * Type:Single * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetDistanceTo(BaseShape,GeographyUnit,DistanceUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double * Description:N/A == Parameters == * //targetShape// * Type:[[ThinkGeo.MapSuite.Shapes.BaseShape|BaseShape]] * Description:N/A * //shapeUnit// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //distanceUnit// * Type:[[ThinkGeo.MapSuite.Shapes.DistanceUnit|DistanceUnit]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetDistanceTo(Vertex,GeographyUnit,DistanceUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double * Description:N/A == Parameters == * //targetVertex// * Type:[[ThinkGeo.MapSuite.Shapes.Vertex|Vertex]] * Description:N/A * //shapeUnit// * Type:[[ThinkGeo.MapSuite.GeographyUnit|GeographyUnit]] * Description:N/A * //distanceUnit// * Type:[[ThinkGeo.MapSuite.Shapes.DistanceUnit|DistanceUnit]] * Description:N/A
** {{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
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} X ** * //N/A// == Remarks == * //None// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} Y ** * //N/A// == Remarks == * //None// == Return Value == * Type:Double ==== Protected Properties ==== ==== Public Events ====