Uses of Class
JavaLineArray.ref

Packages that use ref
Package
Description
 
 
  • Uses of ref in JavaLineArray

    Methods in JavaLineArray with parameters of type ref
    Modifier and Type
    Method
    Description
    protected static int
    lineutility.CalcTrueIntersectDouble(double m1, double b1, double m2, double b2, POINT2 p2, int bolVerticalSlope1, int bolVerticalSlope2, double dWidth, int lOrient, ref<double[]> X, ref<double[]> Y)
    Calculates the intersection of 2 lines pelative to a point.
    protected static int
    lineutility.CalcTrueLinesDouble(long nDistance, POINT2 linePoint1, POINT2 linePoint2, ref<double[]> pdResult)
    Calculates the slopes and y intercepts in pixels for the line from pt1 to pt2 and a parallel line a vertical distance from the line
    protected static int
    lineutility.CalcTrueSlopeDouble(POINT2 firstLinePoint, POINT2 lastLinePoint, ref<double[]> slope)
    Computes the slope of a line
    static boolean
    lineutility.CalcTrueSlopeDouble2(POINT2 firstLinePoint, POINT2 lastLinePoint, ref<double[]> slope)
    Computes the slope of a line
    static boolean
    lineutility.CalcTrueSlopeDoubleForRoutes(POINT2 firstLinePoint, POINT2 lastLinePoint, ref<double[]> slope)
     
    protected static int
    lineutility.ExtendLineAbove(POINT2 pt1, POINT2 pt2, POINT2 pt3, double d, ref<double[]> X, ref<double[]> Y, int direction)
    Extends a point above a line
    protected static int
    lineutility.ExtendLineLeft(POINT2 pt1, POINT2 pt2, POINT2 pt3, double d, ref<double[]> X, ref<double[]> Y, int direction)
    Extends a point to the left of a line
    protected static int
    flot.GetAnchorageFlotSegment(int[] vbPoints, int x1, int y1, int x2, int y2, int segment, int[] points, ref<int[]> bFlip, ref<int[]> lDirection, ref<int[]> lLastDirection)
     
    protected static void
    lineutility.GetPixelsMin(POINT2[] ptsSeize, int vblCounter, ref<double[]> x, ref<double[]> y)
    Returns the smallest x and y pixel values from an array of points
    protected static int
    lineutility.GetSquallSegment(POINT2 StartPt, POINT2 EndPt, POINT2[] pSquallPts, ref<int[]> sign, int amplitude, int quantity, int length)
    Gets the squall curves for a line segment Assumes pSquallPts has been allocated the proper number of points.
  • Uses of ref in JavaTacticalRenderer

    Methods in JavaTacticalRenderer with parameters of type ref
    Modifier and Type
    Method
    Description
    protected static int
    clsUtility.ChannelWidth(double[] pixels, ref<double[]> distanceToChannelPOINT2)
    Calculates the channel width in pixels for channel types
    static double
    mdlGeodesic.geodesic_distance(POINT2 c1, POINT2 c2, ref<double[]> a12, ref<double[]> a21)
    Calculates the distance in meters between two geodesic points.
    static boolean
    clsUtility.IsChange1Area(int lineType, ref<int[]> minPoints)
    Returns a boolean indicating whether the line type is a change 1 area