Package gen.lib.common
Class routespl__c
- java.lang.Object
-
- gen.lib.common.routespl__c
-
public class routespl__c extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description routespl__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static __ptr__
_routesplines(ST_path pp, int[] npoints, int polyline)
static java.lang.Object
add_point(java.lang.Object... arg)
static ST_pointf
add_pointf(ST_pointf p, ST_pointf q)
static java.lang.Object
bend(java.lang.Object... arg)
static java.lang.Object
box_bb(java.lang.Object... arg)
static java.lang.Object
box_contains(java.lang.Object... arg)
static java.lang.Object
box_intersect(java.lang.Object... arg)
static java.lang.Object
box_overlap(java.lang.Object... arg)
static java.lang.Object
boxf_bb(java.lang.Object... arg)
static java.lang.Object
boxf_contains(java.lang.Object... arg)
static java.lang.Object
boxf_intersect(java.lang.Object... arg)
static java.lang.Object
boxf_overlap(java.lang.Object... arg)
static java.lang.Object
boxof(java.lang.Object... arg)
static int
checkpath(int boxn, ST_boxf[] boxes, ST_path thepath)
static java.lang.Object
exch_xy(java.lang.Object... arg)
static java.lang.Object
exch_xyf(java.lang.Object... arg)
static java.lang.Object
get_centroid(java.lang.Object... arg)
static java.lang.Object
interpolate_pointf(java.lang.Object... arg)
static void
limitBoxes(ST_boxf[] boxes, int boxn, __ptr__ pps, int pn, int delta)
static java.lang.Object
makeStraightEdge(java.lang.Object... arg)
static java.lang.Object
makeStraightEdges(java.lang.Object... arg)
static java.lang.Object
mid_point(java.lang.Object... arg)
static java.lang.Object
mid_pointf(java.lang.Object... arg)
static boolean
mkspacep(int size)
static int
overlap(double i0, double i1, double j0, double j1)
static int
overlap(int i0, int i1, int j0, int j1)
static java.lang.Object
perp(java.lang.Object... arg)
static ST_pointf
pointfof(double x, double y)
static java.lang.Object
pointof(java.lang.Object... arg)
static java.lang.Object
printpath(java.lang.Object... arg)
static ST_pointf.Array
routepolylines(ST_path pp, int[] npoints)
static ST_pointf.Array
routesplines(ST_path pp, int[] npoints)
static int
routesplinesinit()
static void
routesplinesterm()
static java.lang.Object
scale(java.lang.Object... arg)
static ST_pointf.Array
simpleSplineRoute(ST_pointf tp, ST_pointf hp, ST_Ppoly_t poly, int[] n_spl_pts, boolean polyline)
static java.lang.Object
sub_point(java.lang.Object... arg)
static java.lang.Object
sub_pointf(java.lang.Object... arg)
-
-
-
Method Detail
-
pointof
public static java.lang.Object pointof(java.lang.Object... arg)
-
pointfof
public static ST_pointf pointfof(double x, double y)
-
boxof
public static java.lang.Object boxof(java.lang.Object... arg)
-
add_point
public static java.lang.Object add_point(java.lang.Object... arg)
-
sub_point
public static java.lang.Object sub_point(java.lang.Object... arg)
-
sub_pointf
public static java.lang.Object sub_pointf(java.lang.Object... arg)
-
mid_point
public static java.lang.Object mid_point(java.lang.Object... arg)
-
mid_pointf
public static java.lang.Object mid_pointf(java.lang.Object... arg)
-
interpolate_pointf
public static java.lang.Object interpolate_pointf(java.lang.Object... arg)
-
exch_xy
public static java.lang.Object exch_xy(java.lang.Object... arg)
-
exch_xyf
public static java.lang.Object exch_xyf(java.lang.Object... arg)
-
box_bb
public static java.lang.Object box_bb(java.lang.Object... arg)
-
boxf_bb
public static java.lang.Object boxf_bb(java.lang.Object... arg)
-
box_intersect
public static java.lang.Object box_intersect(java.lang.Object... arg)
-
boxf_intersect
public static java.lang.Object boxf_intersect(java.lang.Object... arg)
-
box_overlap
public static java.lang.Object box_overlap(java.lang.Object... arg)
-
boxf_overlap
public static java.lang.Object boxf_overlap(java.lang.Object... arg)
-
box_contains
public static java.lang.Object box_contains(java.lang.Object... arg)
-
boxf_contains
public static java.lang.Object boxf_contains(java.lang.Object... arg)
-
perp
public static java.lang.Object perp(java.lang.Object... arg)
-
scale
public static java.lang.Object scale(java.lang.Object... arg)
-
simpleSplineRoute
public static ST_pointf.Array simpleSplineRoute(ST_pointf tp, ST_pointf hp, ST_Ppoly_t poly, int[] n_spl_pts, boolean polyline)
-
routesplinesinit
public static int routesplinesinit()
-
routesplinesterm
public static void routesplinesterm()
-
limitBoxes
public static void limitBoxes(ST_boxf[] boxes, int boxn, __ptr__ pps, int pn, int delta)
-
routesplines
public static ST_pointf.Array routesplines(ST_path pp, int[] npoints)
-
routepolylines
public static ST_pointf.Array routepolylines(ST_path pp, int[] npoints)
-
overlap
public static int overlap(double i0, double i1, double j0, double j1)
-
overlap
public static int overlap(int i0, int i1, int j0, int j1)
-
mkspacep
public static boolean mkspacep(int size)
-
printpath
public static java.lang.Object printpath(java.lang.Object... arg)
-
get_centroid
public static java.lang.Object get_centroid(java.lang.Object... arg)
-
bend
public static java.lang.Object bend(java.lang.Object... arg)
-
makeStraightEdge
public static java.lang.Object makeStraightEdge(java.lang.Object... arg)
-
makeStraightEdges
public static java.lang.Object makeStraightEdges(java.lang.Object... arg)
-
-