ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI Namespace / EsriDataDecoder Class / DetermineOrientation Method

In This Topic
    DetermineOrientation Method
    In This Topic
    Returns the orientation of the polygon specified by points.
    Syntax
    'Declaration
     
    Public Shared Function DetermineOrientation( _
       ByVal points As IItemCollection(Of GeoPoint) _
    ) As EsriDataDecoder.Orientation
    public static EsriDataDecoder.Orientation DetermineOrientation( 
       IItemCollection<GeoPoint> points
    )

    Parameters

    points
    Remarks
    The algorithm was found at http://en.wikipedia.org/wiki/Curve_orientation.
    See Also