Uses of Class
JavaLineArray.ref
Packages that use ref
-
Uses of ref in JavaLineArray
Methods in JavaLineArray with parameters of type refModifier and TypeMethodDescriptionprotected static intlineutility.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 intlineutility.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 lineprotected static intlineutility.CalcTrueSlopeDouble(POINT2 firstLinePoint, POINT2 lastLinePoint, ref<double[]> slope) Computes the slope of a linestatic booleanlineutility.CalcTrueSlopeDouble2(POINT2 firstLinePoint, POINT2 lastLinePoint, ref<double[]> slope) Computes the slope of a linestatic booleanlineutility.CalcTrueSlopeDoubleForRoutes(POINT2 firstLinePoint, POINT2 lastLinePoint, ref<double[]> slope) protected static intlineutility.ExtendLineAbove(POINT2 pt1, POINT2 pt2, POINT2 pt3, double d, ref<double[]> X, ref<double[]> Y, int direction) Extends a point above a lineprotected static intlineutility.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 lineprotected static intflot.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 voidlineutility.GetPixelsMin(POINT2[] ptsSeize, int vblCounter, ref<double[]> x, ref<double[]> y) Returns the smallest x and y pixel values from an array of pointsprotected static intlineutility.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 refModifier and TypeMethodDescriptionprotected static intclsUtility.ChannelWidth(double[] pixels, ref<double[]> distanceToChannelPOINT2) Calculates the channel width in pixels for channel typesstatic doublemdlGeodesic.geodesic_distance(POINT2 c1, POINT2 c2, ref<double[]> a12, ref<double[]> a21) Calculates the distance in meters between two geodesic points.static booleanclsUtility.IsChange1Area(int lineType, ref<int[]> minPoints) Returns a boolean indicating whether the line type is a change 1 area