public class index__c
extends java.lang.Object
Constructor and Description |
---|
index__c() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
FreeListNode(java.lang.Object... arg) |
static int |
RTreeClose(ST_RTree rtp) |
static int |
RTreeClose2(ST_RTree rtp,
ST_Node_t___ n) |
static java.lang.Object |
RTreeDelete(java.lang.Object... arg) |
static java.lang.Object |
RTreeDelete2(java.lang.Object... arg) |
static int |
RTreeInsert(ST_RTree rtp,
ST_Rect_t r,
__ptr__ data,
ST_Node_t___[] n,
int level) |
static int |
RTreeInsert2(ST_RTree rtp,
ST_Rect_t r,
__ptr__ data,
ST_Node_t___ n,
ST_Node_t___[] new_,
int level) |
static ST_LeafList_t |
RTreeLeafListAdd(ST_LeafList_t llp,
ST_Branch_t lp) |
static void |
RTreeLeafListFree(ST_LeafList_t llp) |
static ST_Node_t___ |
RTreeNewIndex(ST_RTree rtp) |
static ST_LeafList_t |
RTreeNewLeafList(ST_Branch_t lp) |
static __ptr__ |
RTreeOpen() |
static ST_LeafList_t |
RTreeSearch(ST_RTree rtp,
ST_Node_t___ n,
ST_Rect_t r) |
public static ST_LeafList_t RTreeNewLeafList(ST_Branch_t lp)
public static ST_LeafList_t RTreeLeafListAdd(ST_LeafList_t llp, ST_Branch_t lp)
public static void RTreeLeafListFree(ST_LeafList_t llp)
public static __ptr__ RTreeOpen()
public static ST_Node_t___ RTreeNewIndex(ST_RTree rtp)
public static int RTreeClose2(ST_RTree rtp, ST_Node_t___ n)
public static int RTreeClose(ST_RTree rtp)
public static ST_LeafList_t RTreeSearch(ST_RTree rtp, ST_Node_t___ n, ST_Rect_t r)
public static int RTreeInsert(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___[] n, int level)
public static int RTreeInsert2(ST_RTree rtp, ST_Rect_t r, __ptr__ data, ST_Node_t___ n, ST_Node_t___[] new_, int level)
public static java.lang.Object FreeListNode(java.lang.Object... arg)
public static java.lang.Object RTreeDelete(java.lang.Object... arg)
public static java.lang.Object RTreeDelete2(java.lang.Object... arg)
Copyright © 2018. All Rights Reserved.