| Constructor and Description | 
|---|
Node(float[] minCoordinates,
    float[] maxCoordinates,
    boolean isLeaf,
    BitmapFactory bitmapFactory)  | 
Node(float[] minCoordinates,
    float[] maxCoordinates,
    List<Node> children,
    boolean isLeaf,
    Node parent,
    MutableBitmap bitmap)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addChild(Node node)  | 
void | 
addToBitmapIndex(Node node)  | 
void | 
clear()  | 
boolean | 
contains(float[] coords)  | 
boolean | 
enclose()  | 
double | 
getArea()  | 
MutableBitmap | 
getBitmap()  | 
List<Node> | 
getChildren()  | 
float[] | 
getMaxCoordinates()  | 
float[] | 
getMinCoordinates()  | 
int | 
getNumDims()  | 
Node | 
getParent()  | 
int | 
getSizeInBytes()  | 
boolean | 
isLeaf()  | 
int | 
storeInByteBuffer(ByteBuffer buffer,
                 int position)  | 
public Node(float[] minCoordinates,
            float[] maxCoordinates,
            boolean isLeaf,
            BitmapFactory bitmapFactory)
public Node(float[] minCoordinates,
            float[] maxCoordinates,
            List<Node> children,
            boolean isLeaf,
            Node parent,
            MutableBitmap bitmap)
public int getNumDims()
public float[] getMinCoordinates()
public float[] getMaxCoordinates()
public Node getParent()
public void addChild(Node node)
public boolean isLeaf()
public double getArea()
public boolean contains(float[] coords)
public boolean enclose()
public MutableBitmap getBitmap()
public void addToBitmapIndex(Node node)
public void clear()
public int getSizeInBytes()
public int storeInByteBuffer(ByteBuffer buffer, int position)
Copyright © 2011–2018. All rights reserved.