public class Point extends Node
| Constructor and Description | 
|---|
Point(float[] coords,
     int entry,
     BitmapFactory bitmapFactory)  | 
Point(float[] coords,
     MutableBitmap entry)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addChild(Node node)  | 
boolean | 
enclose()  | 
double | 
getArea()  | 
MutableBitmap | 
getBitmap()  | 
List<Node> | 
getChildren()  | 
float[] | 
getCoords()  | 
boolean | 
isLeaf()  | 
addToBitmapIndex, clear, contains, getMaxCoordinates, getMinCoordinates, getNumDims, getParent, getSizeInBytes, storeInByteBufferpublic Point(float[] coords,
             int entry,
             BitmapFactory bitmapFactory)
public Point(float[] coords,
             MutableBitmap entry)
public float[] getCoords()
public MutableBitmap getBitmap()
public List<Node> getChildren()
getChildren in class NodeCopyright © 2011–2018. All rights reserved.