Table of Contents

ThinkGeo.MapSuite.Core.Vertex

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This structure represents the point at which the sides of an angle intersect.

Inheritance Hierarchy

Members Summary

Public Constructors

Vertex(Double,Double)

Remarks
Parameters

Vertex(PointShape)

Remarks
Parameters

Protected Constructors

Public Methods

ToString()

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

Add(Vertex)

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

FindMiddleVertexBetweenTwoVertices(Vertex,Vertex)

Remarks
Return Value
Parameters

Protected Methods

TranslateByOffset(Double,Double,GeographyUnit,DistanceUnit)

Remarks
Return Value
Parameters

TranslateByDegree(Double,Double,GeographyUnit,DistanceUnit)

Remarks
Return Value
Parameters

Rotate(Vertex,Single)

Remarks
Return Value
Parameters

Rotate(PointShape,Single)

Remarks
Return Value
Parameters

GetDistanceTo(BaseShape,GeographyUnit,DistanceUnit)

Remarks
Return Value
Parameters

GetDistanceTo(Vertex,GeographyUnit,DistanceUnit)

Remarks
Return Value
Parameters

GetDistanceFromVertex(Double,Double)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

X

This property returns the horizontal value of the vertex.

Remarks

None

Return Value

Y

This property returns the vertical value of the vertex.

Remarks

None

Return Value

Protected Properties

Public Events