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 |
contains(Node other) |
boolean |
enclose() |
double |
getArea() |
MutableBitmap |
getBitmap() |
List<Node> |
getChildren() |
float[] |
getCoords() |
boolean |
isLeaf() |
addToBitmapIndex, clear, contains, getMaxCoordinates, getMinCoordinates, getNumDims, getParent, getSizeInBytes, storeInByteBuffer
public 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 Node
Copyright © 2011–2017. All rights reserved.