public class index__c
extends java.lang.Object
Constructor and Description |
---|
index__c() |
Modifier and Type | Method and Description |
---|---|
static int |
RTreeClose(ST_RTree rtp) |
static int |
RTreeClose2(ST_RTree rtp,
ST_Node_t___ n) |
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 ST_RTree |
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 ST_RTree 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)
Copyright © 2020. All Rights Reserved.