public class node__c
extends java.lang.Object
Constructor and Description |
---|
node__c() |
Modifier and Type | Method and Description |
---|---|
static int |
AddBranch(ST_RTree rtp,
ST_Branch_t b,
ST_Node_t___ n,
ST_Node_t___[] new_) |
static void |
DisconBranch(ST_Node_t___ n,
int i) |
static void |
InitBranch(ST_Branch_t b) |
static void |
InitNode(ST_Node_t___ n) |
static ST_Rect_t |
NodeCover(ST_Node_t___ n) |
static int |
PickBranch(ST_Rect_t r,
ST_Node_t___ n) |
static java.lang.Object |
RTreeFreeNode(java.lang.Object... arg) |
static ST_Node_t___ |
RTreeNewNode(ST_RTree rtp) |
public static ST_Node_t___ RTreeNewNode(ST_RTree rtp)
public static java.lang.Object RTreeFreeNode(java.lang.Object... arg)
public static void InitNode(ST_Node_t___ n)
public static void InitBranch(ST_Branch_t b)
public static ST_Rect_t NodeCover(ST_Node_t___ n)
public static int PickBranch(ST_Rect_t r, ST_Node_t___ n)
public static int AddBranch(ST_RTree rtp, ST_Branch_t b, ST_Node_t___ n, ST_Node_t___[] new_)
public static void DisconBranch(ST_Node_t___ n, int i)
Copyright © 2020. All Rights Reserved.